-
Notifications
You must be signed in to change notification settings - Fork 98
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
Display amount of rewards obtained from reward withdrawal #2222
Comments
This would be super simple once we implement an event-based log system in the sdk (e.g. |
🍔 |
I think that's too much overhead, we just need to either
|
Should this issue move into the SDK? |
Seems like the easiest approach. Sure @faboweb. |
This is now possible as the tags on a withdraw tx include the withdraw amount. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still relevant |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
would be nice to do this still. probably very simple. |
This is now emitted in the tx's event logs. Wait till the next major upgrade to use this functionality. |
@alexanderbez do you mean cosmoshub-3? |
Yup! |
we can implement on gaia-13k6 |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
yes, please. let's do this already! |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This should not be doable fwiw |
yep! definitely, thanks @jackzampolin. @Bitcoinera @mariopino is this covered with the new tx abstraction work? |
Yes, it is. But in multidenom networks we only display the staking denom. |
ok for now! |
Is your feature request related to a problem? Please describe.
Currently we don't show on the transactions how many tokens you gained when you withdraw rewards.
Describe the solution you'd like
Show the rewards obtained with the withdraw transaction.
Describe alternatives you've considered
Query balance before and after withdrawal and get the difference (short term)
Get the reward coins obtained through Gaia-lite (post-lunch release)
Additional context
cc: @jackzampolin @alexanderbez
The text was updated successfully, but these errors were encountered: