Preuve d'histoire
Preuve d'histoire
Consensus Mechanisms
12 références
Une technique utilisée par Solana pour fournir une séquence de temps vérifiable entre les événements à l'aide d'une chaîne de hachage. Il est utilisé comme mécanisme de synchronisation pour aider à ordonner les transactions et les blocs.
Apparaît dans 12 sections de livres blancs
Abstract
This paper presents a new blockchain architecture based on Proof of History (PoH) — a proof for verifying order and passage of time between events. PoH is ...
Introduction
...have seen the same sequence, dramatically reducing the communication required.
Proof of History provides exactly this: a cryptographic clock that produces a verifiable record ...
Outline
The remainder of this paper is organized as follows. We first describe the Proof of History mechanism in detail, explaining its construction from sequential SHA-256 hashin...
Network Design
... validator at a time is designated as the leader, responsible for producing the PoH sequence and ordering transactions into blocks. Validators are assigned leader ...
Proof of History
Proof of History is a sequence of computations that provides a cryptographic way to verify the p...
Proof of History Sequence
The Proof of History sequence is a continuous stream of hash computations that serves as the backbon...
Timestamp
Each hash and counter published by the PoH generator represents a unique timestamp. This timestamp is a proof that the dat...
Proof of Stake Consensus
...T that is specifically designed to leverage the temporal guarantees provided by Proof of History. In Tower BFT, validators stake SOL tokens as collateral and vote on the validi...
Streaming Proof of Replication
... (key_v)
key_v = validator-specific key (derived from validator identity + PoH state)
Each C_i depends on P_i AND C_{i-1}, making the chain unforgeable per-v...
System Architecture
...)│ │ (Ledger) │
│ Network │ │ ed25519 verify │ │ Sealevel │ │ PoH + │
│ packets │ │ on CUDA cores │ │ parallel │ │ Storage │
...
Performance
...ond, ensuring that cryptographic validation does not constrain the system.
The PoH generator runs on a dedicated CPU core, producing approximately 4 million SHA-2...
Conclusion
This paper has presented a new blockchain architecture built on Proof of History, a mechanism for creating a verifiable, trustless record of time passage using ...
Articles associés
Whitepaper Deep Dive
Whitepaper de Solana : Comment le Proof of History permet des blocs de 400ms
Exploration du mécanisme d'horloge novateur d'Anatoly Yakovenko qui permet à Solana d'atteindre une finalité inférieure…
Origin StoryLa genèse de Solana : L'obsession d'un ingénieur pour la synchronisation des horloges
Comment l'ingénieur de Qualcomm Anatoly Yakovenko a réalisé qu'une horloge vérifiable pouvait éliminer la surcharge de …
Impact & LegacyLa révolution de vitesse de Solana : Ce que la finalité en 400ms signifie pour l'adoption grand public
Comment le débit élevé de Solana a attiré la DeFi, les NFTs et les paiements — et les compromis en matière de décentral…
ComparisonSolana vs Aptos vs Sui : La bataille pour le Layer 1 le plus rapide
Comparaison de trois blockchains L1 axées sur la performance : le Proof of History de Solana, le Block-STM d'Aptos et l…