mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
This is different from being able to query for either outgoing or incoming: ``` query accountTxnQuery { transactions(query: {to: "B62qrRvo5wngd5WA1dgXkQpCdQMRDndusmjfWXWT1LgsSFFdBS9RCsV", from:"B62qrRvo5wngd5WA1dgXkQpCdQMRDndusmjfWXWT1LgsSFFdBS9RCsV"}) { to from } } ``` We need to...
This is the new post hard-fork chain aka Berkeley mainnet.
One cannot send a shutdown message during ingestion because there is no socket. Sending a signal does not work, either, because it is ignored or mis-handled.
Our canonical chain discovery algorithm takes a non-trivial amount of time to calculate and verify. 25mins with 811K blocks. The hypothesis is the second deserialization costs more then the work...
When an Indexer which has no otherwise-known problem starts with an already constructed database of about 58G, it takes 20 seconds to start. The logs reveal what it is doing:...
To support the `o1js` actions and events GQL API, we first need to efficiently store and make efficiently queryable.