Skip to content

Consider note discovery batched requests #9267

@nventuro

Description

@nventuro

Initially most requests will be one-off (check if note exists, if nullifier exists, etc.), except for fetchLogsByIndex (#9268), which will natively support batching to avoid multiple database scans.

It'll eventually make sense to accumulate requests and make larger batched requests (e.g. check multiple notes at once), but it's unclear how simple that'll be to do from inside Noir (once we swtich from the TS implementation).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions