mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
The berkeley precomputed block introduced new functionality where they list all account updates/creations are now included in the block. We created this functionality as LedgerDiffs that are applied and unapplied...
Tokens list is a addresses page for listing all the tokens. It will require the following columns * Token Name (searchable) * Token ID (searchable) * Supply * Token Owner...
Add an new GQL endpoint to for querying for zkapp transactions
Store new ZkApp Commands in the database. Refer to User Commands indices to see what's needed for efficient querying.
Favour chain Id over genesis state hash to add network uniqueness to the staking ledgers persistence
Currently we append the genesis state hash to uniquely identify the staking ledgers but better would be to use the current chainId.