-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fix update not working for Safes > 1.1.1 #295
Conversation
Uxio0
commented
Nov 6, 2023
- Update master copy function was removed after 1.1.1
- Migration contracts to update from 1.3.0 to 1.4.1 are still not available
- Test update
- Update master copy function was removed after 1.1.1 - Migration contracts to update from 1.3.0 to 1.4.1 are still not available - Test update
) | ||
self.assertEqual( | ||
safe_operator_v111.safe.retrieve_fallback_handler(), | ||
last_default_fallback_handler_address.return_value, |
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.
last_default_fallback_handler_address.return_value, | |
last_default_fallback_handler_address.return_value |
|
||
self.assertEqual( | ||
safe_operator_v111.safe.retrieve_master_copy_address(), | ||
last_safe_contract_address_mock.return_value, |
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.
last_safe_contract_address_mock.return_value
is safe_contract_V1_4_1.address, then the v1.1.1 was updated to 1.4.1 this is possible?
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.
Yes