We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
g11tech
Successfully merging a pull request may close this issue.
While testing with ethereumjs these error logs surfaced till the beacon node was syncing but went away as soon as it synced. Investigate
The text was updated successfully, but these errors were encountered: