mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
We're interested in querying those two separately or together.
Identify invariants on staking ledger ingestion and codify it as a regression test. E.g. At public_key are unique per epoch.
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":...