-
Notifications
You must be signed in to change notification settings - Fork 75
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 intermittent gasPrice Buffer Logic #690
Conversation
Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
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! nit: It might be a good idea to add this new variable to README.md
Signed-off-by: Nana Essilfie-Conduah <nana@swirldslabs.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportBase: 70.87% // Head: 70.88% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #690 +/- ##
==========================================
+ Coverage 70.87% 70.88% +0.01%
==========================================
Files 16 16
Lines 1188 1192 +4
Branches 214 216 +2
==========================================
+ Hits 842 845 +3
Misses 286 286
- Partials 60 61 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
LG
Signed-off-by: Nana Essilfie-Conduah nana@swirldslabs.com
Description:
During long lived operations of the relay it's possible for the relay to observe a change int eh gasPrice calculation needed by submitted transactions.
As a result some checks are often 1 tiny bar off
Related issue(s):
Fixes #678
Notes for reviewer:
Checklist