-
Notifications
You must be signed in to change notification settings - Fork 2.6k
How do nominators ranking after MaxNominatorRewardedPerValidator receive their rewards? #7002
Comments
And there is a similar question, while appling Staking::clear_era_information, if the rewards are not cliamed, where will they go? As far as I know from the source code(v2.0.0-rc6), the unclaimed rewards will disappear, is that a feature? |
the staking doc says:
so nominators ranking after MaxNominatorRewardedPerValidator have no reward |
I confirm unclaimed reward disappear. the current process of having stakers claiming their rewards is because claiming all of them in one block cost too much. |
FYI we are working on the process of increasing the limit The rest are answered correctly as far as see by @thiolliere. |
I think the issue is answered, if you want to request having unclaimed era into treasury or something configurable, feel free to open another issue |
In the Lazy Payout(#4474 ) implemention, the reward is limited to the T::MaxNominatorRewardedPerValidator biggest nominators, where will the leftover rewards go? And how do nominators ranking after MaxNominatorRewardedPerValidator receive their rewards?
The text was updated successfully, but these errors were encountered: