-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor and test: update same address multisig implementation #126
Conversation
revert ZeroValue(); | ||
} | ||
|
||
// Record provided multisig proxy bytecode hashes |
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 need to update the deployment scripts with these hashes
GnosisSafeSameAddressMultisig.deploy([bytes32Zero]) | ||
).to.be.revertedWithCustomError(gnosisSafeSameAddressMultisig, "ZeroValue"); | ||
}); | ||
|
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 should also update the tests regarding the GnosisSafeSameAddressMultisig.create() method, no?
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.
There is one in the serviceStaking
testing
GnosisSafeSameAddressMultisig
implementation to check for the proxy;