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

refactor(evm): removed blockGasUsed transient variable #2167

Merged
merged 5 commits into from
Jan 17, 2025

Merge branch 'main' into refactor/block-gas-used

ad957e3
Select commit
Loading
Failed to load commit list.
Merged

refactor(evm): removed blockGasUsed transient variable #2167

Merge branch 'main' into refactor/block-gas-used
ad957e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

65.13% (target 60.00%)

View this Pull Request on Codecov

65.13% (target 60.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.13%. Comparing base (04bd7c2) to head (ad957e3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2167      +/-   ##
==========================================
- Coverage   65.14%   65.13%   -0.02%     
==========================================
  Files         277      277              
  Lines       22284    22238      -46     
==========================================
- Hits        14518    14485      -33     
+ Misses       6771     6762       -9     
+ Partials      995      991       -4     
Files with missing lines Coverage Δ
app/evmante/evmante_setup_ctx.go 66.66% <ø> (-4.77%) ⬇️
eth/rpc/events_parser.go 54.95% <100.00%> (ø)
x/evm/evmtest/test_deps.go 100.00% <ø> (+10.00%) ⬆️
x/evm/keeper/evm_state.go 84.52% <ø> (-1.20%) ⬇️
x/evm/keeper/funtoken_from_coin.go 78.94% <100.00%> (+4.75%) ⬆️
x/evm/keeper/gas_fees.go 64.42% <ø> (-1.32%) ⬇️
x/evm/keeper/keeper.go 64.28% <ø> (-4.24%) ⬇️
x/evm/keeper/msg_server.go 77.68% <100.00%> (+0.88%) ⬆️

... and 1 file with indirect coverage changes