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

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...

Enhancement
GraphQL
Data

This is the new post hard-fork chain aka Berkeley mainnet.

Berkeley

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.

Bug

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...

Spike

23m47s and counting

DevOps

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:...

With berkeley, we can now mint new tokens.

Data
Berkeley

To support the `o1js` actions and events GQL API, we first need to efficiently store and make efficiently queryable.

Data
Berkeley