mina-indexer
mina-indexer copied to clipboard
The Mina Indexer is a re-imagined version of the software collectively called the "Mina archive node."
We should use `pub struct TxnHash(pub String)` over `String`
Missing stats (per epoch): * number of blocks produced * number of supercharged blocks produced * number of slots produced * orphan rate
While the stat of `unique block producers in last x blocks` is related to blocks, it is awkwardly located within the blocks query. It might be more suitably located in...
Assert debit amount is greater than or equal to the account balance
Our current database schema consists of 80 column families. The naming conventions and encoding/decoding mechanisms for these column families lack consistency and type safety. This inconsistency makes it difficult to...
https://buildkite.com/granola/mina-block-explorer-tier-1/builds/1979#01912788-c76d-4a59-86e9-17cfad149b5f This should be a one-time action to support regression testing in CI for the FE.
(Edited by @robinbb) This query pins 2 CPUs at 100% and does not return before Cloudflare times out the request (1 minute?). So, it is unacceptably slow because the front-end...