You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: