Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

failed to load state at height error #523

@noot

Description

@noot

System info: [Include Ethermint commit, operating system name, and other relevant details]

Steps to reproduce:

  1. I am trying to reproduce this on a 1-node network but so far have only been able to do it on a 3-node network.
  2. start 3 node network as per fix consensus error #513
  3. setup aragon truffle tests as per fix handler csdb usage, fixes consensus error again #516 then runtruffle test --network rpc
  4. 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.]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions