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 nonce management in statedb #2130

Merged
merged 7 commits into from
Jan 8, 2025

Merge branch 'main' into fix/evm-multi-tx

817c7ba
Select commit
Loading
Failed to load commit list.
Merged

fix(evm): proper nonce management in statedb #2130

Merge branch 'main' into fix/evm-multi-tx
817c7ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 0s

65.16% (target 60.00%)

View this Pull Request on Codecov

65.16% (target 60.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.16%. Comparing base (e5274c0) to head (817c7ba).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2130      +/-   ##
==========================================
+ Coverage   65.13%   65.16%   +0.03%     
==========================================
  Files         277      277              
  Lines       22167    22169       +2     
==========================================
+ Hits        14439    14447       +8     
+ Misses       6738     6732       -6     
  Partials      990      990              
Files with missing lines Coverage Δ
eth/rpc/backend/call_tx.go 56.29% <100.00%> (+0.34%) ⬆️
x/evm/keeper/msg_server.go 77.00% <100.00%> (-0.10%) ⬇️

... and 2 files with indirect coverage changes