bryanlabs/cosmos-indexer-sdk

Update transaction indexer main loop to use new indexing models

Closed this issue · 1 comments

The main loop of the transaction indexer will need to index the new model formats.

  1. Basic Block data
  2. For each Transaction in a block, index basic Transaction data
  3. For each Message in each Transaction, index:
    • Basic Message data
    • All events per Message

Closing this one out, this issue has been implemented in a number of PRs:

Block Event indexing: #24
Block Proposer Address indexing: #43
TX and Message Event indexing: #38, #39
TX Signers indexing: #44, #45

Any further updates to the main indexer loop will be Milestone 3 oriented or further tweaks/improvements/bug fixes as they arise.