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: introduce hook max gas #119

Merged
merged 2 commits into from
Nov 6, 2024

return bridge hook early if max gas is zero

cbb75b7
Select commit
Loading
Failed to load commit list.
Merged

feat: introduce hook max gas #119

return bridge hook early if max gas is zero
cbb75b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2024 in 0s

49.37% (+0.12%) compared to 0ef48cf

View this Pull Request on Codecov

49.37% (+0.12%) compared to 0ef48cf

Details

Codecov Report

Attention: Patch coverage is 70.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 49.37%. Comparing base (0ef48cf) to head (cbb75b7).

Files with missing lines Patch % Lines
x/opchild/keeper/deposit.go 75.00% 2 Missing and 1 partial ⚠️
x/opchild/keeper/msg_server.go 40.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #119      +/-   ##
==========================================
+ Coverage   49.25%   49.37%   +0.12%     
==========================================
  Files          57       57              
  Lines        4233     4249      +16     
==========================================
+ Hits         2085     2098      +13     
- Misses       1719     1721       +2     
- Partials      429      430       +1     
Files with missing lines Coverage Δ
x/opchild/types/params.go 68.88% <100.00%> (+1.44%) ⬆️
x/opchild/keeper/deposit.go 68.35% <75.00%> (+5.11%) ⬆️
x/opchild/keeper/msg_server.go 57.86% <40.00%> (-0.43%) ⬇️