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

EIP-1271 is implemented with wrong visibility modifier #166

Closed
3esmit opened this issue Jan 9, 2020 · 1 comment
Closed

EIP-1271 is implemented with wrong visibility modifier #166

3esmit opened this issue Jan 9, 2020 · 1 comment

Comments

@3esmit
Copy link

3esmit commented Jan 9, 2020

The interface is market as external (executable), when it should be public view.

https://github.com/gnosis/safe-contracts/blob/892448e93f6203b530630f20de45d8a55fde7463/contracts/GnosisSafe.sol#L320-L323

The interface contract is correct, according to http://eips.ethereum.org/EIPS/eip-1271

https://github.com/gnosis/safe-contracts/blob/892448e93f6203b530630f20de45d8a55fde7463/contracts/interfaces/ISignatureValidator.sol#L19-L24

@3esmit 3esmit mentioned this issue Jan 9, 2020
1 task
@rmeissner rmeissner added the future Features for next major contract version label Apr 19, 2020
@rmeissner
Copy link
Member

see #223

@rmeissner rmeissner removed the future Features for next major contract version label Jul 9, 2020
fdarian pushed a commit to fdarian/safe-contracts that referenced this issue Jan 14, 2024
Fix safe version and refactor safe deployments functions
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 a pull request may close this issue.

2 participants