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
{{ message }}
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
usually after a few of the suites have been run, you are no longer able to query for a block because of this error
$ geth attach http://172.17.0.2:8545
Welcome to the Geth JavaScript console!
modules: eth:1.0 net:1.0 personal:1.0 rpc:1.0 web3:1.0
> eth.getBlock(1)
Error: invalid request: failed to load state at height 27985; version does not exist (latest height: 90086)
it seems to be caused by different tests, so I'm not sure exactly what is causing this to happen, or why it is trying to query for a state that is lower than the latest
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Additional info: [Include gist of relevant config, logs, etc.]