-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add --rpc.gaspricemultiplier
option
#2154
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2154 +/- ##
==========================================
+ Coverage 55.26% 55.30% +0.03%
==========================================
Files 675 675
Lines 113729 113739 +10
==========================================
+ Hits 62853 62902 +49
+ Misses 47027 46996 -31
+ Partials 3849 3841 -8
☔ View full report in Codecov by Sentry. |
34d6e65
to
b58489e
Compare
Coverage from tests in coverage: 48.4% of statements across all listed packagescoverage: 60.0% of statements in consensus/istanbul coverage: 40.5% of statements in consensus/istanbul/announce coverage: 54.5% of statements in consensus/istanbul/backend coverage: 0.0% of statements in consensus/istanbul/backend/backendtest coverage: 24.3% of statements in consensus/istanbul/backend/internal/replica coverage: 60.2% of statements in consensus/istanbul/core coverage: 45.0% of statements in consensus/istanbul/db coverage: 0.0% of statements in consensus/istanbul/proxy coverage: 64.4% of statements in consensus/istanbul/uptime coverage: 51.8% of statements in consensus/istanbul/validator coverage: 79.2% of statements in consensus/istanbul/validator/random |
This add command line option to adjust the multiplier in the gas price suggestion RPC endpoint.
b58489e
to
e5568be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This add command line option to adjust the
multiplier in the gas price suggestion RPC
endpoint.
Example:
Resolves #2136
Further improvements are tracked in #2153