Skip to content

Conversation

sidnym-ladrut
Copy link

Early versions of EIP-1271 called for a validation function with signature isValidSignature(bytes,bytes) => (bytes4). Notably, this is the only version of the signature standard supported by by SAFE v1.*.*.

In order to enable support for SAFE v1.*.* contracts (and any other legacy EIP-1271 targets), these changes add the isValidSignature(bytes,bytes) => (bytes4) signature as an overloaded alternative to the modern isValidSignature(bytes32,bytes) => (bytes4) signature.

@sidnym-ladrut sidnym-ladrut changed the title Add legacy EIP-1271 support (i.e. 'isValidSigner(bytes,bytes)') Add legacy EIP-1271 support (i.e. 'isValidSignature(bytes,bytes)') Jan 29, 2025
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.

1 participant