Skip to content
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

Merged
merged 26 commits into from
Oct 31, 2023

Conversation

ororopickpocket
Copy link
Contributor

@ororopickpocket ororopickpocket commented Aug 17, 2023

SIP-0047 and transfer guardianship to the Contracts Guardian Safe multisig

@ororopickpocket ororopickpocket requested a review from cwsnt August 17, 2023 10:06
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"
Copy link
Contributor

@cwsnt cwsnt Aug 21, 2023

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right. done

Copy link
Contributor

@cwsnt cwsnt left a 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")

@ororopickpocket
Copy link
Contributor Author

We actually have the sip script in the hardhat task, i think we should use hardhat task instead

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

@tjcloa tjcloa merged commit 8800e92 into development Oct 31, 2023
1 check passed
tjcloa added a commit that referenced this pull request Feb 10, 2024
## 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants