-
Notifications
You must be signed in to change notification settings - Fork 32
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
Nesting support for staking.payoutStakers #199
Comments
Sure, it'll be added in the next version 👌🏻 |
Awesome! Thank you @carlosala |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a request to add nesting support to
staking.payoutStakers
. It is likely that large nominators will receive payouts from multiple validators for an era, in which case we would like to batch these calls and get the total era payout in one submission.Another flow is to claim all outstanding payouts from multiple eras in one transaction, in which case this will also be needed.
Note: this call will likely change in the future as paritytech/polkadot-sdk#1189 is close to being merged - which allows payouts to be paginated and claimed on a per-page basis.
🔗 zboto Link
The text was updated successfully, but these errors were encountered: