Add initial Conan integration (#712)

Fixes #645
This commit is contained in:
Alex Kremer
2023-07-24 18:43:02 +01:00
committed by GitHub
parent 2336148d0d
commit c6ca650767
76 changed files with 626 additions and 572 deletions

View File

@@ -19,6 +19,8 @@
#include <etl/ETLService.h>
#include <ripple/protocol/LedgerHeader.h>
using namespace clio;
// Database must be populated when this starts
@@ -80,7 +82,7 @@ ETLService::monitor()
if (!rng)
{
log_.info() << "Database is empty. Will download a ledger from the network.";
std::optional<ripple::LedgerInfo> ledger;
std::optional<ripple::LedgerHeader> ledger;
try
{