Update transaction indexer main loop to use new indexing models
Closed this issue · 1 comments
pharr117 commented
The main loop of the transaction indexer will need to index the new model formats.
- Basic Block data
- For each Transaction in a block, index basic Transaction data
- For each Message in each Transaction, index:
- Basic Message data
- All events per Message
pharr117 commented
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.