mina-indexer icon indicating copy to clipboard operation
mina-indexer copied to clipboard

The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."

Results 148 mina-indexer issues
Sort by recently updated
recently updated
newest added

We need all staking ledgers for the post-hardfork network

Data

I personally don't remember the last time this worked without manual intervention. This process should not require manual intervention.

Bug
Urgent

Blocks #1204

Data
Pagination Equivalence

Here is a query where we are limiting to the first 6k blocks, however the result for `total_num_blocks` is the length of the entire blockchain. Query: ``` query BlocksQuery($query: BlockQueryInput!,...

Bug
Data

Instead of building the database (again), simply reuse the database that was built in tier 3 CI. This could be done by using some sort of shared disk, uploading to...

DevOps
Data

Usage: `mina-indexer blocks compare state_hash1 state_hash2` Result: returns the "better" state hash

New Feature