Optimism cuts latency to 200 ms; data feeds drop fields

An Optimism update reduced confirmation latency to about 200 ms, while standard data feeds began omitting transaction and state fields, producing incomplete data for wallets and indexers.

Optimism reduced the time between transaction submission and inclusion on its Layer 2 chain to about 200 milliseconds after a software release rolled out over the past week. At the same time, several common data feeds and indexers began omitting event topics and state fields, leaving developers and infrastructure providers with incomplete records.

The update changed block sequencing and the timing of state publication to downstream services. Operators that rely on standard JSON-RPC endpoints, webhook streams or third-party indexers reported missing fields and truncated event data for a subset of blocks produced after the change. The missing data caused some wallets and trading interfaces to show stale balances, miss incoming token transfers, or mark transactions as failed despite on-chain inclusion.

Reports from node operators and indexer teams show logs lacked expected event topics and indexed fields for affected blocks. The discrepancy appears tied to faster block propagation and altered sequencing rather than a failure of the chain to include transactions. Real-time market applications reported interruptions in feeds used to trigger automated on-chain actions.

Optimism engineers are investigating the gaps. Teams were advised to validate event receipts against canonical endpoints, run full reindexing where possible, and temporarily increase polling intervals for critical feeds. Several infrastructure providers issued patches to their indexing software to match the new sequencing cadence and to request additional state data when a block appears incomplete. Some providers recommended switching to APIs that expose raw block payloads while fixes are deployed.

Restoration work focuses on syncing indexers to the canonical chain state and conducting full node rescans to rebuild accurate event histories. Infrastructure teams said they will release broader compatibility updates and publish clearer documentation on expected payload formats and sequencing behavior so developers can update their tools.

Optimism uses the OP Stack to batch Layer 2 transactions and post summaries to the Ethereum mainnet. The update that shortened confirmation times aims to speed user interactions and reduce wait times for on-chain trading. The recent disruptions underscore the need for indexers, wallets and analytics stacks to adjust ingestion logic and timing when the runtime changes.

Articles by this author