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: make gas refunds error free and panic safe #96

Merged
merged 3 commits into from
Nov 4, 2024

add logger message

f2fdd32
Select commit
Loading
Failed to load commit list.
Merged

fix: make gas refunds error free and panic safe #96

add logger message
f2fdd32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

28.29% (+0.21%) compared to 44e2bb9

View this Pull Request on Codecov

28.29% (+0.21%) compared to 44e2bb9

Details

Codecov Report

Attention: Patch coverage is 57.14286% with 12 lines in your changes missing coverage. Please review.

Project coverage is 28.29%. Comparing base (44e2bb9) to head (f2fdd32).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/posthandler/gasrefund.go 58.33% 8 Missing and 2 partials ⚠️
x/evm/keeper/txutils.go 0.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
+ Coverage   28.07%   28.29%   +0.21%     
==========================================
  Files         126      126              
  Lines       14021    14029       +8     
==========================================
+ Hits         3937     3969      +32     
+ Misses       9531     9499      -32     
- Partials      553      561       +8     
Files with missing lines Coverage Δ
app/app.go 55.32% <100.00%> (ø)
app/posthandler/posthandler.go 100.00% <100.00%> (ø)
x/evm/keeper/txutils.go 58.25% <0.00%> (ø)
app/posthandler/gasrefund.go 56.25% <58.33%> (+48.40%) ⬆️

... and 4 files with indirect coverage changes