Skip to content

Conversation

ernestognw
Copy link
Member

@ernestognw ernestognw commented May 17, 2025

While working on the documentation (#157) and a PoC in Wizard for ERC-7579 modules. I noticed that the _rawSignatureValidationWithSender was receiving sender when that's only relevant in the isValidSignatureWithSender specified in ERC-7579.

Also, I noticed that if converted into a basic _rawERC7579Validation(address account, bytes32 hash, bytes calldata signature), then it was possible to reuse that function in ERC7579Multisig (and all derived multisig modules). Given that module types are not mutually exclusive, then it makes sense to convert multisigs into validators.

@ernestognw ernestognw marked this pull request as ready for review May 18, 2025 00:07
@ernestognw ernestognw requested a review from a team as a code owner May 18, 2025 00:07
@ernestognw
Copy link
Member Author

Looks good. Merging to unblock a PR on Wizard

@ernestognw ernestognw merged commit 524341c into master May 18, 2025
11 checks passed
ernestognw added a commit that referenced this pull request Jun 4, 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