Integrate nextgen RPC into clio (#572)

Fixes #592
This commit is contained in:
Alex Kremer
2023-05-04 16:15:36 +01:00
committed by GitHub
parent f1b3a6b511
commit d7d5d61747
145 changed files with 3208 additions and 6756 deletions

View File

@@ -19,7 +19,7 @@
#include <rpc/RPCHelpers.h>
#include <rpc/common/AnyHandler.h>
#include <rpc/ngHandlers/BookOffers.h>
#include <rpc/handlers/BookOffers.h>
#include <util/Fixtures.h>
#include <util/TestObject.h>
@@ -38,7 +38,7 @@ constexpr static auto PAYS20XRPGETS10USDBOOKDIR = "7B1767D41DBCE79D9585CF9D0262A
// transfer rate x2
constexpr static auto TRANSFERRATEX2 = 2000000000;
using namespace RPCng;
using namespace RPC;
namespace json = boost::json;
using namespace testing;