Nathan Tranquilla
Nathan Tranquilla
Blocks https://github.com/Granola-Team/mina-block-explorer/issues/899
I did a deep dive into this and have already converted many of the inserts to batch writes. The improvements was marginal.
Probably we won't do this.
To display fees [here](https://minasearch.com/analytics/commands/internal), I have to filter out coinbase rewards [in the javascript](https://github.com/Granola-Team/mina-block-explorer/blob/main/src/scripts/analytics/internal-commands.js#L36). Here is a case where I want to display fees, not coinbase rewards.
I think it should be a GQL query option, but i'm content for now, to filter using magic number (ie < 720 MINA)
That's why we need the filter for https://minasearch.com/analytics/commands/internal. We want to get all fees, except coinbase rewards. This filtering (done client-side) is just a guess as there are likely no...
Moving to wishful. This isn't strictly needed right now.
Ingestion speed is a big deal. Might be an easy win.
Yes, this seems like it would be directly related. But I don't think this is strictly needed for this issue unless this story is dependent upon those counts first.
There are 4 permutations of status and canonicity to be indexed * applied and canonical * failed and canonical * applied and non-canonical * failed and non-canonical