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 has been archived by the owner on Nov 15, 2023. It is now read-only.
shawntabrizi opened this issue
Feb 8, 2022
· 3 comments
Assignees
Labels
Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coderZ6-mentorAn easy task where a mentor is available. Please indicate in the issue who the mentor could be.
A user can participate in votes and also participate in staking.
While staking, a user can be slashed, and thus their balance can decrease.
However, the conviction voting pallet will not know that a users balance has decreased, and will still give them voting representation of their old balance.
There should be a simple, permissionless call which allows anyone to be able to ping a user account, and the system will check their latest balance, and rebalance the users votes appropriately.
The text was updated successfully, but these errors were encountered:
shawntabrizi
added
Z1-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder
Z6-mentor
An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
labels
Feb 8, 2022
KiChjang
changed the title
Add "rebalance account" function to conviciont voting pallet
Add "rebalance account" function to conviction voting pallet
Feb 8, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Z1-easyCan be fixed primarily by duplicating and adapting code by an intermediate coderZ6-mentorAn easy task where a mentor is available. Please indicate in the issue who the mentor could be.
A user can participate in votes and also participate in staking.
While staking, a user can be slashed, and thus their balance can decrease.
However, the conviction voting pallet will not know that a users balance has decreased, and will still give them voting representation of their old balance.
There should be a simple, permissionless call which allows anyone to be able to ping a user account, and the system will check their latest balance, and rebalance the users votes appropriately.
The text was updated successfully, but these errors were encountered: