-
Notifications
You must be signed in to change notification settings - Fork 210
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
Paying fee in currency other than Celo should be feasible if you just have enough. #1664
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1664 +/- ##
==========================================
- Coverage 56.06% 56.04% -0.03%
==========================================
Files 605 605
Lines 80261 80269 +8
==========================================
- Hits 44999 44987 -12
- Misses 31731 31753 +22
+ Partials 3531 3529 -2
Continue to review 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.
Needs to have a merge in from master, but looking almost done.
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
Description
Modified tx fee checks in
state_transition
andtx_pool
.Tested
Automated tests.
Related issues
Backwards compatibility
Requires HF because this changed how transaction validity is checked