feat(evm): Deduct a fee during the creation of a FunToken mapping. Implemented by deductCreateFunTokenFee
inside of the eth.evm.v1.MsgCreateFunToken
transaction.
#1963
Codecov / codecov/project
succeeded
Jul 12, 2024 in 0s
65.91% (target 60.00%)
View this Pull Request on Codecov
65.91% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 83.89831%
with 19 lines
in your changes missing coverage. Please review.
Project coverage is 65.91%. Comparing base (
187ad82
) to head (2c8f323
).
Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1963 +/- ##
==========================================
+ Coverage 65.64% 65.91% +0.27%
==========================================
Files 257 258 +1
Lines 16434 16397 -37
==========================================
+ Hits 10788 10808 +20
+ Misses 4841 4780 -61
- Partials 805 809 +4
Files | Coverage Δ | |
---|---|---|
x/common/testutil/testnetwork/network.go | 74.43% <100.00%> (ø) |
|
x/evm/errors.go | 0.00% <ø> (ø) |
|
x/evm/evmtest/erc20.go | 86.79% <100.00%> (+2.00%) |
⬆️ |
x/evm/keeper/funtoken_from_coin.go | 75.51% <ø> (ø) |
|
x/evm/keeper/precompiles.go | 65.21% <ø> (+24.67%) |
⬆️ |
x/evm/params.go | 35.63% <100.00%> (+4.05%) |
⬆️ |
x/evm/precompile/funtoken.go | 54.83% <100.00%> (ø) |
|
x/evm/precompile/precompile.go | 76.00% <ø> (ø) |
|
x/common/testutil/testnetwork/validator_node.go | 75.36% <50.00%> (-2.25%) |
⬇️ |
x/evm/keeper/erc20.go | 82.05% <86.95%> (-1.13%) |
⬇️ |
... and 2 more |
Loading