Skip to content

fusaka light client: implement Ssz and Log EIPs to enable merkle proof generation and validation #575

fusaka light client: implement Ssz and Log EIPs to enable merkle proof generation and validation

fusaka light client: implement Ssz and Log EIPs to enable merkle proof generation and validation #575

Triggered via pull request October 5, 2024 09:59
@g11techg11tech
synchronize #3452
eip-6493
Status Failure
Total duration 6h 1m 55s
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

18 errors and 17 warnings
test/ssz.spec.ts > profile<>stable tx container > EIP 1559 tx profile<>stable conversion: packages/util/test/ssz.spec.ts#L28
Error: JSON expected key secp256k_1 is undefined ❯ ProfileType.fromJson ../../node_modules/@chainsafe/ssz/src/type/profile.ts:389:15 ❯ ContainerType.fromJson ../../node_modules/@chainsafe/ssz/src/type/container.ts:349:36 ❯ test/ssz.spec.ts:28:52
util / test-util
Process completed with exit code 1.
typecheck / typecheck
'"../src/index.js"' has no exported member named 'AccessListEIP2930Transaction'. Did you mean 'AccessList2930Transaction'?
typecheck / typecheck
'"../src/index.js"' has no exported member named 'BlobEIP4844Transaction'. Did you mean 'Eip4844TransactionType'?
typecheck / typecheck
Module '"../src/index.js"' has no exported member 'FeeMarketEIP1559Transaction'.
typecheck / typecheck
'"../src/index.js"' has no exported member named 'LegacyTransaction'. Did you mean 'LegacyTransactionType'?
typecheck / typecheck
'"@ethereumjs/util"' has no exported member named 'Kzg'. Did you mean 'KZG'?
typecheck / typecheck
Process completed with exit code 2.
lint / lint
Process completed with exit code 1.
test/eip6493.spec.ts > ssz <> rlp converstion > LegacyTransaction: packages/tx/test/eip6493.spec.ts#L203
AssertionError: ssz format should be correct: expected undefined to equal '0x72eed28860ac985f1ec32306564b5926ea7…' - Expected: "0x72eed28860ac985f1ec32306564b5926ea7c0b70" + Received: undefined ❯ test/eip6493.spec.ts:203:14
test/eip6493.spec.ts > ssz <> rlp converstion > AccessListEIP2930Transaction: packages/tx/test/eip6493.spec.ts#L203
AssertionError: ssz format should be correct: expected undefined to equal '0x96216849c49358b10257cb55b28ea603c87…' - Expected: "0x96216849c49358b10257cb55b28ea603c874b05e" + Received: undefined ❯ test/eip6493.spec.ts:203:14
test/eip6493.spec.ts > ssz <> rlp converstion > FeeMarketEIP1559Transaction: packages/tx/test/eip6493.spec.ts#L203
AssertionError: ssz format should be correct: expected undefined to equal '0xdcf0e8f6d5c3876912db8e06e2a690b9900…' - Expected: "0xdcf0e8f6d5c3876912db8e06e2a690b99004b798" + Received: undefined ❯ test/eip6493.spec.ts:203:14
test/eip6493.spec.ts > ssz <> rlp converstion > BlobEIP4844Transaction: packages/tx/test/eip6493.spec.ts#L203
AssertionError: ssz format should be correct: expected undefined to equal '0xa95d8b63835662e0d6fb0fb096994e28970…' - Expected: "0xa95d8b63835662e0d6fb0fb096994e2897072e2a" + Received: undefined ❯ test/eip6493.spec.ts:203:14
test/eip6493.spec.ts > ssz <> rlp converstion > hashTree root of different transactions: packages/tx/test/eip6493.spec.ts#L224
AssertionError: transactions root should match: expected '0x934447b54078292e85207e30e67d113c95a…' to equal '0xe15ff0a75fc9889f4ce89afd2ae65ec5708…' Expected: "0xe15ff0a75fc9889f4ce89afd2ae65ec570881a7ac6bf78ca664b1d04d0419e34" Received: "0x934447b54078292e85207e30e67d113c95a7938b4c0de7e6f9d5f13702719f94" ❯ test/eip6493.spec.ts:224:12
tx / test-tx
Process completed with exit code 1.
browser / test-all-browser
The job running on runner GitHub Actions 20 has exceeded the maximum execution time of 360 minutes.
test/ssz.spec.ts > profile<>stable tx container > EIP 1559 tx profile<>stable conversion: packages/util/test/ssz.spec.ts#L28
Error: JSON expected key secp256k_1 is undefined ❯ test/ssz.spec.ts:28:51
browser / test-all-browser
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/
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/
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/
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/
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/
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/
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/
client / test-client
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3, nick-fields/retry@v2. 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/