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

erc 6942 validation #743

Open
guru-web3 opened this issue Oct 10, 2024 · 0 comments
Open

erc 6942 validation #743

guru-web3 opened this issue Oct 10, 2024 · 0 comments

Comments

@guru-web3
Copy link

Title: Add ERC-6942 Signature Validation for Pre-Deployed Contracts

Summary: signature validation using ERC-6942, which enables verifying signatures for smart contract wallets even when they aren't deployed. This is necessary because some wallets delay contract deployment until the first transaction. By adopting ERC-6942, we validate signatures before wallet deployment.

Details:

isValidateSignature() currently validates deployed contract signatures.
ERC-6942 allows signature verification even when a contract is in the pre-deployment state.
This approach avoids delayed wallet interactions and enhances user experience.
.

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

No branches or pull requests

1 participant