Prueba de Historia
Prueba de Historia
Consensus Mechanisms
12 referencias
Una técnica utilizada por Solana para proporcionar una secuencia de tiempo verificable entre eventos mediante una cadena hash. Se utiliza como mecanismo de sincronización para ayudar a ordenar transacciones y bloques.
Aparece en 12 secciones de whitepapers
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 ...
Artículos relacionados
Whitepaper Deep Dive
Whitepaper de Solana: Cómo Proof of History permite bloques de 400ms
Explorando el innovador mecanismo de reloj de Anatoly Yakovenko que permite a Solana lograr una finalidad inferior al s…
Origin StoryLa génesis de Solana: La obsesión de un ingeniero con la sincronización de relojes
Cómo el ingeniero de Qualcomm Anatoly Yakovenko descubrió que un reloj verificable podía eliminar la sobrecarga de comu…
Impact & LegacyLa revolución de velocidad de Solana: Qué significa la finalidad de 400ms para la adopción masiva
Cómo el alto rendimiento de Solana atrajo DeFi, NFTs y pagos — y las concesiones en descentralización que generaron deb…
ComparisonSolana vs Aptos vs Sui: La batalla por el Layer 1 más rápido
Comparando tres blockchains L1 enfocadas en rendimiento: Proof of History de Solana, Block-STM de Aptos y el modelo cen…