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

feat(protocol-kit): EIP-1271 integration #529

Closed
wants to merge 51 commits into from

Conversation

yagopv
Copy link
Member

@yagopv yagopv commented Sep 12, 2023

What it solves

Resolves #14

How this PR fixes it

We are adding the execution of the isValidSignature(hash, signatures) to the Safe class

More info:
What can we do with this new method
Safe implementation
Safe docs
Safe docs

@dasanra dasanra linked an issue Sep 12, 2023 that may be closed by this pull request
@yagopv yagopv linked an issue Oct 5, 2023 that may be closed by this pull request
SafeSignature,
SafeTransaction,
SafeTransactionDataPartial,
SafeTransactionEIP712Args,

This comment was marked as abuse.

This comment was marked as abuse.

@yagopv yagopv changed the title feat(protocol-kit): Implement EIP-1271 signature validation feat(protocol-kit): EIP-1271 integration Oct 10, 2023
@yagopv yagopv marked this pull request as draft October 16, 2023 11:47
@yagopv yagopv closed this Oct 20, 2023
@yagopv yagopv deleted the feat/validate-signatures branch October 20, 2023 10:49
@github-actions github-actions bot locked and limited conversation to collaborators Oct 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Follow EIP 1271 for contract signatures
3 participants