-
Notifications
You must be signed in to change notification settings - Fork 17
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
Vote 2025-01-28: script and tests are ready for review #332
base: feat/next-vote
Are you sure you want to change the base?
Conversation
@@ -1,4 +1,5 @@ | |||
from brownie import reverts # type: ignore | |||
from brownie import reverts # type: ignore | |||
from typing import Dict, Tuple, List, NamedTuple |
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.
Is this change really needed?
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.
Nope, accidentally deleted the line and then didn't checkout it. Fix is coming
from utils.agent import agent_forward | ||
|
||
description = """ | ||
1. **Transition Community Staking Module to Permissionless Phase** by activating public release |
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 are not using new lines here AFAIK
), | ||
), | ||
( | ||
"3. Increase the stake share limit from 1% to 2% and the priority exit threshold from 1.25 to 2.5 on CS Module", |
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.
1.25% to 2.5%?
|
||
# events | ||
display_voting_events(vote_tx) | ||
evs = group_voting_events(vote_tx) |
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.
validate events?
No description provided.