| Report Date | 2026/01/07 |
| Submitted by | eskimor |
12pRzYaysQz6Tr1e78sRmu9FGB8gu8yTek9x6xwVFFAwXTM8Parachains ConsensusThis period focused on designing low-latency block confirmations and cross-chain messaging for Polkadot, and ended with implementation work and looking into scalable Web3 storage.
The Low-Latency Parachains design introduces:
Alternative approaches were considered and rejected:
Inclusion lists (FOCIL-style): FOCIL works for Ethereum because the beacon chain enforces inclusion via fork choice. Polkadot's relay chain decides forks independently of parachain promises, and punishment is limited to block rewards (collators can avoid promises by not producing blocks).
Ethereum L2 preconfirmations: L1 validators commit to including L2 transactions because they understand Ethereum transactions. Polkadot parachains are heterogeneous - validators cannot build parachain blocks to uphold promises if collators fail.
The Speculative Messaging design replaces HRMP with a variant of off-chain XCMP that enables low-latency messaging. Messaging latencies can be made as low as parachain block times, for certain scenarios even intra-block messaging should be feasible (super chains).
The Scalable Web3 Storage design proposes a decentralized storage protocol where:
This differs fundamentally from existing systems:
| Aspect | This Design | Filecoin | IPFS |
|---|---|---|---|
| Write latency | Sub-second | Minutes-hours (sealing) | Fast but no persistence |
| Chain load | Minimal | Heavy (continuous proofs) | N/A |
| Read incentives | Proof-of-DOT priority | Separate retrieval market | None |
| Proof mechanism | On-demand challenges | Continuous PoRep/PoSt | None |
The design builds on Proof-of-DOT for sybil resistance: clients lock DOT against a PeerID, enabling reputation tracking and spam prevention on the network layer (different to Proof of Personhood which is on the blockchain/transaction layer). Providers prioritize clients based on payment history, creating a market for read performance.
Implementation of the low-latency design is underway:
Candidate Descriptor V3 - Node feature enabling new candidate protocol versions. First e2e tests are already passing.
Prospective Parachains Cleanup - Architectural refactoring that:
RelayChainScope from Scope for cleaner abstractionThe Fix coretime partitioning + super low latency on-demand PR fixes coretime issues and improves on-demand latency:
Per the Manifesto's requirements for Rank IV (Architect):
"Primary role in ideation and formalisation of a major protocol component": Three designs addressing fundamental limitations - block confirmation latency, cross-chain messaging latency, and decentralized storage.
"Primary role in code-design and implementation": Candidate descriptor v3 implementation underway with first e2e test passing.
According to subsquare I voted on 246 of 388 referenda (63.4%).
Threshold