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
Add server side support for sync v1.1 aka inductive firehose. xrpc_sync.subscribe_repos now includes covering proof blocks and new prev and prevData fields.
Drastically redesign xrpc_sync.subscribeRepos to unify event stream generation across all subscribers. This significantly improves scalability and reduces CPU and I/O to near constant, with minimal additional overhead per subscriber (#52).
MST:
Add new cids_for_path, add_covering_proofs methods.
Repo:
apply_writes: skip no-op update operations where the new record value is the same as the existing stored record. (No-op updates are evidently illegal in ATProto.)