-
Notifications
You must be signed in to change notification settings - Fork 215
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
Create editable voting scripts for Committee Members #3354
Comments
@Chris-Hibbert Still need this, and if so, for Mainnet 1? |
Only for committee members, so not MN-1. |
In the context of #4348 I was wondering how to exercise voting invitations. For example, can deploy scripts get at offer results from offers approved by the wallet front-end? wallet API docs suggest not. @dtribble answered:
I'm inclined to see how the demo (#4348) goes before making further plans. |
and in fact, it is: Agoric/documentation#671 shows how. |
Voting by Validators is handled by normal cosmos tools (agd, keplr, ...) For committee members, we know how to do this in at least one case: We also have a WIP demo GUI #3924 (comment) |
We will need to create "deploy" scripts that exercise the voting capabilities. Validators should be able to edit the scripts to make their choice and then run them to vote using objects from their wallet.
The text was updated successfully, but these errors were encountered: