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

Consider note discovery batched requests #9267

Open
Tracked by #9119
nventuro opened this issue Oct 17, 2024 · 0 comments
Open
Tracked by #9119

Consider note discovery batched requests #9267

nventuro opened this issue Oct 17, 2024 · 0 comments

Comments

@nventuro
Copy link
Contributor

nventuro commented Oct 17, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant