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(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods #2107

Merged
merged 8 commits into from
Nov 8, 2024

docs

9d15c07
Select commit
Loading
Failed to load commit list.
Merged

feat(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods #2107

docs
9d15c07
Select commit
Loading
Failed to load commit list.
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).

Files with missing lines Patch % Lines
x/evm/precompile/funtoken.go 60.93% 55 Missing and 20 partials ⚠️
x/evm/precompile/oracle.go 33.33% 4 Missing and 2 partials ⚠️
x/evm/precompile/wasm_parse.go 33.33% 0 Missing and 4 partials ⚠️
x/evm/precompile/wasm.go 71.42% 1 Missing and 1 partial ⚠️
x/evm/precompile/errors.go 66.66% 1 Missing ⚠️
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

... and 1 file with indirect coverage changes