Skip to content

erc 6942 validation #743

Open
Open
@guru-web3

Description

@guru-web3

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.
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions