monorepo: kzg casing #516
Triggered via pull request
September 28, 2024 13:25
Status
Failure
Total duration
16m 3s
Artifacts
–
build.yml
on: pull_request
build
1m 1s
checkout-submodules
47s
blockchain
/
test-blockchain
17s
client
/
test-client
3m 31s
client
/
test client docker file
1m 27s
client
/
test-client-cli
1m 10s
common
/
test-common
14s
devp2p
/
test-devp2p
26s
ethash
/
test-ethash
2m 13s
examples
/
test-examples
1m 46s
genesis
/
test-genesis
20s
rlp
/
test-rlp
10s
statemanager
/
test-statemanager
46s
trie
/
test-trie
31s
util
/
test-util
26s
verkle
/
test-verkle
18s
wallet
/
test-wallet
6m 41s
lint
/
lint
2m 29s
block
/
test-block
27s
browser
/
test-all-browser
5m 38s
evm
/
test-evm
46s
tx
/
test-tx
2m 26s
vm-pr
/
vm-api
55s
vm-pr
/
vm-benchmarks
42s
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
38 errors and 14 warnings
test/eip4844block.spec.ts > transaction validation tests > should work:
packages/block/test/eip4844block.spec.ts#L170
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/eip4844block.spec.ts:170:17
|
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 blobCommitmentVersionKzg
❯ 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/api/runTx.spec.ts > EIP 4844 transaction tests > should work:
packages/vm/test/api/utils.ts#L114
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ Module.createTx ../tx/src/transactionFactory.ts:45:14
❯ Module.getTransaction test/api/utils.ts:114:14
❯ test/api/runTx.spec.ts:904:16
|
test/api/EIPs/eip-4844-blobs.spec.ts > EIP4844 tests > should build a block correctly with blobs:
packages/vm/test/api/EIPs/eip-4844-blobs.spec.ts#L68
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/api/EIPs/eip-4844-blobs.spec.ts:68:24
|
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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L239
AssertionError: throws on invalid commitment version: expected false to be truthy
❯ test/eip4844.spec.ts:239:14
|
test/eip4844.spec.ts > Network wrapper tests > should work:
packages/tx/src/4844/tx.ts#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L134
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx src/4844/tx.ts:134:62
❯ 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#L364
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/miner/pendingBlock.spec.ts:364:21
|
test/miner/pendingBlock.spec.ts > [PendingBlock] > should exclude missingBlobTx:
packages/client/test/miner/pendingBlock.spec.ts#L440
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/miner/pendingBlock.spec.ts:440:27
|
test/net/protocol/ethprotocol.spec.ts > [EthProtocol] > verify that Transactions handler encodes/decodes correctly:
packages/client/test/net/protocol/ethprotocol.spec.ts#L233
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ Module.createTx ../tx/src/transactionFactory.ts:45:14
❯ test/net/protocol/ethprotocol.spec.ts:233:20
|
test/rpc/debug/getRawBlock.spec.ts:
packages/client/test/rpc/debug/getRawBlock.spec.ts#L18
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ 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 blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ 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 blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/debug/getRawReceipts.spec.ts:127:18
|
test/rpc/engine/getPayloadV3.spec.ts > engine_getPayloadV3 > call with known payload:
packages/client/test/rpc/engine/getPayloadV3.spec.ts#L96
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ Module.createTx ../tx/src/transactionFactory.ts:45:14
❯ test/rpc/engine/getPayloadV3.spec.ts:96:16
|
test/rpc/engine/newPayloadV3VersionedHashes.spec.ts > engine_newPayloadV3: Cancun validations > blobVersionedHashes:
packages/client/test/rpc/engine/newPayloadV3VersionedHashes.spec.ts#L106
AssertionError: expected 'Error assembling block from payload: …' to equal 'Error verifying blobVersionedHashes: …'
Expected: "Error verifying blobVersionedHashes: expected=2 received=1"
Received: "Error assembling block from payload: Invalid tx at index 0: Error: Missing parameter value for blobCommitmentVersionKzg"
❯ test/rpc/engine/newPayloadV3VersionedHashes.spec.ts:106:12
|
test/rpc/eth/blobBaseFee.spec.ts > eth_blobBaseFee > call with more realistic blockchain:
packages/client/test/rpc/eth/blobBaseFee.spec.ts#L68
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ Module.createTx ../tx/src/transactionFactory.ts:45:14
❯ produceBlockWith4844Tx test/rpc/eth/blobBaseFee.spec.ts:68:7
❯ test/rpc/eth/blobBaseFee.spec.ts:117:7
|
test/rpc/eth/getBlockByNumber.spec.ts:
packages/client/test/rpc/eth/getBlockByNumber.spec.ts#L18
Error: Missing parameter value for blobCommitmentVersionKzg
❯ Common.param ../common/src/common.ts:359:13
❯ new Blob4844Tx ../tx/src/4844/tx.ts:134:62
❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:106:10
❯ test/rpc/eth/getBlockByNumber.spec.ts:18:23
|
test/eip4844block.spec.ts > transaction validation tests > should work:
packages/block/test/eip4844block.spec.ts#L170
Error: Missing parameter value for blobCommitmentVersionKzg
❯ test/eip4844block.spec.ts:170:16
|
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 blobCommitmentVersionKzg
❯ 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/runTx.spec.ts > EIP 4844 transaction tests > should work:
packages/vm/test/api/utils.ts#L114
Error: Missing parameter value for blobCommitmentVersionKzg
❯ getTransaction test/api/utils.ts:114:13
❯ test/api/runTx.spec.ts:904:15
|
test/api/EIPs/eip-4844-blobs.spec.ts > EIP4844 tests > should build a block correctly with blobs:
packages/vm/test/api/EIPs/eip-4844-blobs.spec.ts#L68
Error: Missing parameter value for blobCommitmentVersionKzg
❯ test/api/EIPs/eip-4844-blobs.spec.ts:68:23
|
browser / test-all-browser
Process completed with exit code 1.
|
vm-pr / vm-state (Cancun)
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Process completed with exit code 1.
|
rlp / test-rlp
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
common / test-common
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
blockchain / test-blockchain
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
genesis / test-genesis
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
util / test-util
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
devp2p / test-devp2p
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
trie / test-trie
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
statemanager / test-statemanager
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
evm / test-evm
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
client / test client docker file
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-qemu-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
client / test client docker file
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v1, docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
ethash / test-ethash
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
wallet / test-wallet
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|