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): StateDB multistore cache for precompile reversion and a safer Nibiru bank keeper that respects the EVM #2094

Merged
merged 10 commits into from
Oct 29, 2024

Merge branch 'main' into ud/db-cache

576cf6c
Select commit
Loading
Failed to load commit list.
Merged

fix(evm): StateDB multistore cache for precompile reversion and a safer Nibiru bank keeper that respects the EVM #2094

Merge branch 'main' into ud/db-cache
576cf6c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2024 in 1s

64.47% (target 60.00%)

View this Pull Request on Codecov

64.47% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 56.86275% with 66 lines in your changes missing coverage. Please review.

Project coverage is 64.47%. Comparing base (16393ca) to head (576cf6c).

Files with missing lines Patch % Lines
x/evm/evmtest/tx.go 37.87% 40 Missing and 1 partial ⚠️
x/evm/statedb/debug.go 37.50% 10 Missing ⚠️
x/evm/statedb/statedb.go 76.31% 7 Missing and 2 partials ⚠️
x/evm/precompile/precompile.go 33.33% 2 Missing and 2 partials ⚠️
x/evm/keeper/precompiles.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2094      +/-   ##
==========================================
+ Coverage   64.36%   64.47%   +0.11%     
==========================================
  Files         270      271       +1     
  Lines       21192    21242      +50     
==========================================
+ Hits        13640    13696      +56     
+ Misses       6603     6591      -12     
- Partials      949      955       +6     
Files with missing lines Coverage Δ
app/keepers.go 99.24% <100.00%> (+<0.01%) ⬆️
x/evm/evmtest/test_deps.go 100.00% <100.00%> (ø)
x/evm/keeper/erc20.go 76.08% <100.00%> (-0.51%) ⬇️
x/evm/keeper/keeper.go 82.05% <ø> (ø)
x/evm/keeper/msg_server.go 71.25% <100.00%> (ø)
x/evm/keeper/statedb.go 54.91% <100.00%> (+0.75%) ⬆️
x/evm/precompile/funtoken.go 47.13% <100.00%> (ø)
x/evm/precompile/wasm.go 52.32% <100.00%> (ø)
x/evm/statedb/access_list.go 96.42% <ø> (ø)
x/evm/statedb/config.go 100.00% <ø> (ø)
... and 7 more

... and 1 file with indirect coverage changes