bee
bee copied to clipboard
Stuck in `syncing in progress` with error message `could not get logs` - `block range is too wide`
Context
Bee 1.18.2
Summary
This happens during postage stamp syncing, where eth_getLogs
calls are continuously made to fetch all postage stamp data from the blockchain.
Using ankr as 3rd-party JSON-RPC seems to yield this problem. Switching to a different JSON-RPC endpoint solves the issue.
It would be nice to detect if this error happens and then switch to smaller query ranges.