Order book refactor

* Add support for snapshot to books stream
* Add helper function for processing order book after db fetch
* Fix bug in isFrozen
This commit is contained in:
CJ Cobb
2021-08-26 11:10:58 -04:00
parent f4b7a88d95
commit a81ad20049
6 changed files with 195 additions and 133 deletions

View File

@@ -49,7 +49,7 @@ BackendInterface::writeLedgerObject(
std::optional<LedgerRange>
BackendInterface::hardFetchLedgerRangeNoThrow() const
{
BOOST_LOG_TRIVIAL(warning) << __func__;
BOOST_LOG_TRIVIAL(debug) << __func__;
while (true)
{
try