filecoin-project / venus

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

fix: eth: correctly encode and simplify native input/output encoding #6242

Closed simlecode closed 10 months ago

simlecode commented 10 months ago

关联的Issues (Related Issues)

close https://github.com/filecoin-project/venus/issues/6220

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

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

codecov-commenter commented 10 months ago

Codecov Report

Merging #6242 (f058c6e) into master (e926936) will increase coverage by 0%. Report is 1 commits behind head on master. The diff coverage is 77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6242 +/- ## ====================================== Coverage 25% 25% ====================================== Files 636 636 Lines 78063 78015 -48 ====================================== + Hits 20224 20255 +31 + Misses 55172 55094 -78 + Partials 2667 2666 -1 ```