-
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
SOV-585 transfer the contract guardianship #514
Conversation
scripts/sip/sip_interaction.py
Outdated
data1 = stakingLogic.addPauser.encode_input(newGuardian) | ||
data2 = stakingLogic.removePauser.encode_input(contracts['multisig']) | ||
datas = ["0x" + data1[10:], "0x" + data2[10:]] | ||
description = "SIP-0042: Staking Security Update, Details: https://github.com/DistributedCollective/SIPS/blob/7c1a44b/SIP-0042.md, sha256: 522e1e65c49ec028d81c3a1f94a47354c2f6287c2d90c6eec8f06dcc17a1ebcc" |
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.
Probably need to add todo mark here, since we need to update the description as well later?
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.
you're right. done
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 actually have the sip script in the hardhat task, i think we should use hardhat task instead
task("sips:create", "Create SIP to Sovryn Governance") |
Going forward you're probably right. I won't change it in this PR though. It will be yours and Tyrones choice to either go ahead with the prepared sip creation script ot transcribe it to hardhat |
## Key updates list * SOV-2704-three-years-team-vestings (#508) * SOV-2552 staking foundry fuzzy testing (#513) * SOV-585 transfer the contract guardianship (#514) * feature: add script to transfer amm ownership to governance (#450) * SOV-3436-Proton-release Move sovrynSwapsImpl to internal protocol module and public functions to a protocol module SwapsImplSovrynSwapModule. Includes SOV-3497 Refactor SovrynSwapsImpl. Deployment via bitocracy - SIP-0073. * SOV-3613 Electron release * SOV-3613: adding LoanOpenings and SwapsImplSovrynSwapLib deployment objects for integrated QA tests * SOV-3613: adding VestingFactory and VestingLogic deployment objects for integretaed QA tests * SOV-3161 Increase borrowing debt fix * SOV-625 remove governance withdraw tokens remove governanceWithdrawTokens from vestingLogic using vesting start date to start withdrawal introduce partial withdraw tokens in vesting contract --------- Co-authored-by: ororopickpocket <[email protected]> Co-authored-by: Santo Sinar Pandean <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Ororo Pickpocket <[email protected]> Co-authored-by: cwsnt <[email protected]>
SIP-0047 and transfer guardianship to the Contracts Guardian Safe multisig