-
Notifications
You must be signed in to change notification settings - Fork 198
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
Refactor delegation mechanics and make as a core feature #280
Comments
Few questions to find out the specs:
|
|
@ChaituVR Core delegation should work only with "Delegated + Own Voting power" we shouldn't provide option to work with just Delegated vp, not sure who would need that? Also we shouldn't allow "Delegator can take back their voting power when they vote" this is exactly what blocking us to store vp when someone cast a vote. So basically you can only enable or disable delegation. This mean we need to store on the hub db for each proposal if there is delegation enabled or not. We also need to think how it work if someone delegate voting power in multiple chain. |
Hi @bonustrack @ChaituVR , what's the status on this one? Does it need a pitch? |
Yep need a pitch, I feel now we can support delegation as a core feature (at least for non-overriding strategies) |
We need to specs how to move to delegation as core feature, this will require changes on:
snapshot-hub
snapshot-score
snapshot-strategies
snapshot
The text was updated successfully, but these errors were encountered: