-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Might be low priority, shouldn't be required until we start getting a lot of data and idk when that will be
- Main blocker for end-to-end pagination is utxosAt query, which requires querying all utxos. Hopefully the api can be updated with a switch to a chain index instead of ogmios (see Speed up Utxo fetching #14)
- Even with current
utxosAt
we could cache the utxos response and paginate the other queries (datums and metadata), however these are not very slow
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request