IntroducingSupernova
Capital at machine speed. 600 milliseconds changes what money can be.
Execution bounded the round.
Block proposal required the proposer to execute every transaction first; validators re-executed the full block before casting a vote. Under heavy smart-contract load execution consumed up to 4.5 seconds of the 6-second round, so time to finality was dominated by computation rather than by agreement.
From 6 sto 600 ms
The proposer selects transactions and broadcasts the block header and body without executing them. Validators verify the proposal against protocol rules and vote at once. Execution proceeds asynchronously on a parallel path, and its state root and receipts are committed in a subsequent block. With execution removed from the consensus-critical path, the round shrinks by an order of magnitude.
One round,
40× slower.
Slowed forty times, one 600 ms round shows its structure: proposal fixes the transaction ordering before any execution result exists, consensus produces the aggregated proof, execution reconciles state afterwards. Then the clock returns to real time for a few rounds.
400 validators verify. 267 signatures reach quorum. One aggregated proof finalises the block.
Equivalent Consensus Proofs, introduced with Andromeda, allow any node to finalise the block from the aggregated proof alone, with zero equivocation risk.
From ~18 sto ~2.4 s
A cross-shard transaction is finalised on the source shard, notarised by the metachain, then executed on the destination shard. Andromeda compressed this path from six coordination steps to three; at 600 ms rounds the same three steps settle in roughly 2.4 seconds.