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)!: Fungible Token conversions #2003

Merged
merged 29 commits into from
Aug 15, 2024

fix: precompile test

1d5114f
Select commit
Loading
Failed to load commit list.
Merged

fix(evm)!: Fungible Token conversions #2003

fix: precompile test
1d5114f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 1s

65.85% (target 60.00%)

View this Pull Request on Codecov

65.85% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 66.91729% with 44 lines in your changes missing coverage. Please review.

Project coverage is 65.85%. Comparing base (dbf26bb) to head (1d5114f).

Files Patch % Lines
x/evm/keeper/msg_server.go 68.75% 13 Missing and 12 partials ⚠️
x/evm/precompile/funtoken.go 18.18% 8 Missing and 1 partial ⚠️
x/evm/keeper/erc20.go 71.42% 5 Missing and 1 partial ⚠️
x/evm/keeper/funtoken_from_coin.go 80.00% 2 Missing ⚠️
x/evm/keeper/funtoken_from_erc20.go 80.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2003      +/-   ##
==========================================
- Coverage   65.86%   65.85%   -0.01%     
==========================================
  Files         261      261              
  Lines       16371    16435      +64     
==========================================
+ Hits        10783    10824      +41     
- Misses       4789     4802      +13     
- Partials      799      809      +10     
Files Coverage Δ
x/evm/evmtest/erc20.go 95.83% <100.00%> (ø)
x/evm/keeper/funtoken_from_coin.go 77.77% <80.00%> (+5.55%) ⬆️
x/evm/keeper/funtoken_from_erc20.go 77.35% <80.00%> (-0.42%) ⬇️
x/evm/keeper/erc20.go 81.81% <71.42%> (-0.85%) ⬇️
x/evm/precompile/funtoken.go 48.19% <18.18%> (-1.81%) ⬇️
x/evm/keeper/msg_server.go 73.92% <68.75%> (-2.04%) ⬇️

... and 1 file with indirect coverage changes