Please enable JavaScript.
Coggle requires JavaScript to display documents.
stellar-core Herder (key implementation details (LedgerManager interaction…
stellar-core Herder
-
Herder
The HerderSCPDriver is a concrete implementation of the SCP protocol, operating in terms of the "transaction sets" and "ledger numbers" that constitute the Stellar vocabulary.
It is implemented as a subclass of the SCPDriver class, and so is most easily understood after reading that class and understanding where and how a subclass would make the abstract SCP protocol concrete.