-
Notifications
You must be signed in to change notification settings - Fork 194
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(world-modules): call with signature supports ERC1271 #2559
Conversation
|
Do we want to add a test that sets up a smart contract and registers a delegation for it? or do we trust the OZ signature checker |
fixes #2552
We now emit a generic
InvalidSignature
error with no arguments, because we are agnostic about signature schemes and thesigner
(if any) derived by signing contracts.