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

@@ -10,7 +10,6 @@
#include <test/jtx/utility.h>
#include <xrpld/app/ledger/LedgerMaster.h>
#include <xrpld/app/misc/NetworkOPs.h>
#include <xrpld/rpc/RPCCall.h>
#include <xrpl/basics/Slice.h>
@@ -25,6 +24,7 @@
#include <xrpl/protocol/TxFlags.h>
#include <xrpl/protocol/UintTypes.h>
#include <xrpl/protocol/jss.h>
#include <xrpl/server/NetworkOPs.h>
#include <memory>
#include <source_location>