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: allow erc20 metadata onetime update #104

Merged
merged 10 commits into from
Nov 11, 2024

return nil

81ad742
Select commit
Loading
Failed to load commit list.
Merged

feat: allow erc20 metadata onetime update #104

return nil
81ad742
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 0s

28.07% (-0.25%) compared to cd3abf8

View this Pull Request on Codecov

28.07% (-0.25%) compared to cd3abf8

Details

Codecov Report

Attention: Patch coverage is 9.79381% with 175 lines in your changes missing coverage. Please review.

Project coverage is 28.07%. Comparing base (cd3abf8) to head (81ad742).

Files with missing lines Patch % Lines
x/evm/contracts/erc20/ERC20.go 0.00% 99 Missing ⚠️
app/upgrade.go 0.00% 50 Missing ⚠️
x/evm/contracts/i_cosmos/ICosmos.go 0.00% 14 Missing ⚠️
x/evm/precompiles/cosmos/contract.go 47.82% 8 Missing and 4 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
- Coverage   28.31%   28.07%   -0.25%     
==========================================
  Files         126      126              
  Lines       14049    14234     +185     
==========================================
+ Hits         3978     3996      +18     
- Misses       9508     9671     +163     
- Partials      563      567       +4     
Files with missing lines Coverage Δ
x/evm/contracts/counter/Counter.go 0.00% <ø> (ø)
x/evm/contracts/erc20_acl/ERC20ACL.go 0.00% <ø> (ø)
x/evm/contracts/erc20_factory/ERC20Factory.go 0.00% <ø> (ø)
x/evm/contracts/erc20_wrapper/ERC20Wrapper.go 0.00% <ø> (ø)
x/evm/contracts/initia_erc20/InitiaERC20.go 0.00% <ø> (ø)
x/evm/keeper/erc20.go 46.23% <100.00%> (+0.88%) ⬆️
x/evm/keeper/precompiles.go 77.77% <100.00%> (+0.85%) ⬆️
x/evm/precompiles/cosmos/contract.go 52.07% <47.82%> (-0.41%) ⬇️
x/evm/contracts/i_cosmos/ICosmos.go 0.00% <0.00%> (ø)
app/upgrade.go 4.28% <0.00%> (-7.26%) ⬇️
... and 1 more