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 55 mina-indexer issues
Sort by recently updated
recently updated
newest added

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

Bug

This would support the home page and the /blocks page.

Data
New Feature

Block explorers display this information with the account. Add `receipt_chain_hash` and `voting_for` to the Account Ledger.

Enhancement
Data

As we find missing endpoints, create issues for those. Ideally `hurl` test(s) will be setup (they can't run because they won't pass without implementation) for each endpoint.

GraphQL
Berkeley

Example error: ``` 2024-04-29T11:19:30.561480-04:00 - ERROR Error in server initialization: unknown variant `network`, expected `V1` or `V2` at line 1 column 10 ``` Changes were introduced in https://github.com/Granola-Team/mina-indexer/pull/821 that caused...

Data
New Feature