You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Hello everyone. Im a developing some stuff that needs real time on chain execution and I just encountered this error when making requests using my local archive node.
The error can be reproduce just by subscribing to new heads using the standard goethereum client, and just requesting onchain information of that block, which should be the latest one. Maybe is something intended, however when you try to ask information from the received header I always get as an example panic: block 94922164 is not present in the archive (non-empty archive, last block 94922163)
Describe the bug
A clear and concise description of what the bug is.
Hello everyone. Im a developing some stuff that needs real time on chain execution and I just encountered this error when making requests using my local archive node.
The error can be reproduce just by subscribing to new heads using the standard goethereum client, and just requesting onchain information of that block, which should be the latest one. Maybe is something intended, however when you try to ask information from the received header I always get as an example
panic: block 94922164 is not present in the archive (non-empty archive, last block 94922163)
To Reproduce
Steps to reproduce the behavior:
panic: block 94922467 is not present in the archive (non-empty archive, last block 94922466)
Expected behavior
By adding a waiting time of 0.4 (expect time between two block)
time.Sleep(time.Millisecond * 400)
you get the following output:Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: