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): issue with infinite recursion in erc20 funtoken contracts #2129

Merged
merged 4 commits into from
Dec 28, 2024

fix: flooring 1/64 of the gas limit

60730b7
Select commit
Loading
Failed to load commit list.
Merged

fix(evm): issue with infinite recursion in erc20 funtoken contracts #2129

fix: flooring 1/64 of the gas limit
60730b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 28, 2024 in 1s

64.99% (target 60.00%)

View this Pull Request on Codecov

64.99% (target 60.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.99%. Comparing base (3954394) to head (60730b7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2129      +/-   ##
==========================================
+ Coverage   64.93%   64.99%   +0.05%     
==========================================
  Files         273      273              
  Lines       21656    21661       +5     
==========================================
+ Hits        14063    14078      +15     
+ Misses       6617     6611       -6     
+ Partials      976      972       -4     
Files with missing lines Coverage Δ
x/evm/embeds/embeds.go 73.33% <100.00%> (+0.91%) ⬆️
x/evm/keeper/erc20.go 77.31% <100.00%> (+3.39%) ⬆️

... and 3 files with indirect coverage changes