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): added tx logs events to the funtoken related txs #2161

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

fix: removed tx index updating for non eth txs

b5d5595
Select commit
Loading
Failed to load commit list.
Open

fix(evm): added tx logs events to the funtoken related txs #2161

fix: removed tx index updating for non eth txs
b5d5595
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 14, 2025 in 0s

65.14% (target 60.00%)

View this Pull Request on Codecov

65.14% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 42.85714% with 8 lines in your changes missing coverage. Please review.

Project coverage is 65.14%. Comparing base (8db476f) to head (b5d5595).

Files with missing lines Patch % Lines
x/common/testutil/testnetwork/tx.go 62.50% 1 Missing and 2 partials ⚠️
x/evm/keeper/call_contract.go 25.00% 2 Missing and 1 partial ⚠️
x/evm/evmtest/tx.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2161      +/-   ##
==========================================
+ Coverage   65.12%   65.14%   +0.01%     
==========================================
  Files         277      277              
  Lines       22267    22278      +11     
==========================================
+ Hits        14502    14513      +11     
+ Misses       6771     6770       -1     
- Partials      994      995       +1     
Files with missing lines Coverage Δ
x/evm/evmtest/tx.go 55.32% <0.00%> (ø)
x/common/testutil/testnetwork/tx.go 65.45% <62.50%> (-0.90%) ⬇️
x/evm/keeper/call_contract.go 81.33% <25.00%> (-2.96%) ⬇️

... and 2 files with indirect coverage changes