Skip to content

Commit

Permalink
fix: api: exclude reverted events in eth_getLogs results (filecoin-…
Browse files Browse the repository at this point in the history
…project#11318)

* exclude reverted events from results returned by eth_getLogs

* unit test

* update CHANGELOG.md
  • Loading branch information
i-norden authored and jonathan@vulcanize.io committed Mar 12, 2024
1 parent 4a1a7bd commit 61b12d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ Lotus-workers can now be built to leverage the SupraSeal C2 sealing optimization
- fix: lotus-provider: lotus-provider msg sending ([filecoin-project/lotus#11480](https://github.com/filecoin-project/lotus/pull/11480))
- fix: lotus-provider: Fix winning PoSt ([filecoin-project/lotus#11483](https://github.com/filecoin-project/lotus/pull/11483))
- chore: fix: sql Scan cannot write to an object ([filecoin-project/lotus#11487](https://github.com/filecoin-project/lotus/pull/11487))
- fix: Exclude reverted events in `eth_getLogs` results [filecoin-project/lotus#11318](https://github.com/filecoin-project/lotus/pull/11318)

## Dependencies
- deps: update go-libp2p to v0.28.1 ([filecoin-project/lotus#10998](https://github.com/filecoin-project/lotus/pull/10998))
Expand Down

0 comments on commit 61b12d1

Please sign in to comment.