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): Guarantee that gas consumed during any send operation of the "NibiruBankKeeper" depends only on the "bankkeeper.BaseKeeper"'s gas consumption. #2119

Merged
merged 5 commits into from
Dec 6, 2024

fix tests + correct use of suite.Run

07bd08f
Select commit
Loading
Failed to load commit list.
Merged
Codecov / codecov/project succeeded Dec 6, 2024 in 0s

64.80% (target 60.00%)

View this Pull Request on Codecov

64.80% (target 60.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.80%. Comparing base (39ebc44) to head (07bd08f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2119      +/-   ##
==========================================
+ Coverage   64.67%   64.80%   +0.12%     
==========================================
  Files         273      273              
  Lines       21601    21638      +37     
==========================================
+ Hits        13970    14022      +52     
+ Misses       6655     6644      -11     
+ Partials      976      972       -4     
Files with missing lines Coverage Δ
x/evm/keeper/bank_extension.go 100.00% <100.00%> (+13.63%) ⬆️
x/evm/keeper/msg_server.go 75.99% <100.00%> (+0.51%) ⬆️

... and 1 file with indirect coverage changes