-
Notifications
You must be signed in to change notification settings - Fork 690
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
global fee refactor #2316
global fee refactor #2316
Conversation
- Improve code readability
}, | ||
uint64(1000), | ||
expCoins, | ||
}, |
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.
can add test case for:
- zero coins min gas price, get empty coins
- zero coins, non-zero coins mix min gas price, get only the non-zero coins
Co-authored-by: yaruwangway <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2316 +/- ##
==========================================
+ Coverage 83.40% 84.32% +0.91%
==========================================
Files 22 22
Lines 1555 1544 -11
==========================================
+ Hits 1297 1302 +5
+ Misses 207 194 -13
+ Partials 51 48 -3
|
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Signed-off-by: Yaru Wang <[email protected]>
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. Just some nits.
Co-authored-by: Marius Poke <[email protected]>
closes: #2321