osmosis-labs / osmosis

The AMM Laboratory
https://app.osmosis.zone
Apache License 2.0
892 stars 593 forks source link

feat & fix: fix data duplication issue, skip failed transaction (backport #8785) #8786

Closed mergify[bot] closed 4 weeks ago

mergify[bot] commented 4 weeks ago

This commit addresses two issues and one of them is reported in production:

  1. Data duplication - the current implementation includes all events for each transaction in a block, vs only the transaction's events should be included.

  2. Failed transaction should be skipped.

Tested in v26.x.


This is an automatic backport of pull request #8785 done by Mergify.