Robin Bate Boerop
Robin Bate Boerop
Spec: https://docs.cdp.coinbase.com/rosetta/docs/welcome/
... 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.
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.
https://github.com/o1-labs/archive-node-api
When the port specified (or the default port of 8080) is in use, the server starts anyway after logging a crash in src/bin/mina-indexer.rs line 278. Then, the server cannot be...
'prune_interval' is the multiple of the height of the transition frontier at which tree pruning occurs. The default is 10. Perhaps this is too high? Or maybe no matter? Why...