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

@@ -22,10 +22,10 @@
#include <xrpld/app/paths/RippleCalc.h>
#include <xrpld/app/paths/detail/Steps.h>
#include <xrpld/core/Config.h>
#include <xrpld/ledger/PaymentSandbox.h>
#include <xrpl/basics/contract.h>
#include <xrpl/basics/safe_cast.h>
#include <xrpl/ledger/PaymentSandbox.h>
#include <xrpl/protocol/Feature.h>
#include <xrpl/protocol/jss.h>