refactor: Modularize the NetworkOPs interface (#6225)

This change moves the NetworkOPs interface into `libxrpl` and it leaves its implementation in `xrpld`.
This commit is contained in:
Jingchen
2026-02-12 18:15:03 +00:00
committed by GitHub
parent 11e8d1f8a2
commit 5edd3566f7
58 changed files with 260 additions and 224 deletions

View File

@@ -5,12 +5,12 @@
#include <xrpld/app/ledger/LedgerMaster.h>
#include <xrpld/app/misc/LoadFeeTrack.h>
#include <xrpld/app/misc/NetworkOPs.h>
#include <xrpld/rpc/ServerHandler.h>
#include <xrpl/basics/base64.h>
#include <xrpl/beast/test/yield_to.h>
#include <xrpl/json/json_reader.h>
#include <xrpl/server/NetworkOPs.h>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/asio.hpp>