filecoin-project / venus

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

fix: api: return the correct block gas limit in the EthAPI #6349

Closed simlecode closed 3 months ago

simlecode commented 3 months ago

关联的Issues (Related Issues)

pr: 11747

改动 (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 3 lines in your changes missing coverage. Please review.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/nv23 #6349 +/- ## ========================================= Coverage 26% 26% ========================================= Files 649 649 Lines 65537 65537 ========================================= + Hits 17077 17085 +8 + Misses 45738 45733 -5 + Partials 2722 2719 -3 ```