-
Notifications
You must be signed in to change notification settings - Fork 96
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
Make pos_getClaimableRewards return value for each stake #5386
Comments
34 tasks
http://devnet-service.liskdev.net:9901/api/v3/transactions/dryrun Dry run the claim rewards on modal open and filter the events by
|
93 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Make
pos_getClaimableRewards
return rewards amount for each staked validator.Motivation
With the current implementation,
pos_getClaimableRewards
returns an aggregated value of claimable rewards without considering the contribution of each stake towards the rewards. It's understandable that the rewards are guaranteed by the protocol, and users can trust that the number is correct. However, there are many instances where having a clear distribution of the rewards would be beneficial:All of these instances will be hard to notice if a staker votes for many validators.
The change is primarily aimed at improving the wallet experience and may benefit future third-party tools.
If you decide to implement it, please inform the Lisk Service/Desktop team so they can incorporate it into the desktop wallet.
The text was updated successfully, but these errors were encountered: