-
Notifications
You must be signed in to change notification settings - Fork 103
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(app): set up post handler for tx tips #1454
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1454 +/- ##
==========================================
- Coverage 78.48% 78.47% -0.01%
==========================================
Files 238 238
Lines 18439 18447 +8
==========================================
+ Hits 14471 14477 +6
- Misses 3126 3127 +1
- Partials 842 843 +1
|
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.
We should first identify potential use cases and then consider including in the next release alongside other v0.46 updates
Would be great if you could do a little research on how we might use transaction tips before we implement this. |
also fair warning, we may want to keep this blocked for now as it is technically still beta software. may want to consider waiting till full release |
On hold until we have automated fee payer infrastructure in place. Until then, using the tips field will error rather than no error with no automated fee payer infrastructure in place. |
Closing this as we are not planning to implement a fee payer infrastructure and we are considering an alternative (allowing for multiple fees - another solution that chains are using). We can re-open and revisit if we change our mind. |
Description
enables tx tips on the application
Closes: #1331
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change