Ledger

Libro mayor

Network & Protocol 21 references

Un registro de cuentas y saldos (y potencialmente de otros estados) en un momento determinado. Algunos sistemas llaman a cada instantánea del estado finalizado una versión del libro mayor.

Aparece en 21 secciones de whitepapers

$XRP XRP
Abstract
...orrectness and agreement of the network. Once consensus is reached, the current ledger is considered "closed" and becomes the last-closed ledger. Assuming that the co...
Introduction
...luence by creating many identities) and consensus (agreeing on the state of the ledger). By tying both concerns to computational expenditure, proof-of-work achieves s...
Definition of Consensus
...that participates in the consensus process. Each server maintains a copy of the ledger and communicates with other servers to reach agreement on new transactions. Ser...
Ripple Protocol Consensus Algorithm
...ound begins when a server determines that enough time has passed since the last ledger close (typically 3-5 seconds) or when it has accumulated a sufficient number of...
Formal Analysis of Convergence
...rvers must produce the same final transaction set and therefore the same closed ledger. **Theorem 2 (Liveness).** Under the same conditions as Theorem 1, and assumin...
Simulation Code
...col including proposal generation, iterative voting with increasing thresholds, ledger close, and validation. The simulation framework allows precise control over net...
Discussion
...The consensus process involves only cryptographic signing, hash computation for ledger validation, and network communication — operations that can be performed on com...
Conclusion
...atisfied, the algorithm guarantees that all correct servers will close the same ledger (safety) and that consensus will complete in bounded time (liveness). These gua...

Related Stories