-
Notifications
You must be signed in to change notification settings - Fork 117
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: increase min gas price and min fee #3429
base: master
Are you sure you want to change the base?
Conversation
snobbee
commented
Nov 14, 2023
- increase min gas price regardless of tx type
- increase high and low min fee
- fix security issue where one can stack up multiple msgs in same transaction and depending on the order of the msgs can benefits from a low fee, fixed by always using the max fee available
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3429 +/- ##
==========================================
+ Coverage 43.35% 43.45% +0.10%
==========================================
Files 166 175 +9
Lines 15895 16342 +447
==========================================
+ Hits 6891 7102 +211
- Misses 8591 8813 +222
- Partials 413 427 +14
|
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.
Great work