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 gas multiplier on jsonrpc endpoint #128

Merged
merged 2 commits into from
Dec 3, 2024

introduce gas multiplier

51572dd
Select commit
Loading
Failed to load commit list.
Merged

feat: introduce gas multiplier on jsonrpc endpoint #128

introduce gas multiplier
51572dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 3, 2024 in 0s

56.81% (-0.02%) compared to 46ca792

View this Pull Request on Codecov

56.81% (-0.02%) compared to 46ca792

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 56.81%. Comparing base (46ca792) to head (51572dd).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
jsonrpc/backend/backend.go 40.00% 4 Missing and 2 partials ⚠️
jsonrpc/config/config.go 50.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #128      +/-   ##
==========================================
- Coverage   56.83%   56.81%   -0.02%     
==========================================
  Files         109      109              
  Lines        9930     9944      +14     
==========================================
+ Hits         5644     5650       +6     
- Misses       3473     3479       +6     
- Partials      813      815       +2     
Files with missing lines Coverage Δ
jsonrpc/backend/gas.go 49.46% <100.00%> (+0.54%) ⬆️
jsonrpc/config/config.go 42.42% <50.00%> (+0.48%) ⬆️
jsonrpc/backend/backend.go 70.40% <40.00%> (-2.88%) ⬇️