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

... results in awkward unnecessary addition of things like: ``` --locked-supply-csv "$SRC"/data/locked.csv \ ``` lines on invocations, plus the need to deploy that to some known location somewhere on the...

SIGTERM is not sufficient to kill Indexer.

Bug
Enhancement

``` $ mina-indexer server start Error: Permission denied (os error 13) ``` The problem is that on darwin system, it protects the `/usr` directory

DevOps
Blocked

Just use https://doc.rust-lang.org/std/macro.include_str.html to pull it into the binary at compile time. This avoids the awkward need to deploy that file somewhere on the user's machine.

The MinaExplorer stakes API doesn't support sorting by stake so we will be default return in stake sorted order.

Enhancement
GraphQL
Data
Frontend Integration

Add a `total_currency` function for aggregating the total supply of mina tokens at a given height. Note: the calculation will be off by `0.000001000` until we incorporate the genesis block...

Good First Issue
New Feature

https://github.com/o1-labs/archive-node-api

GraphQL
Berkeley