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

@@ -1,10 +1,10 @@
#include <test/jtx.h>
#include <xrpld/app/misc/NetworkOPs.h>
#include <xrpld/core/ConfigSections.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/protocol/jss.h>
#include <xrpl/server/NetworkOPs.h>
#include <boost/format.hpp>