Replies: 1 comment
-
bump. Thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Most dapp developers that implements some sort of signature verification assumes the account is an EOA and not a smart contract account like Gnosis Safe, Argent, or emerging account abstraction wallets like Candide. Not implementing valid signature verification properly breaks many dapps and prevent users of smart contract wallets from using these dapps.
We are proposing to change the default function for signature verification to be both compatible with EIP-1271 but also compatible with the regular ecrecover signature.
What do you think? Is this something you would be interested to support, or review if others work on it?
Beta Was this translation helpful? Give feedback.
All reactions