mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Use global slot bounded blocks/commands/SNARKs
... 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.
``` $ mina-indexer server start Error: Permission denied (os error 13) ``` The problem is that on darwin system, it protects the `/usr` directory
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.
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...
https://github.com/o1-labs/archive-node-api