juno
juno copied to clipboard
Index events in transaction table
Description
Save tx.Events inside the transactions table. While this increses database size a bit, with Cosmos-SDK 50> majority of the custom modules don't use logs and rawLog anymore and only fire events inside tx.Events. This PR makes easier to extract data from custom modules.
Checklist
- [x] Targeted PR against correct branch.
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Wrote unit tests.
- [x] Re-reviewed
Files changedin the Github PR explorer.