File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 99| Implements schema and functions related to Ethereum blocks. |
1010| ----------------------------------------------------------- |
1111
12- - ๐ฆ All block features till ** Pectra **
12+ - ๐ฆ All block features till ** Osaka **
1313- ๐ด Tree-shakeable API
1414- ๐ท๐ผ Controlled dependency set (4 external + ` @noble ` crypto)
1515- ๐ฎ ` EIP-4844 ` Shard Blob Txs
16+ - ๐ฎ ` EIP-7594 ` PeerDAS Blob Transactions
1617- ๐ธ ` EIP-4895 ` Beacon Chain Withdrawals
1718- ๐จ ` EIP-7685 ` Consensus Layer Requests
1819- ๐ต 324KB bundle size (81KB gzipped)
Original file line number Diff line number Diff line change 99| TypeScript implementation of the Ethereum EVM. |
1010| ---------------------------------------------- |
1111
12- - ๐ฆ All hardforks up to ** Pectra **
12+ - ๐ฆ All hardforks up to ** Osaka **
1313- ๐ด Tree-shakeable API
1414- ๐ท๐ผ Controlled dependency set (7 external + ` @Noble ` crypto)
1515- ๐งฉ Flexible EIP on/off engine
Original file line number Diff line number Diff line change 99| Implements schema and functions for the different Ethereum transaction types |
1010| ---------------------------------------------------------------------------- |
1111
12- - ๐ฆ All tx types up to ** Pectra **
12+ - ๐ฆ All tx types up to ** Osaka **
1313- ๐ด Tree-shakeable API
1414- ๐ท๐ผ Controlled dependency set (1 external + ` @Noble ` crypto)
1515- ๐ผ Unified tx type API
1616- ๐ฒ New type for ** EIP-7702** account abstraction
17+ - ๐ฎ ` EIP-7594 ` PeerDAS Blob Transactions
1718- ๐ต 190KB bundle size (all tx types) (47KB gzipped)
1819- ๐๐พโโ๏ธ WASM-free default + Fully browser ready
1920
2526- [ Transaction Types] ( #transaction-types )
2627 - [ Gas Fee Market Transactions (EIP-1559)] ( #gas-fee-market-transactions-eip-1559 )
2728 - [ Access List Transactions (EIP-2930)] ( #access-list-transactions-eip-2930 )
28- - [ Blob Transactions (EIP-4844)] ( #blob-transactions-eip-4844 )
29+ - [ Blob Transactions (EIP-4844 / EIP-7594 )] ( #blob-transactions-eip-4844--eip-7594 )
2930 - [ EOA Code Transaction (EIP-7702)] ( #eoa-code-transaction-eip-7702 )
3031 - [ Legacy Transactions] ( #legacy-transactions )
3132- [ Transaction Factory] ( #transaction-factory )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Ethereum `mainnet` compatible execution context for
1313[ @ethereumjs/evm ] ( https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm )
1414to build and run blocks and txs and update state.
1515
16- - ๐ฆ All hardforks up till ** Pectra **
16+ - ๐ฆ All hardforks up till ** Osaka **
1717- ๐ด Tree-shakeable API
1818- ๐ท๐ผ Controlled dependency set (7 external + ` @Noble ` crypto)
1919- ๐งฉ Flexible EIP on/off engine
You canโt perform that action at this time.
0 commit comments