mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Classes implementing the consensus process on Ripple are cleaned up in preparation for modularizations and compartmentalization. Functions and state related to inter-round consensus are moved out of NetworkOPs and into Consensus, where they are more effectively isolated. Some member functions are changed to free functions and some free functions have their scope reduced to specific translation units. * Track inter-round consensus state using new Consensus object * Devirtualize interfaces * Reduce NetworkOPs, Consensus and LedgerConsensus interfaces * Add comments