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

Support EIP-1271 #9

Merged
merged 4 commits into from
Jun 30, 2023
Merged

Support EIP-1271 #9

merged 4 commits into from
Jun 30, 2023

Conversation

kevincheng96
Copy link
Contributor

@kevincheng96 kevincheng96 commented Jun 29, 2023

This PR adds support for EIP-1271 signatures "signed" by contracts. Main use case is for smart contract wallets to be able to use the permit and encumberBySig functions since they cannot sign off-chain messages like an EOA can.

@kevincheng96 kevincheng96 marked this pull request as ready for review June 29, 2023 20:15
@scott-silver
Copy link
Collaborator

Might be worth adding a mention in the README that the contracts support 1271

Copy link
Collaborator

@scott-silver scott-silver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great 🙌

@kevincheng96
Copy link
Contributor Author

Might be worth adding a mention in the README that the contracts support 1271

Added a short paragraph on EIP-2612 and EIP-1271 support.

@kevincheng96 kevincheng96 merged commit 4ee0c74 into main Jun 30, 2023
1 check passed
@kevincheng96 kevincheng96 deleted the kevin/eip-1271 branch June 30, 2023 05:28
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 this pull request may close these issues.

2 participants