-
Notifications
You must be signed in to change notification settings - Fork 11
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
Activate votes from any account #140
Conversation
🦋 Changeset detectedLatest commit: 41cccbb The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This looks good |
@shazarre and i will QA this and then merge |
We tested in on alfajores by voting for a validator and trying to activate using the new
which means it accepted the flag just fine. After this epoch ends we'll test the activation again. |
testing for this made me realize is not easy to vote with fresh account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've just tested the second step, works as expected 👍
Thanks for QAing the changes @aaronmgdr and @shazarre ! Appreciate it 💯 |
Description
New
--for
parameter and matching plumbing in ContractKit to allow pending votes to be activated from any account, not just from msg.sender.Other changes
None.
Tested
By activating votes on testnet and mainnet.
Related issues
Note.
Backwards compatibility
Yes. New parameter in ContractKit's
ElectionWrapper
activate
method is optional.Documentation
Updated CLI docs.