-
Notifications
You must be signed in to change notification settings - Fork 925
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
Backport the migration contract to v1.4.1 #781
Comments
mmv08
changed the title
Add Library Contracts to Deployment Scripts
Backport the migration contract to v1.4.1
Jul 22, 2024
mmv08
added a commit
that referenced
this issue
Jul 23, 2024
This PR implements #781. It migrates the migration contracts from: - #685 - #793 I had to refactor tests quite a bit because a lot has changed since the release of 1.4.1 like we added typechain types, migrated to ethers v6, etc --------- Co-authored-by: Akshay <[email protected]> Co-authored-by: Nicholas Rodrigues Lordello <[email protected]> Co-authored-by: Shebin John <[email protected]> Co-authored-by: Uxío <[email protected]>
mmv08
added a commit
that referenced
this issue
Jul 24, 2024
A follow up to #795 completely fixing #781. This PR migrates: - #759 And adjusts the tests for ethers v5 --------- Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
This is in the 1.4.1-2 branch. |
dodger213
added a commit
to dodger213/safe-smart-contract
that referenced
this issue
Aug 18, 2024
This PR implements safe-global/safe-smart-account#781. It migrates the migration contracts from: - safe-global/safe-smart-account#685 - safe-global/safe-smart-account#793 I had to refactor tests quite a bit because a lot has changed since the release of 1.4.1 like we added typechain types, migrated to ethers v6, etc --------- Co-authored-by: Akshay <[email protected]> Co-authored-by: Nicholas Rodrigues Lordello <[email protected]> Co-authored-by: Shebin John <[email protected]> Co-authored-by: Uxío <[email protected]>
nlordell
added a commit
that referenced
this issue
Sep 10, 2024
This PR implements #781. It migrates the migration contracts from: - #685 - #793 I had to refactor tests quite a bit because a lot has changed since the release of 1.4.1 like we added typechain types, migrated to ethers v6, etc --------- Co-authored-by: Akshay <[email protected]> Co-authored-by: Nicholas Rodrigues Lordello <[email protected]> Co-authored-by: Shebin John <[email protected]> Co-authored-by: Uxío <[email protected]>
nlordell
added a commit
that referenced
this issue
Sep 10, 2024
A follow up to #795 completely fixing #781. This PR migrates: - #759 And adjusts the tests for ethers v5 --------- Co-authored-by: Nicholas Rodrigues Lordello <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context / issue
We are in the process of auditing additional Safe library contracts that need to be used by the Wallet team. At the current time, the library contracts planned for audit are:
v1.3.0 to v1.4.1migration contractThese changes should be made to the v1.4.1 branch, as we will be deploying these as additional v1.4.1 library contracts.
Proposed solution
Ensure that all of the planned audited contracts are part of the deployment scripts.
Alternatives
Require manual deployments for these contracts
Expected Outcome
A
dev/v1.4.1
branch with backports including:The text was updated successfully, but these errors were encountered: