refactor: Modularise ledger (#5493)

This change moves the ledger code to libxrpl.
This commit is contained in:
Jingchen
2025-09-18 16:12:24 +01:00
committed by GitHub
parent 617a895af5
commit dc8b37a524
161 changed files with 244 additions and 272 deletions

View File

@@ -19,9 +19,9 @@
#include <xrpld/app/misc/LoadFeeTrack.h>
#include <xrpld/core/Config.h>
#include <xrpld/ledger/ReadView.h>
#include <xrpl/beast/unit_test.h>
#include <xrpl/ledger/ReadView.h>
namespace ripple {