-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 rewards and commission tags #4200
Conversation
a4d9b09
to
2c0ef50
Compare
Codecov Report
@@ Coverage Diff @@
## develop #4200 +/- ##
===========================================
- Coverage 60.2% 60.15% -0.06%
===========================================
Files 212 212
Lines 15187 15188 +1
===========================================
- Hits 9143 9136 -7
- Misses 5415 5423 +8
Partials 629 629 |
Does this add tags to existing disbursement related transactions only? One of the main things we're looking for is how to handle/get info on the automated disbursements (when commission changes, and so on). Re: #3956 |
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.
ACK
@alexanderbez sorry by existing I mean existing transaction types. Like when the delegator specifically requests a withdrawal, as opposed to 'automated' withdrawals that currently leave no trace at all on the chain - such as when a validator changes their commission (and there are a few other cases, not all of which I believe I am aware of, which is part of the problem!). It sounds like the answer is yes, though. Just the current transaction types are going to get these tags, and new transactions for the ones that are currently missing/leave no record will be handled separately. |
@rfunduk yes withdraw transactions will now have these tags. |
Add
rewards
andcommission
tags to their respective txs.closes: #3850
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry:
sdkch add [section] [stanza] [message]
rereviewed
Files changed
in the github PR explorerFor Admin Use: