juno icon indicating copy to clipboard operation
juno copied to clipboard

Index events in transaction table

Open dimiandre opened this issue 9 months ago • 0 comments

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 changed in the Github PR explorer.

dimiandre avatar Apr 30 '25 08:04 dimiandre