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!: refactor with account number fix on shorthand account #132

Merged
merged 1 commit into from
Dec 12, 2024

refactor with bugfix to keep account number on shorthand account crea…

d9d48d8
Select commit
Loading
Failed to load commit list.
Merged

feat!: refactor with account number fix on shorthand account #132

refactor with bugfix to keep account number on shorthand account crea…
d9d48d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

57.04% (+0.11%) compared to 55ab7cf

View this Pull Request on Codecov

57.04% (+0.11%) compared to 55ab7cf

Details

Codecov Report

Attention: Patch coverage is 60.00000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 57.04%. Comparing base (55ab7cf) to head (d9d48d8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
x/evm/keeper/msg_server.go 60.52% 10 Missing and 5 partials ⚠️
x/evm/keeper/address.go 57.14% 2 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
+ Coverage   56.93%   57.04%   +0.11%     
==========================================
  Files         110      110              
  Lines       10063    10045      -18     
==========================================
+ Hits         5729     5730       +1     
+ Misses       3508     3493      -15     
+ Partials      826      822       -4     
Files with missing lines Coverage Δ
x/evm/keeper/address.go 66.66% <57.14%> (-4.77%) ⬇️
x/evm/keeper/msg_server.go 58.38% <60.52%> (+6.34%) ⬆️