Zondax / namadexer

Namada indexer
39 stars 57 forks source link

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

Closed jipan76 closed 7 months ago

jipan76 commented 7 months ago

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

ekhvalov commented 7 months ago

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 commented 7 months ago

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...