-
![2024-05-24 09 30 02](https://github.com/Granola-Team/mina-block-explorer/assets/19426804/5b8d988e-604a-404a-9d9c-3e5c278d0cbd)
-
Related to querying multiple transactions (https://github.com/Granola-Team/mina-indexer/issues/554) which was implemented in https://github.com/Granola-Team/mina-indexer/pull/769.
jhult updated
6 months ago
-
If we could indicate the "direction" of the transaction, then the `outgoing` and `incoming` transactions could be combined into a single `transactions` query.
query:
```
query AccountActivityQu…
-
```
1) [Tags: @CI] block analytic tab contains the correct elements
AssertionError: Timed out retrying after 60000ms: Expected to find element: `.analytics-sm`, but never found it.
```
-
The staking ledger should include a column called something like "block win percentage" that shows how often a given delegate wins. This could be on the staking ledger page, or on a new page that adds…
-
https://github.com/o1-labs/archive-node-api
-
-
```
{
blocks(limit: 1) {
stateHash
blockHeight
protocolState {
previousStateHash
}
canonical
}
}
```
-
The total stake for an account can be queried with the following GQL:
```
{
stakes(query:{epoch: 77}) {
delegationTotals {
totalDelegated
}
}
}
```
Use total delegated …
-
https://github.com/Granola-Team/mina-indexer/blob/c4cc9e3b23c5fae618872372714ba948a63b22f0/rust/src/web/graphql/transactions/mod.rs#L41-L49
jhult updated
6 months ago