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

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

Merged
merged 12 commits into from
Dec 30, 2024

Merge branch 'main' into ud/evm-event

7e3fbcf
Select commit
Loading
Failed to load commit list.
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%> (ø)

... and 1 file with indirect coverage changes