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): typed events for contract creation, contract execution and transfer #1971

Merged
merged 7 commits into from
Jul 24, 2024

refactor: adjusted evm event tests

123ae5d
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): typed events for contract creation, contract execution and transfer #1971

refactor: adjusted evm event tests
123ae5d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 24, 2024 in 0s

66.00% (target 60.00%)

View this Pull Request on Codecov

66.00% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 73.46939% with 13 lines in your changes missing coverage. Please review.

Project coverage is 66.00%. Comparing base (afc7c0f) to head (123ae5d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1971      +/-   ##
==========================================
+ Coverage   65.95%   66.00%   +0.05%     
==========================================
  Files         258      258              
  Lines       16384    16432      +48     
==========================================
+ Hits        10806    10846      +40     
  Misses       4772     4772              
- Partials      806      814       +8     
Files Coverage Δ
x/evm/keeper/msg_server.go 72.38% <100.00%> (+0.80%) ⬆️
x/evm/evmtest/smart_contract.go 83.67% <83.33%> (-0.95%) ⬇️
x/evm/evmtest/tx.go 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes