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(precompile-funtoken.go): Fixes a bug where the err != nil check is missing in the bankBalance precompile method #2116

Merged
merged 2 commits into from
Nov 26, 2024

Merge branch 'main' into ud/fix-err-neq-nil

2e29d5c
Select commit
Loading
Failed to load commit list.
Merged

fix(precompile-funtoken.go): Fixes a bug where the err != nil check is missing in the bankBalance precompile method #2116

Merge branch 'main' into ud/fix-err-neq-nil
2e29d5c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 26, 2024 in 0s

64.66% (target 60.00%)

View this Pull Request on Codecov

64.66% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 28.57143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 64.66%. Comparing base (b61c103) to head (2e29d5c).

Files with missing lines Patch % Lines
x/evm/precompile/funtoken.go 28.57% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2116      +/-   ##
==========================================
- Coverage   64.68%   64.66%   -0.02%     
==========================================
  Files         273      273              
  Lines       21610    21616       +6     
==========================================
+ Hits        13978    13979       +1     
- Misses       6655     6659       +4     
- Partials      977      978       +1     
Files with missing lines Coverage Δ
x/evm/precompile/funtoken.go 56.96% <28.57%> (-0.77%) ⬇️