feat(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods #2107
Codecov / codecov/project
succeeded
Nov 8, 2024 in 1s
64.66% (target 60.00%)
View this Pull Request on Codecov
64.66% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 60.36036%
with 88 lines
in your changes missing coverage. Please review.
Project coverage is 64.66%. Comparing base (
94db838
) to head (9d15c07
).
Additional details and impacted files
@@ Coverage Diff @@
## main #2107 +/- ##
==========================================
- Coverage 64.75% 64.66% -0.09%
==========================================
Files 273 273
Lines 21414 21598 +184
==========================================
+ Hits 13866 13966 +100
- Misses 6589 6655 +66
- Partials 959 977 +18
Files with missing lines | Coverage Δ | |
---|---|---|
eth/rpc/backend/account_info.go | 53.84% <100.00%> (+0.29%) |
⬆️ |
x/evm/embeds/embeds.go | 72.41% <ø> (ø) |
|
x/evm/evmtest/erc20.go | 87.62% <ø> (ø) |
|
x/evm/keeper/keeper.go | 67.92% <ø> (-1.17%) |
⬇️ |
x/evm/keeper/msg_server.go | 75.21% <100.00%> (-0.16%) |
⬇️ |
x/evm/precompile/precompile.go | 60.82% <ø> (ø) |
|
x/evm/precompile/errors.go | 64.51% <66.66%> (+1.18%) |
⬆️ |
x/evm/precompile/wasm.go | 62.29% <71.42%> (-0.21%) |
⬇️ |
x/evm/precompile/wasm_parse.go | 46.62% <33.33%> (ø) |
|
x/evm/precompile/oracle.go | 51.72% <33.33%> (-3.18%) |
⬇️ |
... and 1 more |
Loading