Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(evm): proper block gas calculation in precompile calls #2131

Closed
wants to merge 2 commits into from

chore: changelog update

d25a668
Select commit
Loading
Failed to load commit list.
Closed

fix(evm): proper block gas calculation in precompile calls #2131

chore: changelog update
d25a668
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 0s

64.95% (target 60.00%)

View this Pull Request on Codecov

64.95% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 64.95%. Comparing base (3954394) to head (d25a668).

Files with missing lines Patch % Lines
x/evm/keeper/call_contract.go 33.33% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2131      +/-   ##
==========================================
+ Coverage   64.93%   64.95%   +0.02%     
==========================================
  Files         273      273              
  Lines       21656    21663       +7     
==========================================
+ Hits        14063    14072       +9     
+ Misses       6617     6615       -2     
  Partials      976      976              
Files with missing lines Coverage Δ
x/evm/keeper/call_contract.go 80.51% <33.33%> (+4.80%) ⬆️