filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 461 forks source link

fix: api: skip evm events where we no longer have the associated txn #6346

Closed simlecode closed 3 months ago

simlecode commented 3 months ago

关联的Issues (Related Issues)

pr: 11748

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that:

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 26%. Comparing base (85bc25d) to head (643724f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/nv23 #6346 +/- ## ========================================= Coverage 26% 26% ========================================= Files 649 649 Lines 65519 65521 +2 ========================================= + Hits 17070 17075 +5 + Misses 45733 45731 -2 + Partials 2716 2715 -1 ```