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
/v1/operations directory first page is now short-TTL cached (3s). The
network-wide directory page is identical for every caller between ledgers but
costs a ~300ms multi-column DESC-LIMIT read over the lake + a 24h op-type
aggregation; a small per-limit in-process cache makes it effectively free
once traffic is concurrent, at most ~one ledger stale. Cursor (paged) requests
are unaffected. Follows the v0.6.1 summary-shape change.