client: add getBlobsV1 to the client to support CL blob import #549
Triggered via pull request
October 1, 2024 17:35
Status
Cancelled
Total duration
16m 19s
Artifacts
–
build.yml
on: pull_request
build
1m 1s
checkout-submodules
45s
blockchain
/
test-blockchain
15s
client
/
test-client
3m 34s
client
/
test client docker file
1m 38s
client
/
test-client-cli
1m 11s
common
/
test-common
13s
devp2p
/
test-devp2p
19s
ethash
/
test-ethash
2m 24s
examples
/
test-examples
1m 46s
genesis
/
test-genesis
26s
rlp
/
test-rlp
12s
statemanager
/
test-statemanager
46s
trie
/
test-trie
27s
util
/
test-util
18s
verkle
/
test-verkle
13s
wallet
/
test-wallet
6m 40s
lint
/
lint
2m 37s
block
/
test-block
36s
browser
/
test-all-browser
4m 10s
evm
/
test-evm
42s
tx
/
test-tx
2m 29s
vm-pr
/
vm-api
52s
vm-pr
/
vm-benchmarks
44s
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
6 errors and 18 warnings
test/miner/pendingBlock.spec.ts > [PendingBlock] > construct blob bundles:
packages/client/src/service/txpool.ts#L402
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:359:13
❯ TxPool.pruneBlobsAndProofsCache src/service/txpool.ts:402:50
❯ TxPool.add src/service/txpool.ts:390:16
❯ test/miner/pendingBlock.spec.ts:390:7
|
test/rpc/engine/getPayloadV3.spec.ts > engine_getPayloadV3 > call with known payload:
packages/client/src/service/txpool.ts#L402
Error: Missing parameter value for maxblobGasPerBlock
❯ Common.param ../common/src/common.ts:359:13
❯ TxPool.pruneBlobsAndProofsCache src/service/txpool.ts:402:50
❯ TxPool.add src/service/txpool.ts:390:16
❯ test/rpc/engine/getPayloadV3.spec.ts:112:5
|
test/rpc/eth/sendRawTransaction.spec.ts > eth_sendRawTransaction > blob EIP 4844 transaction:
packages/client/test/rpc/eth/sendRawTransaction.spec.ts#L284
AssertionError: initial blob transaction accepted: expected { code: -32602, …(1) } to equal undefined
- Expected:
undefined
+ Received:
Object {
"code": -32602,
"message": "Missing parameter value for maxblobGasPerBlock",
}
❯ test/rpc/eth/sendRawTransaction.spec.ts:284:12
|
client / test-client
Process completed with exit code 1.
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
Canceling since a higher priority waiting request for 'Build-getblobsv1-build' exists
|
vm-pr / vm-blockchain (--fork=Cancun --verify-test-amount-alltests)
The operation was canceled.
|
build
Cache save failed.
|
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/
|
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/
|
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/
|
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/
|
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/
|
block / test-block
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/
|
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/
|
vm-pr / vm-api
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/
|
tx / test-tx
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/
|