Implement pectra devnet-5 spec #1115
build.yml
on: pull_request
build
1m 6s
checkout-submodules
53s
blockchain
/
test-blockchain
19s
client
/
test-client
5m 3s
client
/
test client docker file
1m 34s
client
/
test-client-cli
2m 9s
common
/
test-common
17s
devp2p
/
test-devp2p
36s
ethash
/
test-ethash
2m 34s
examples
/
test-examples
1m 58s
genesis
/
test-genesis
16s
mpt
/
test-mpt
31s
rlp
/
test-rlp
14s
statemanager
/
test-statemanager
1m 9s
util
/
test-util
20s
verkle
/
test-verkle
30s
wallet
/
test-wallet
6m 55s
lint
/
lint
42s
block
/
test-block
39s
browser
/
test-all-browser
7m 17s
evm
/
test-evm
58s
tx
/
test-tx
2m 35s
vm-pr
/
vm-api
1m 32s
vm-pr
/
vm-benchmarks
45s
typecheck
/
typecheck
54s
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Annotations
42 errors and 36 warnings
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJSON]: 4844 devnet 5 > reconstruct cancun block with blob txs:
packages/block/test/from-beacon-payload.spec.ts#L40
AssertionError: failed to construct block, error: Invalid tx at index 0: Error: Missing parameter value for maxblobGasPerBlock
❯ test/from-beacon-payload.spec.ts:40:16
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJSON]: 4844 devnet 5 > should validate block hash:
packages/block/test/from-beacon-payload.spec.ts#L58
AssertionError: failed with correct error: expected false to be truthy
❯ test/from-beacon-payload.spec.ts:58:14
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJSON]: 4844 devnet 5 > should validate excess blob gas:
packages/block/test/from-beacon-payload.spec.ts#L77
AssertionError: failed with correct error: expected false to be truthy
❯ test/from-beacon-payload.spec.ts:77:14
|
block / test-block
Process completed with exit code 1.
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_g1+p1:
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_p1+g1:
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_g1_wrong_order+g1:
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_(g1+0=g1):
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_(p1+0=p1):
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_(g1-g1=0):
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_(p1-p1=0):
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_(g1+g1=2*g1):
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G1_bls.json > bls_g1add_(p1+p1=2*p1):
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/precompiles/eip-2537-bls.spec.ts > Precompiles: add_G2_bls.json > bls_g2add_g2+p2:
packages/evm/test/precompiles/eip-2537-bls.spec.ts#L86
AssertionError: The precompile should not throw
❯ test/precompiles/eip-2537-bls.spec.ts:86:22
|
test/api/EIPs/eip-7002.spec.ts > EIP-7002 tests > should correctly create requests:
packages/vm/test/api/EIPs/eip-7002.spec.ts#L142
AssertionError: expected false to be truthy
❯ test/api/EIPs/eip-7002.spec.ts:142:12
|
vm-pr / vm-api
Process completed with exit code 1.
|
examples / test-examples
Process completed with exit code 1.
|
test/eip4844.spec.ts > EIP4844 addSignature tests > addSignature() -> correctly adds correct signature values:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:46:16
|
test/eip4844.spec.ts > EIP4844 addSignature tests > addSignature() -> correctly converts raw ecrecover values:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:61:16
|
test/eip4844.spec.ts > EIP4844 addSignature tests > addSignature() -> throws when adding the wrong v value:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:80:16
|
test/eip4844.spec.ts > EIP4844 constructor tests - valid scenarios > should work:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:112:16
|
test/eip4844.spec.ts > fromTxData using from a json > should work:
packages/tx/test/eip4844.spec.ts#L197
AssertionError: failed to parse json data
❯ test/eip4844.spec.ts:197:14
|
test/eip4844.spec.ts > EIP4844 constructor tests - invalid scenarios > should work:
packages/tx/test/eip4844.spec.ts#L247
AssertionError: throws on too many versioned hashes: expected false to be truthy
❯ test/eip4844.spec.ts:247:14
|
test/eip4844.spec.ts > Network wrapper tests > should work:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:268:24
|
test/eip4844.spec.ts > hash() and signature verification > should work:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:530:24
|
test/eip4844.spec.ts > getEffectivePriorityFee():
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx src/4844/constructors.ts:106:10
❯ test/eip4844.spec.ts:575:14
|
test/eip4844.spec.ts > Network wrapper deserialization test > should work:
packages/tx/src/4844/tx.ts#L175
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx src/4844/tx.ts:175:41
❯ createBlob4844TxFromBytesArray src/4844/constructors.ts:158:10
❯ Module.createBlob4844TxFromSerializedNetworkWrapper src/4844/constructors.ts:246:21
❯ test/eip4844.spec.ts:638:28
|
test/miner/pendingBlock.spec.ts > [PendingBlock] > construct blob bundles:
packages/client/test/miner/pendingBlock.spec.ts#L396
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/miner/pendingBlock.spec.ts:396:21
|
test/miner/pendingBlock.spec.ts > [PendingBlock] > should exclude missingBlobTx:
packages/client/test/miner/pendingBlock.spec.ts#L492
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/miner/pendingBlock.spec.ts:492:27
|
test/rpc/debug/getRawBlock.spec.ts:
packages/client/test/rpc/debug/getRawBlock.spec.ts#L18
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/debug/getRawBlock.spec.ts:18:23
|
test/rpc/debug/getRawHeader.spec.ts:
packages/client/test/rpc/debug/getRawHeader.spec.ts#L18
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/debug/getRawHeader.spec.ts:18:23
|
test/rpc/debug/getRawReceipts.spec.ts > eth_getTransactionReceipt > get blobGasUsed/blobGasPrice in blob tx receipt:
packages/client/test/rpc/debug/getRawReceipts.spec.ts#L127
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/debug/getRawReceipts.spec.ts:127:18
|
test/rpc/engine/newPayloadV4.spec.ts > engine_newPayloadV4: call with executionPayloadV4 > valid data:
packages/client/test/rpc/engine/newPayloadV4.spec.ts#L184
AssertionError: expected 'INVALID' to equal 'VALID'
Expected: "VALID"
Received: "INVALID"
❯ test/rpc/engine/newPayloadV4.spec.ts:184:12
|
test/rpc/eth/getBlockByNumber.spec.ts:
packages/client/test/rpc/eth/getBlockByNumber.spec.ts#L18
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/eth/getBlockByNumber.spec.ts:18:23
|
test/rpc/eth/getBlockReceipts.spec.ts > eth_getTransactionReceipt > get blobGasUsed/blobGasPrice in blob tx receipt:
packages/client/test/rpc/eth/getBlockReceipts.spec.ts#L130
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/eth/getBlockReceipts.spec.ts:130:18
|
test/rpc/eth/getTransactionReceipt.spec.ts > eth_getTransactionReceipt > get blobGasUsed/blobGasPrice in blob tx receipt:
packages/client/test/rpc/eth/getTransactionReceipt.spec.ts#L110
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:360:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:175:41
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/eth/getTransactionReceipt.spec.ts:110:18
|
client / test-client
Process completed with exit code 1.
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJSON]: 4844 devnet 5 > reconstruct cancun block with blob txs:
packages/block/test/from-beacon-payload.spec.ts#L40
AssertionError: failed to construct block, error: Invalid tx at index 0: Error: Missing parameter value for maxblobGasPerBlock
❯ test/from-beacon-payload.spec.ts:40:15
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJSON]: 4844 devnet 5 > should validate block hash:
packages/block/test/from-beacon-payload.spec.ts#L58
AssertionError: failed with correct error: expected false to be truthy
❯ test/from-beacon-payload.spec.ts:58:13
|
test/from-beacon-payload.spec.ts > [fromExecutionPayloadJSON]: 4844 devnet 5 > should validate excess blob gas:
packages/block/test/from-beacon-payload.spec.ts#L77
AssertionError: failed with correct error: expected false to be truthy
❯ test/from-beacon-payload.spec.ts:77:13
|
test/api/EIPs/eip-7002.spec.ts > EIP-7002 tests > should correctly create requests:
packages/vm/test/api/EIPs/eip-7002.spec.ts#L142
AssertionError: expected false to be truthy
❯ test/api/EIPs/eip-7002.spec.ts:142:11
|
browser / test-all-browser
Process completed with exit code 1.
|
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
|
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
|
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
|
mpt / test-mpt
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
|
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
|
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 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
|
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
|
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
|
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
|
browser / test-all-browser
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
|
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
|
wallet / test-wallet
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 (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 (--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 (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 (--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-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=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-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
|