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