-
Payment to the Mina Explorer Name Service address of 0 MINA and memo prefixed with `Name: `
-
Block `3NLmkg12KbtnLYygWZyAweb9we6JtuJ7MpWvcaeFQL8U8np9CrXr` returns 2 coinbases
-
```time ./target/release/mina-indexer server start -s /mnt/mina-log-storage/mina_network_block_data/ -d ./full-database --log-dir ./full-logs --ledger-cadence 10
```
The above command fails to rep…
-
Example of GraphQL logging at `INFO` level:
```
2024-04-02T16:45:56.146910Z INFO actix_web::middleware::logger: ::1 "GET /graphal HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15…
jhult updated
5 months ago
-
It should write the transaction to the specified path.
https://github.com/Granola-Team/mina-indexer/blob/main/rust/src/unix_socket_server.rs#L1084
-
The graphql API does not support pagination
-
We need to explicitly handle our error conditions and decide which are recoverable and which should actually panic.
-
```
curl 'https://api.minasearch.com/graphql' \
--data-raw $'{"query":"query AccountsQuery(\\n $limit: Int = 100\\n $sortBy: AccountSortByInput\u0021\\n $query: AccountQueryInput\\n) {\\n acco…
-
Unflatten commands and simplify communication between CLI and server.
Example:
```sh
Usage: mina-indexer [OPTIONS]
Commands:
server
accounts
blocks
chain
ch…
jhult updated
7 months ago
-
Add the necessary hooks and methods to cleanly shut down the Mina Indexer. Things to consider: Indexer state, rocksdb, graphql webserver, UDS/IPC socket files, etc.