Implement pectra devnet-5 spec #1062
build.yml
on: pull_request
build
1m 9s
checkout-submodules
53s
blockchain
/
test-blockchain
19s
client
/
test-client
4m 49s
client
/
test client docker file
1m 39s
client
/
test-client-cli
2m 9s
common
/
test-common
16s
devp2p
/
test-devp2p
28s
ethash
/
test-ethash
2m 30s
examples
/
test-examples
1m 38s
genesis
/
test-genesis
16s
mpt
/
test-mpt
37s
rlp
/
test-rlp
23s
statemanager
/
test-statemanager
1m 43s
util
/
test-util
21s
verkle
/
test-verkle
24s
wallet
/
test-wallet
6m 37s
lint
/
lint
44s
block
/
test-block
33s
browser
/
test-all-browser
6m 31s
evm
/
test-evm
1m 12s
tx
/
test-tx
2m 42s
vm-pr
/
vm-api
2m 4s
vm-pr
/
vm-benchmarks
49s
typecheck
/
typecheck
1m 0s
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Annotations
52 errors and 25 warnings
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
typecheck / typecheck
Expected 2 arguments, but got 1.
|
examples / test-examples
Process completed with exit code 1.
|
test/api/buildBlock.spec.ts > BlockBuilder > should build a valid block:
packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7
❯ test/api/buildBlock.spec.ts:59:24
|
test/api/buildBlock.spec.ts > BlockBuilder > should throw if adding a transaction exceeds the block gas limit:
packages/vm/test/api/buildBlock.spec.ts#L92
AssertionError: wrong error thrown
❯ test/api/buildBlock.spec.ts:92:16
|
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoW block:
packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7
❯ test/api/buildBlock.spec.ts:129:24
|
test/api/buildBlock.spec.ts > BlockBuilder > should correctly seal a PoA block:
packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7
❯ test/api/buildBlock.spec.ts:231:24
|
test/api/buildBlock.spec.ts > BlockBuilder > should throw if block already built or reverted:
packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7
❯ test/api/buildBlock.spec.ts:261:24
|
test/api/buildBlock.spec.ts > BlockBuilder > should build a 1559 block with legacy and 1559 txs:
packages/vm/test/api/buildBlock.spec.ts#L354
AssertionError: should fail with appropriate error: expected false to be truthy
❯ test/api/buildBlock.spec.ts:354:16
|
test/api/EIPs/eip-4844-blobs.spec.ts > EIP4844 tests > should build a block correctly with blobs:
packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7
❯ test/api/EIPs/eip-4844-blobs.spec.ts:83:24
|
test/api/EIPs/eip-6110.spec.ts > EIP-7685 buildBlock tests > should include deposit request when a deposit transaction is included in a block:
packages/vm/src/buildBlock.ts#L220
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction src/buildBlock.ts:220:7
❯ test/api/EIPs/eip-6110.spec.ts:114:24
|
vm-pr / vm-api
Process completed with exit code 1.
|
test/rpc/engine/newPayloadV4.spec.ts > engine_newPayloadV4: call with executionPayloadV4 > valid data:
packages/client/test/rpc/engine/newPayloadV4.spec.ts#L187
TypeError: Cannot read properties of undefined (reading 'payloadId')
❯ test/rpc/engine/newPayloadV4.spec.ts:187:34
|
test/rpc/eth/blobBaseFee.spec.ts > eth_blobBaseFee > call with more realistic blockchain:
packages/client/test/rpc/eth/blobBaseFee.spec.ts#L67
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7
❯ produceBlockWith4844Tx test/rpc/eth/blobBaseFee.spec.ts:67:24
❯ test/rpc/eth/blobBaseFee.spec.ts:117:7
|
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory: should generate reward percentiles:
packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7
❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24
❯ test/rpc/eth/getFeeHistory.spec.ts:356:5
|
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory: should generate reward percentiles:
packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7
❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24
❯ test/rpc/eth/getFeeHistory.spec.ts:368:5
|
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory: should generate reward percentiles - sorted check:
packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7
❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24
❯ test/rpc/eth/getFeeHistory.spec.ts:382:5
|
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory - reward percentiles - should return the correct reward percentiles:
packages/client/test/rpc/eth/getFeeHistory.spec.ts#L97
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7
❯ produceBlockWithTx test/rpc/eth/getFeeHistory.spec.ts:97:24
❯ test/rpc/eth/getFeeHistory.spec.ts:406:5
|
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory - Should correctly return the right blob base fees and ratios for a chain with 4844 active:
packages/client/test/rpc/eth/getFeeHistory.spec.ts#L162
TypeError: Cannot destructure property 'skipHardForkValidation' of 'undefined' as it is undefined.
❯ BlockBuilder.addTransaction ../vm/src/buildBlock.ts:220:7
❯ produceBlockWith4844Tx test/rpc/eth/getFeeHistory.spec.ts:162:24
❯ it.timeout test/rpc/eth/getFeeHistory.spec.ts:443:9
|
client / test-client
Process completed with exit code 1.
|
vm-pr / vm-state (London)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-state (London)
The operation was canceled.
|
vm-pr / vm-state (Berlin)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-state (Berlin)
The operation was canceled.
|
vm-pr / vm-state (Paris)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-state (Paris)
The operation was canceled.
|
vm-pr / vm-state (Cancun)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-state (Cancun)
The operation was canceled.
|
vm-pr / vm-state (Shanghai)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-state (Shanghai)
The operation was canceled.
|
wallet / test-wallet
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
wallet / test-wallet
The operation was canceled.
|
browser / test-all-browser
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
browser / test-all-browser
The operation was canceled.
|
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-blockchain (--fork=Berlin --verify-test-amount-alltests)
The operation was canceled.
|
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-blockchain (--fork=Shanghai --verify-test-amount-alltests)
The operation was canceled.
|
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-blockchain (--fork=Paris --verify-test-amount-alltests)
The operation was canceled.
|
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-blockchain (--fork=London --verify-test-amount-alltests)
The operation was canceled.
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-devnet-5-build' exists
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
The operation was canceled.
|
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
|
build
Cache save failed.
|
genesis / test-genesis
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
|
blockchain / test-blockchain
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
|
rlp / test-rlp
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
|
block / test-block
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
|
typecheck / typecheck
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
|
evm / test-evm
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/
|
examples / test-examples
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
|
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-cli
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
|
tx / test-tx
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
|