feat(evm-precompile): Emit EVM events created to reflect the ABCI events that occur outside the EVM to make sure that block explorers and indexers can find indexed ABCI event information. #2125
Codecov / codecov/project
succeeded
Dec 30, 2024 in 1s
65.09% (target 60.00%)
View this Pull Request on Codecov
65.09% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 95.71429%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 65.09%. Comparing base (
1a256f2
) to head (7e3fbcf
).
Files with missing lines | Patch % | Lines |
---|---|---|
x/evm/precompile/nibiru_evm_utils.go | 94.00% | 2 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #2125 +/- ##
==========================================
+ Coverage 65.00% 65.09% +0.08%
==========================================
Files 273 274 +1
Lines 21661 21731 +70
==========================================
+ Hits 14080 14145 +65
- Misses 6608 6613 +5
Partials 973 973
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/precompile/funtoken.go | 59.15% <100.00%> (+1.26%) |
⬆️ |
x/evm/precompile/wasm.go | 64.24% <100.00%> (+1.95%) |
⬆️ |
x/evm/statedb/statedb.go | 90.42% <ø> (ø) |
|
x/evm/precompile/nibiru_evm_utils.go | 94.00% <94.00%> (ø) |
Loading