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

We should use `pub struct TxnHash(pub String)` over `String`

Good First Issue

Missing stats (per epoch): * number of blocks produced * number of supercharged blocks produced * number of slots produced * orphan rate

Enhancement

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

Enhancement
Data

Assert debit amount is greater than or equal to the account balance

Enhancement

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

Docs
Data

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.

DevOps

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

Bug