From 61b12d134928ef913c2a269d91cccf60451548cf Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Tue, 24 Oct 2023 12:05:20 -0500 Subject: [PATCH] fix: api: exclude reverted events in `eth_getLogs` results (#11318) * exclude reverted events from results returned by eth_getLogs * unit test * update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0603065db..8576bc9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))