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're interested in querying those two separately or together.

Enhancement
Data

Identify invariants on staking ledger ingestion and codify it as a regression test. E.g. At public_key are unique per epoch.

Testing / QA

Query: ``` query InternalCommands($limit: Int, $sort_by: FeetransferSortByInput!, $query: FeetransferQueryInput!) { feetransfers(limit: $limit, sortBy: $sort_by, query: $query) { fee blockHeight } } ``` Variables: ``` { "limit": 10000000, "sort_by": "BLOCKHEIGHT_DESC", "query":...