Skip to content

Update decoding callData for paymaster  #320

@himanshugarg06

Description

@himanshugarg06

When trying to execute userOP via SessionSigner, validation is being done in two steps.
First step is validating when trying to do estimation for userOp and this is being done by passing the first calldata from above where we need to skip 4 bytes to get the destination contract.
Second step is validating the userOP for execution, and this is being done by passing the second calldata with paymaster where we need to skip 0x4a bytes to get the destination contract.
Add above in the docs https://docs.biconomy.io/Modules/abiSessionValidationModule#rules

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