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

Make contracts compatible with EIP1271 #46

Closed
Georgi87 opened this issue Aug 8, 2018 · 1 comment
Closed

Make contracts compatible with EIP1271 #46

Georgi87 opened this issue Aug 8, 2018 · 1 comment
Assignees

Comments

@Georgi87
Copy link
Contributor

Georgi87 commented Aug 8, 2018

It deals with the fact that smart contracts cannot sign any data. The proposal outlines a way for contracts to verify if a provided signature is valid when the account is a contract.

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md

@rmeissner
Copy link
Member

What strategy would we use to verify a signature?

@rmeissner rmeissner self-assigned this Aug 15, 2018
rmeissner added a commit that referenced this issue Aug 22, 2018
Closes #46: Add support for EIP 1271
Saw-mon-and-Natalie pushed a commit to Saw-mon-and-Natalie/safe-contracts that referenced this issue Nov 1, 2023
fdarian pushed a commit to fdarian/safe-contracts that referenced this issue Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants