Ledger

元帳

Network & Protocol 21 references

ある時点での口座と残高(および場合によってはその他の状態)の記録。一部のシステムでは、各最終状態のスナップショットを台帳バージョンと呼びます。

21件のホワイトペーパーセクションに登場

$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