Skip to content

Order should support multiple signatures #2

@juniset

Description

@juniset

The IAccount interface is designed to leverage account abstraction and not make any assumption on the type and size of the signatures that are valid for an account. In particular, an account can have multiple signers as is the case in the ArgentAccount and that is why signatures must be validated using IAccount.isValidSignature.

The Order struct today assumes a single signature (i.e. an array of 2 felt)

member sig_r: felt
member sig_s: felt
. This should be updated to support an array of arbitrary length.

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