Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
8 stars 6 forks source link

Augment GQL with indexed totals #669

Closed n1tranquilla closed 5 months ago

n1tranquilla commented 5 months ago
  1. blocks

    • [x] per account per epoch
    • [x] per account total
    • [x] per epoch
    • [x] total
  2. user commands

    • [x] per account per epoch
    • [x] per account total
    • [x] per epoch
    • [x] total
  3. internal commands

    • [x] per account per epoch
    • [x] per account total
    • [x] per epoch
    • [x] total
  4. snarks

    • [x] per account per epoch
    • [x] per account total
    • [x] per epoch
    • [x] total
Isaac-DeFrain commented 5 months ago

Granola-Team/mina-indexer/pull/939

Isaac-DeFrain commented 5 months ago

For internal commands, do we want fee transfers AND coinbases

robinbb commented 5 months ago

@Isaac-DeFrain Whatever's easiest, to start. Eventually, yes, both.

Isaac-DeFrain commented 5 months ago

Related Granola-Team/mina-indexer#966

Isaac-DeFrain commented 5 months ago

Related Granola-Team/mina-indexer#967

Isaac-DeFrain commented 5 months ago

Related Granola-Team/mina-indexer#968

robinbb commented 5 months ago

I appreciate the checklist in the description, FYI.

Isaac-DeFrain commented 5 months ago

Related Granola-Team/mina-indexer#984