Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate: ETH1_ERROR_NO_DEPOSITS_FOR_BLOCK_RANGE, fromBlock=0, toBlock=0 error #3851

Closed
g11tech opened this issue Mar 11, 2022 · 0 comments · Fixed by #3930
Closed

Investigate: ETH1_ERROR_NO_DEPOSITS_FOR_BLOCK_RANGE, fromBlock=0, toBlock=0 error #3851

g11tech opened this issue Mar 11, 2022 · 0 comments · Fixed by #3930
Assignees

Comments

@g11tech
Copy link
Contributor

g11tech commented Mar 11, 2022

While testing with ethereumjs these error logs surfaced till the beacon node was syncing but went away as soon as it synced. Investigate

Error: ETH1_ERROR_NO_DEPOSITS_FOR_BLOCK_RANGE
    at getEth1DataForBlocks (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/utils/eth1Data.ts:35:11)
    at Eth1DepositsCache.getEth1DataForBlocks (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositsCache.ts:119:12)
    at Eth1DepositDataTracker.updateBlockCache (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositDataTracker.ts:223:23)
    at Eth1DepositDataTracker.update (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositDataTracker.ts:160:31)
    at Eth1DepositDataTracker.runAutoUpdate (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositDataTracker.ts:133:29)
Mar-11 17:55:49.003[ETH1]            error: Error updating eth1 chain cache  code=ETH1_ERROR_NO_DEPOSITS_FOR_BLOCK_RANGE, fromBlock=0, toBlock=0
Error: ETH1_ERROR_NO_DEPOSITS_FOR_BLOCK_RANGE
    at getEth1DataForBlocks (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/utils/eth1Data.ts:35:11)
    at Eth1DepositsCache.getEth1DataForBlocks (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositsCache.ts:119:12)
    at Eth1DepositDataTracker.updateBlockCache (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositDataTracker.ts:223:23)
    at Eth1DepositDataTracker.update (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositDataTracker.ts:160:31)
    at Eth1DepositDataTracker.runAutoUpdate (/usr/app/node_modules/@chainsafe/lodestar/src/eth1/eth1DepositDataTracker.ts:133:29)
Mar-11 17:55:50.060[ETH1]            error: Error updating eth1 chain cache  code=ETH1_ERROR_NO_DEPOSITS_FOR_BLOCK_RANGE, fromBlock=0, toBlock=0
@g11tech g11tech self-assigned this Mar 11, 2022
@g11tech g11tech mentioned this issue Apr 16, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant