Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

WARN namadexer::indexer: Failed to retreive block at height 237907 #175

Closed
jipan76 opened this issue Mar 28, 2024 · 2 comments · Fixed by #177
Closed

WARN namadexer::indexer: Failed to retreive block at height 237907 #175

jipan76 opened this issue Mar 28, 2024 · 2 comments · Fixed by #177

Comments

@jipan76
Copy link

jipan76 commented Mar 28, 2024

Error WARN namadexer::indexer: Failed to retreive block at height 237907 after hardfork ?

@ekhvalov
Copy link
Contributor

Here are more details:

Error: TendermintRpcError(serde parse error

Caused by:
    invalid block: last_commit is empty on non-first block

    Location:
        /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flex-error-0.4.4/src/tracer_impl/eyre.rs:10:9 at line 1 column 1335

Location:
    /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flex-error-0.4.4/src/tracer_impl/eyre.rs:10:9)

@rllola
Copy link
Contributor

rllola commented Mar 28, 2024

Yes I saw that. It looks like the first block which is the new genesis cannot be parsed by the tendermint dependency because it is a genesis block it doesn't have commits...

rllola added a commit that referenced this issue Mar 28, 2024
closes #175

This PR use a patch version of tendermint which allow deserializing
block with empty last commit and fix the bug following Namada hardfork.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants