Files
rippled/src/ripple/consensus
Sophia Xie 5aef102f4f Revert #4505, #4760 (#4842)
* Revert "Optimize calculation of close time to avoid impasse and minimize gratuitous proposal changes (#4760)"

This reverts commit 8ce85a9750.

* Revert "Several changes to improve Consensus stability: (#4505)"

This reverts commit f259cc1ab6.

* Add missing include

---------

Co-authored-by: seelabs <scott.determan@yahoo.com>
2023-11-30 21:00:50 -08:00
..
2023-11-30 21:00:50 -08:00
2023-11-30 21:00:50 -08:00
2023-11-30 21:00:50 -08:00
2023-11-30 21:00:50 -08:00
2023-11-30 21:00:50 -08:00
2022-04-06 13:29:48 -07:00

Consensus

This directory contains the implementation of a generic consensus algorithm. The implementation follows a CRTP design, requiring client code to implement specific functions and types to use consensus in their application. The interface is undergoing refactoring and is not yet finalized.