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

Implement EIP-1271 with Access Control for IP Account #362

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

kingster-will
Copy link

Description

This PR implements EIP-1271 for the IP Account, adding support for contract-based signature validation. It also integrates access control mechanisms to ensure that only authorized signers can be considered is valid signature.

Key Changes

  • EIP-1271 Implementation: Added support for EIP-1271 to validate signatures from smart contract.

This update enhances the security of the IP Account by ensuring that only authorized signers can execute transactions and supports contract-based signature validation as per EIP-1271.

Closes https://github.com/FuzzingLabs/story-audit-monorepo/issues/10

@kingster-will kingster-will merged commit 1505d79 into storyprotocol:main Dec 13, 2024
2 checks passed
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