filecoin-project / venus

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

fix : ETH RPC API: eth subscribe tipsets API should only return tipse… #6351

Closed simlecode closed 3 weeks ago

simlecode commented 3 weeks ago

…ts that have been executed

关联的Issues (Related Issues)

pr: 11858

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

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

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 26%. Comparing base (92c5a10) to head (73bd245). Report is 4 commits behind head on feat/nv23.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/nv23 #6351 +/- ## ========================================= - Coverage 26% 26% -1% ========================================= Files 649 649 Lines 65537 65548 +11 ========================================= - Hits 17085 17078 -7 - Misses 45733 45747 +14 - Partials 2719 2723 +4 ```