You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
There is an option in pools to directly bond your unclaimed rewards. This is currently coded, as of #11669, such that is basically like a transfer. The funds are literally transferred to your account, and taken out again.
We can and should optimize this such that the account of the pool member is not touched in this process. Although, since they pay the fee anyways, their account data is already in overlay. Some code cleanup can also be done via doing this.
We tried this with @Szegoo in the linked PR and it proved to complicate the code quite a lot. Not something that we want to do for now. If we want to re-visit, this is the best we've got so far: #11767 (comment)
kianenigma
removed
the
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
label
Aug 19, 2022
There is an option in pools to directly bond your unclaimed rewards. This is currently coded, as of #11669, such that is basically like a transfer. The funds are literally transferred to your account, and taken out again.
We can and should optimize this such that the account of the pool member is not touched in this process. Although, since they pay the fee anyways, their account data is already in overlay. Some code cleanup can also be done via doing this.
substrate/frame/nomination-pools/src/lib.rs
Lines 1496 to 1502 in 82287b0
The text was updated successfully, but these errors were encountered: