mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
Support the following API with our `berkeley` integration so ZkApp smart contracts can interact with our API directly and natively. It was brought up here: https://github.com/Granola-Team/mina-indexer/issues/355 The GraphQL schema is...
In an effort to disassociate our codebase from `mina-rs`, implement the transaction hash algorithm in our codebase in a hermetic way.
Consolidate and pick one implementation.
Consolidate and pick one
Run a Mina node and log the precomputed blocks into a bucket we control. E.g. S3 Bucket
This coupling isn't ideal if we want to support `berkeley` and the hard fork. I propose we create our own domain objects and add a conversion from mina-rs serialiation types...
Our definitions: - **Pending**: transaction that has been gossiped and buffered in mempool - **Canonical**: transaction/block on the *best* chain, and can even include the most recent block - **Finalized**:...