liftedinit / yaci

Yet Another Cosmos Indexer
Apache License 2.0
6 stars 3 forks source link

Retrieve lowest height from gRPC #28

Open fmorency opened 1 week ago

fmorency commented 1 week ago

The lowest block height of the node might not be 1. Retrieve the lowest height from the node itself.

We need to fix the missing block feature to account for this.

fmorency commented 1 week ago

To my knowledge, there is no way to get this information using gRPC.

See https://github.com/cosmos/cosmos-sdk/issues/22421