Skip to content

Implement EIP-4803 #1113

Implement EIP-4803

Implement EIP-4803 #1113

Triggered via pull request December 22, 2024 02:17
Status Cancelled
Total duration 8m 14s
Artifacts

build.yml

on: pull_request
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Fit to window
Zoom out
Zoom in

Annotations

112 errors and 61 warnings
test/block.spec.ts > [Block]: block functions > should test transaction validation - invalid tx trie: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createTxFromBlockBodyData ../tx/src/transactionFactory.ts:100:12 ❯ createBlockFromBytesArray src/block/constructors.ts:158:7 ❯ Module.createBlockFromRLP src/block/constructors.ts:223:10 ❯ test/block.spec.ts:174:19
test/block.spec.ts > [Block]: block functions > should test transaction validation - transaction not signed: packages/block/test/block.spec.ts#L186
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/block.spec.ts:186:16
test/block.spec.ts > [Block]: block functions > should test transaction validation with legacy tx in london: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createTxFromBlockBodyData ../tx/src/transactionFactory.ts:100:12 ❯ createBlockFromBytesArray src/block/constructors.ts:158:7 ❯ Module.createBlockFromRLP src/block/constructors.ts:223:10 ❯ test/block.spec.ts:214:19
test/block.spec.ts > [Block]: block functions > should test uncles hash validation: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createTxFromBlockBodyData ../tx/src/transactionFactory.ts:100:12 ❯ createBlockFromBytesArray src/block/constructors.ts:158:7 ❯ Module.createBlockFromRLP src/block/constructors.ts:223:10 ❯ test/block.spec.ts:227:19
test/block.spec.ts > [Block]: block functions > should test data integrity: packages/block/test/block.spec.ts#L239
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/block.spec.ts:239:24
test/block.spec.ts > [Block]: block functions > should return the same block data from raw(): packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createTxFromBlockBodyData ../tx/src/transactionFactory.ts:100:12 ❯ createBlockFromBytesArray src/block/constructors.ts:158:7 ❯ Module.createBlockFromRLP src/block/constructors.ts:223:10 ❯ test/block.spec.ts:362:19
test/block.spec.ts > [Block]: block functions > should test toJSON: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createTxFromBlockBodyData ../tx/src/transactionFactory.ts:100:12 ❯ createBlockFromBytesArray src/block/constructors.ts:158:7 ❯ Module.createBlockFromRLP src/block/constructors.ts:223:10 ❯ test/block.spec.ts:374:19
test/eip1559block.spec.ts > EIP1559 tests > Header -> validateTransactions() -> tx: packages/block/test/eip1559block.spec.ts#L411
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ test/eip1559block.spec.ts:411:25
test/base.spec.ts: packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new LegacyTx src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx src/legacy/constructors.ts:18:10 ❯ test/base.spec.ts:46:20
test/eip1559.spec.ts > [FeeMarket1559Tx] > getUpfrontCost(): packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:70:16
test/eip1559.spec.ts > [FeeMarket1559Tx] > getEffectivePriorityFee(): packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:91:16
test/eip1559.spec.ts > [FeeMarket1559Tx] > sign(): packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:111:19
test/eip1559.spec.ts > [FeeMarket1559Tx] > addSignature() -> correctly adds correct signature values: packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:123:16
test/eip1559.spec.ts > [FeeMarket1559Tx] > addSignature() -> correctly converts raw ecrecover values: packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:132:16
test/eip1559.spec.ts > [FeeMarket1559Tx] > addSignature() -> throws when adding the wrong v value: packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:145:16
test/eip1559.spec.ts > [FeeMarket1559Tx] > hash(): packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:159:15
test/eip1559.spec.ts > [FeeMarket1559Tx] > freeze property propagates from unsigned tx to signed tx: packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:182:17
test/eip1559.spec.ts > [FeeMarket1559Tx] > common propagates from the common of tx, not the common in TxOptions: packages/tx/src/features/util.ts#L59
Error: unimplemented bits value ❯ valueBoundaryCheck src/features/util.ts:59:15 ❯ Module.sharedConstructor src/features/util.ts:112:3 ❯ new FeeMarket1559Tx src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx src/1559/constructors.ts:23:10 ❯ test/eip1559.spec.ts:194:17
vm-pr / vm-benchmarks
No benchmark result was found in /home/runner/work/ethereumjs-monorepo/ethereumjs-monorepo/packages/vm/output.txt. Benchmark output was ' > @ethereumjs/[email protected] benchmarks > node --max-old-space-size=4096 ./benchmarks/run.js benchmarks mainnetBlocks:10 mainnetBlocks:10 Benchmarking started... Running 'mainnetBlocks': Total number of blocks in data set: 15 Number of blocks to sample: 10 '
examples / test-examples
Process completed with exit code 1.
test/rpcStateManager.spec.ts > runTx custom transaction test > should work: packages/statemanager/test/rpcStateManager.spec.ts#L245
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ test/rpcStateManager.spec.ts:245:16
test/rpcStateManager.spec.ts > runTx test: replay mainnet transactions > should work: packages/statemanager/test/rpcStateManager.spec.ts#L266
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ createTx ../tx/src/transactionFactory.ts:43:14 ❯ Module.createTxFromRPC ../tx/src/transactionFactory.ts:117:10 ❯ test/rpcStateManager.spec.ts:266:22
test/statelessVerkleStateManager.spec.ts: packages/statemanager/test/statelessVerkleStateManager.spec.ts#L32
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createLegacyTxFromRLP ../tx/src/legacy/constructors.ts:68:10 ❯ Module.createTxFromRLP ../tx/src/transactionFactory.ts:79:12 ❯ test/statelessVerkleStateManager.spec.ts:32:5 ❯ test/statelessVerkleStateManager.spec.ts:31:64
statemanager / test-statemanager
Process completed with exit code 1.
test/api/buildBlock.spec.ts > BlockBuilder > should build a valid block: packages/vm/test/api/buildBlock.spec.ts#L54
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/api/buildBlock.spec.ts:54:16
test/api/buildBlock.spec.ts > BlockBuilder > should throw if adding a transaction exceeds the block gas limit: packages/vm/test/api/buildBlock.spec.ts#L80
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/api/buildBlock.spec.ts:80:16
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoW block: packages/vm/test/api/buildBlock.spec.ts#L124
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/api/buildBlock.spec.ts:124:16
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoA block: packages/vm/test/api/buildBlock.spec.ts#L226
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/api/buildBlock.spec.ts:226:16
test/api/buildBlock.spec.ts > BlockBuilder > should throw if block already built or reverted: packages/vm/test/api/buildBlock.spec.ts#L256
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/api/buildBlock.spec.ts:256:16
test/api/buildBlock.spec.ts > BlockBuilder > should build a 1559 block with legacy and 1559 txs: packages/vm/test/api/buildBlock.spec.ts#L339
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/api/buildBlock.spec.ts:339:17
test/api/customChain.spec.ts > VM initialized with custom state > should transfer eth from already existent account: packages/vm/test/api/customChain.spec.ts#L73
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ Module.createTx ../tx/src/transactionFactory.ts:39:14 ❯ test/api/customChain.spec.ts:73:16
test/api/events.spec.ts > VM events > should emit the Transaction before running it: packages/vm/test/api/events.spec.ts#L58
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ test/api/events.spec.ts:58:16
test/api/events.spec.ts > VM events > should emit RunTxResult after running a tx: packages/vm/test/api/events.spec.ts#L78
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ test/api/events.spec.ts:78:16
test/api/events.spec.ts > VM events > should emit the Message before running it: packages/vm/test/api/events.spec.ts#L100
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ test/api/events.spec.ts:100:16
vm-pr / vm-state (Berlin)
Process completed with exit code 1.
test/block.spec.ts > Verify POW for valid and invalid blocks > should work: packages/ethash/test/block.spec.ts#L36
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTxFromBytesArray ../tx/src/legacy/constructors.ts:39:10 ❯ Module.createTxFromBlockBodyData ../tx/src/transactionFactory.ts:100:12 ❯ Module.createBlockFromBytesArray ../block/src/block/constructors.ts:158:7 ❯ test/block.spec.ts:36:26
ethash / test-ethash
Process completed with exit code 1.
vm-pr / vm-state-extended (Byzantium)
Process completed with exit code 1.
vm-pr / vm-state-extended (Chainstart)
Process completed with exit code 1.
vm-pr / vm-state-extended (Berlin)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-state (Paris)
Process completed with exit code 1.
vm-pr / vm-state (London)
Process completed with exit code 1.
vm-pr / vm-state-extended (Homestead)
Process completed with exit code 1.
vm-pr / vm-state (Shanghai)
Process completed with exit code 1.
vm-pr / vm-state-extended (Constantinople)
Process completed with exit code 1.
vm-pr / vm-state (Cancun)
Process completed with exit code 1.
vm-pr / vm-state-extended (SpuriousDragon)
Process completed with exit code 1.
vm-pr / vm-state-extended (TangerineWhistle)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-state-extended (Istanbul)
Process completed with exit code 1.
vm-pr / vm-state-extended (MuirGlacier)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-state-extended (Petersburg)
Process completed with exit code 1.
test/miner/miner.spec.ts: packages/client/test/miner/miner.spec.ts#L178
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ createTx test/miner/miner.spec.ts:178:14 ❯ test/miner/miner.spec.ts:183:15
test/miner/pendingBlock.spec.ts: packages/client/test/miner/pendingBlock.spec.ts#L122
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ createTx test/miner/pendingBlock.spec.ts:122:16 ❯ test/miner/pendingBlock.spec.ts:127:17
test/rpc/rpc.spec.ts > callWithStackTrace > call with stack trace and gets a stack trace in the error: packages/client/test/rpc/mockBlockchain.ts#L13
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ Module.mockBlockchain test/rpc/mockBlockchain.ts:13:49 ❯ Module.createClient test/rpc/helpers.ts:112:48 ❯ test/rpc/rpc.spec.ts:183:41
test/rpc/rpc.spec.ts > callWithStackTrace > call with stack trace and gets an error without a stack trace: packages/client/test/rpc/mockBlockchain.ts#L13
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ Module.mockBlockchain test/rpc/mockBlockchain.ts:13:49 ❯ Module.createClient test/rpc/helpers.ts:112:48 ❯ test/rpc/rpc.spec.ts:203:41
test/service/fullethereumservice.spec.ts: packages/client/test/service/fullethereumservice.spec.ts#L275
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ Module.createTx ../tx/src/transactionFactory.ts:43:14 ❯ test/service/fullethereumservice.spec.ts:275:14
test/sync/txpool.spec.ts: packages/client/test/sync/txpool.spec.ts#L180
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ createTx test/sync/txpool.spec.ts:180:16 ❯ test/sync/txpool.spec.ts:185:17
test/util/wasmCrypto.spec.ts > WASM crypto tests > should compute public key and hash correctly using common.customCrypto functions: packages/client/test/util/wasmCrypto.spec.ts#L53
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ test/util/wasmCrypto.spec.ts:53:16
test/net/protocol/ethprotocol.spec.ts > [EthProtocol] > verify that PooledTransactions handler encodes correctly: packages/client/test/net/protocol/ethprotocol.spec.ts#L133
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new FeeMarket1559Tx ../tx/src/1559/tx.ts:89:5 ❯ Module.createFeeMarket1559Tx ../tx/src/1559/constructors.ts:23:10 ❯ test/net/protocol/ethprotocol.spec.ts:133:16
test/net/protocol/ethprotocol.spec.ts > [EthProtocol] > verify that Transactions handler encodes/decodes correctly: packages/client/test/net/protocol/ethprotocol.spec.ts#L230
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ Module.createTx ../tx/src/transactionFactory.ts:39:14 ❯ test/net/protocol/ethprotocol.spec.ts:230:22
test/net/protocol/ethprotocol.spec.ts > [EthProtocol] > verify that NewPooledTransactionHashes encodes/decodes correctly: packages/client/test/net/protocol/ethprotocol.spec.ts#L269
Error: unimplemented bits value ❯ valueBoundaryCheck ../tx/src/features/util.ts:59:15 ❯ Module.sharedConstructor ../tx/src/features/util.ts:112:3 ❯ new LegacyTx ../tx/src/legacy/tx.ts:123:5 ❯ Module.createLegacyTx ../tx/src/legacy/constructors.ts:18:10 ❯ Module.createTx ../tx/src/transactionFactory.ts:36:12 ❯ test/net/protocol/ethprotocol.spec.ts:269:20
vm-pr / vm-state-extended (Cancun)
Process completed with exit code 1.
vm-pr / vm-blockchain-extended (--fork=Chainstart --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-state-extended (London)
Process completed with exit code 1.
vm-pr / vm-blockchain-extended (--fork=Homestead --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-state-extended (Paris)
Process completed with exit code 1.
vm-pr / vm-blockchain-extended (--fork=Byzantium --verify-test-amount-alltests)
Process completed with exit code 1.
vm-pr / vm-state-extended (Shanghai)
Process completed with exit code 1.
vm-pr / vm-blockchain-extended (--fork=Berlin --verify-test-amount-alltests)
Process completed with exit code 1.
wallet / test-wallet
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
wallet / test-wallet
The operation was canceled.
vm-pr / vm-blockchain-extended (--fork=Petersburg --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
vm-pr / vm-blockchain-extended (--fork=MuirGlacier --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
vm-pr / vm-blockchain-extended (--fork=Istanbul --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
vm-pr / vm-blockchain-extended (--fork=Paris --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
vm-pr / vm-blockchain-extended (--fork=Cancun --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
vm-pr / vm-blockchain-extended (--fork=London --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
browser / test-all-browser
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
test/block.spec.ts > [Block]: block functions > should test transaction validation - invalid tx trie: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ createBlockFromBytesArray src/block/constructors.ts:158:6 ❯ createBlockFromRLP src/block/constructors.ts:223:9 ❯ test/block.spec.ts:174:18
test/block.spec.ts > [Block]: block functions > should test transaction validation with legacy tx in london: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ createBlockFromBytesArray src/block/constructors.ts:158:6 ❯ createBlockFromRLP src/block/constructors.ts:223:9 ❯ test/block.spec.ts:214:18
test/block.spec.ts > [Block]: block functions > should test uncles hash validation: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ createBlockFromBytesArray src/block/constructors.ts:158:6 ❯ createBlockFromRLP src/block/constructors.ts:223:9 ❯ test/block.spec.ts:227:18
test/block.spec.ts > [Block]: block functions > should test data integrity: packages/block/test/block.spec.ts#L239
Error: unimplemented bits value ❯ test/block.spec.ts:239:23
test/block.spec.ts > [Block]: block functions > should return the same block data from raw(): packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ createBlockFromBytesArray src/block/constructors.ts:158:6 ❯ createBlockFromRLP src/block/constructors.ts:223:9 ❯ test/block.spec.ts:362:18
test/block.spec.ts > [Block]: block functions > should test toJSON: packages/block/src/block/constructors.ts#L158
Error: unimplemented bits value ❯ createBlockFromBytesArray src/block/constructors.ts:158:6 ❯ createBlockFromRLP src/block/constructors.ts:223:9 ❯ test/block.spec.ts:374:18
test/eip1559block.spec.ts > EIP1559 tests > Header -> validateTransactions() -> tx: packages/block/test/eip1559block.spec.ts#L411
Error: unimplemented bits value ❯ test/eip1559block.spec.ts:411:24
vm-pr / vm-blockchain-extended (--fork=Shanghai --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-eip-4803-build' exists
checkout-submodules
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
common / test-common
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rlp / test-rlp
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
genesis / test-genesis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
util / test-util
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
block / test-block
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
blockchain / test-blockchain
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
verkle / test-verkle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
devp2p / test-devp2p
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tx / test-tx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mpt / test-mpt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-benchmarks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples / test-examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
typecheck / typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
statemanager / test-statemanager
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
evm / test-evm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-api
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
client / test client docker file
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
client / test client docker file
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
client / test-client-cli
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state (Berlin)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ethash / test-ethash
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Byzantium)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Chainstart)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Berlin)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state (Paris)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state (London)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Homestead)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state (Shanghai)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Constantinople)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state (Cancun)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (SpuriousDragon)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (TangerineWhistle)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=BerlinToLondonAt5 --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Istanbul)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (MuirGlacier)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Petersburg)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
client / test-client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Cancun)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=Chainstart --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=HomesteadToDaoAt5 --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (London)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=Homestead --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Paris)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=Byzantium --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=TangerineWhistle --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=SpuriousDragon --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-state-extended (Shanghai)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=Constantinople --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vm-pr / vm-blockchain-extended (--fork=Berlin --verify-test-amount-alltests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636