Snap sync moving root/healing implementation #748
build.yml
on: pull_request
build
1m 4s
checkout-submodules
53s
blockchain
/
test-blockchain
25s
client
/
test-client
3m 32s
client
/
test client docker file
1m 34s
client
/
test-client-cli
1m 17s
common
/
test-common
16s
devp2p
/
test-devp2p
25s
ethash
/
test-ethash
2m 17s
examples
/
test-examples
1m 49s
genesis
/
test-genesis
24s
mpt
/
test-mpt
38s
rlp
/
test-rlp
20s
statemanager
/
test-statemanager
47s
util
/
test-util
22s
verkle
/
test-verkle
16s
wallet
/
test-wallet
6m 54s
lint
/
lint
2m 28s
block
/
test-block
1m 34s
browser
/
test-all-browser
4m 14s
evm
/
test-evm
45s
tx
/
test-tx
2m 35s
vm-pr
/
vm-api
1m 16s
vm-pr
/
vm-benchmarks
42s
typecheck
/
typecheck
1m 3s
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Annotations
21 errors and 3 warnings
typecheck / typecheck
Module '"@ethereumjs/devp2p"' has no exported member 'Protocol'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
typecheck / typecheck
Argument of type '{ config: Config; pool: any; root: Uint8Array; first: bigint; count: bigint; }' is not assignable to parameter of type 'AccountFetcherOptions'.
|
test/net/protocol/ethprotocol.spec.ts > [EthProtocol] > verify that Transactions handler encodes/decodes correctly:
packages/client/src/blockchain/chain.ts#L169
Error: A parentBeaconBlockRoot for a header can only be provided with EIP4788 being activated
❯ new BlockHeader ../block/src/header/header.ts:202:13
❯ Module.createBlockHeader ../block/src/header/constructors.ts:17:10
❯ Module.createBlock ../block/src/block/constructors.ts:75:18
❯ Blockchain.createGenesisBlock ../blockchain/src/blockchain.ts:1339:12
❯ Module.createBlockchain ../blockchain/src/constructors.ts:39:56
❯ Function.create src/blockchain/chain.ts:169:8
❯ test/net/protocol/ethprotocol.spec.ts:227:19
|
test/net/server/rlpxserver.spec.ts > should return rlpx server info with ip4 as default > tests nodeinfo:
packages/client/test/net/server/rlpxserver.spec.ts#L166
AssertionError: get nodeInfo: expected { …(5) } to deeply equal { …(5) }
- Expected
+ Received
Object {
- "enode": "enode://0123@0.0.0.0:30303",
+ "enode": "enode://0123@127.0.0.1:30303",
"id": "0123",
- "ip": "0.0.0.0",
- "listenAddr": "0.0.0.0:30303",
+ "ip": "127.0.0.1",
+ "listenAddr": "127.0.0.1:30303",
"ports": Object {
"discovery": 30303,
"listener": 30303,
},
}
❯ test/net/server/rlpxserver.spec.ts:166:12
|
test/net/server/rlpxserver.spec.ts > should init rlpx > should listen:
packages/client/test/net/server/rlpxserver.spec.ts#L341
AssertionError: listening: expected { transport: 'rlpx', …(1) } to deeply equal { transport: 'rlpx', …(1) }
- Expected
+ Received
Object {
"transport": "rlpx",
- "url": "enode://ff@0.0.0.0:30303",
+ "url": "enode://ff@127.0.0.1:30303",
}
❯ test/net/server/rlpxserver.spec.ts:341:14
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should start/stop:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:46:21
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should update highest known hash:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:67:21
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should process:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:99:21
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should adopt correctly:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:135:21
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should skip job with limit lower than highest known hash:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:176:21
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should request correctly:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:214:21
|
test/sync/fetcher/accountfetcher.spec.ts > [AccountFetcher] > should verify zero-element proof correctly:
packages/client/src/sync/fetcher/trienodefetcher.ts#L119
Error: Uint8Array expected
❯ bytes ../../node_modules/@noble/hashes/src/_assert.ts:18:26
❯ Module.bytesToHex ../../node_modules/@noble/hashes/src/utils.ts:64:3
❯ new TrieNodeFetcher src/sync/fetcher/trienodefetcher.ts:119:17
❯ new AccountFetcher src/sync/fetcher/accountfetcher.ts:122:28
❯ test/sync/fetcher/accountfetcher.spec.ts:258:21
|
lint / lint
Process completed with exit code 1.
|
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/
|