Description
This is a tracker for the Delta Sync feature, which is one of the prerequisites for the Unified Auction epic.
Problem
Currently, the autopilot broadcasts a full orderbook snapshot to solvers every auction cycle. On mainnet alone, >90% of the payload is duplicated between consecutive auctions (mostly static limit orders). As we move toward a unified mega-auction across all chains, this payload grows linearly with the number of supported networks, making it the single biggest scalability bottleneck.
Delta sync replaces full snapshots with incremental updates: only new, removed, and changed orders are sent each cycle. Solvers maintain a local replica and receive full snapshots only on initial connection or resync.
Sub-issues
Description
This is a tracker for the Delta Sync feature, which is one of the prerequisites for the Unified Auction epic.
Problem
Currently, the autopilot broadcasts a full orderbook snapshot to solvers every auction cycle. On mainnet alone, >90% of the payload is duplicated between consecutive auctions (mostly static limit orders). As we move toward a unified mega-auction across all chains, this payload grows linearly with the number of supported networks, making it the single biggest scalability bottleneck.
Delta sync replaces full snapshots with incremental updates: only new, removed, and changed orders are sent each cycle. Solvers maintain a local replica and receive full snapshots only on initial connection or resync.
Sub-issues