Implement BeginBlock and EndBlock event filtering mechanisms
Closed this issue · 0 comments
pharr117 commented
We need a way to filter BeginBlock and EndBlock events based on some key conditions.
Some options for filtering may look like:
- Filtering event by Type field
- Filtering event by Type + Attribute key/value
- Filtering by a sequential group of Type fields (e.g. only index coin_received immediately followed by a coinbase event)
- All of the above