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 need to explicit handle our error conditions and decide which are recoverable and which should actually panic.

Enhancement
Good First Issue

Using `unwrap` is convenient for quickly prototyping but we need to explicitly handle our error conditions and decide which are recoverable and which should actually panic.

Enhancement
Good First Issue

As a follow up to #668.

DevOps
New Feature

In the internal commands listing page, add the following PK `B62qmB7U9eVkrn8GPFnuKru4hMptrVQVxi9iKcVoeE5zqJWYYw8aZ4C` in the recipient column filter and it will display an incorrect result.

Bug
Data

# Case A: Crashing case Query: ``` query TransactionsQuery($limit: Int, $sort_by: TransactionSortByInput!, $query: TransactionQueryInput!) { transactions(limit: $limit, sortBy: $sort_by, query: $query) { hash amount kind blockHeight block { dateTime }...

Bug

The GraphQL accounts endpoint is experiencing performance issues due to fetching the entire best ledger from the database, even when only a few accounts are requested. This is more apparent...

Bug
Enhancement
GraphQL

Currently, fee transfers in our system are stored as their constituent parts when they should be stored in their aggregated form per public_key. This causes the number of Internal Commands...

Bug
Data