-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Consolidating] PR#451: Incorporate PR#447 Governance vesting cancelling & PR#448 Staking refactoring #451
[Consolidating] PR#451: Incorporate PR#447 Governance vesting cancelling & PR#448 Staking refactoring #451
Conversation
add team vesting validation for governance withdrawal
adjust four year vesting
Adjust script for governance withdraw vesting
revert getPriorUserStakeByDate for backward compatibility
improve doc & natspec based on review
add script for registering vesting detail in registry
remove unused event
improve storage variable naming for vesting creation type
improve revert message
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.
requires a merge from the target branch: (staking-contract-eip170) and conflicts resolution.
contracts/governance/Staking/modules/shared/CheckpointsShared.sol
Outdated
Show resolved
Hide resolved
contracts/governance/Staking/modules/shared/StakingStorageShared.sol
Outdated
Show resolved
Hide resolved
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.
requires a merge from the target branch: (staking-contract-eip170) and conflicts resolution.
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.
pls see unresolved issues - clarified all questions hopefully).
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.
pls complete all conversations
…nance_vesting_staking_refactoring
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.
I'm approving this already, but please change the type from uint120 to a power of 2.
vesting = Contract.from_abi("VestingLogic", address=vestingAddress, abi=VestingRegistryLogic.abi, owner=conf.acct) |
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.
while it will work, the ABI used in confusing
pls change for VestingLogic?
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.
updated
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.
approved
but pls address the last comment on a confusing ABI in a script reading the tokenOwner from vestings
No description provided.