mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
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...
This would support the home page and the /blocks page.
Block explorers display this information with the account. Add `receipt_chain_hash` and `voting_for` to the Account Ledger.
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.
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...