refactor: Modularise ledger (#6536)

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
Co-authored-by: Bart <bthomee@users.noreply.github.com>
Co-authored-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Jingchen
2026-03-25 16:32:45 +00:00
committed by GitHub
parent cd78569d94
commit 8f182e825a
93 changed files with 644 additions and 472 deletions

View File

@@ -5,11 +5,10 @@
#include <test/jtx/amount.h>
#include <test/jtx/sendmax.h>
#include <xrpld/app/paths/AMMOffer.h>
#include <xrpl/ledger/PaymentSandbox.h>
#include <xrpl/protocol/Feature.h>
#include <xrpl/protocol/STParsedJSON.h>
#include <xrpl/tx/paths/AMMOffer.h>
#include <xrpl/tx/paths/Flow.h>
#include <xrpl/tx/paths/detail/StrandFlow.h>
#include <xrpl/tx/transactors/dex/AMMContext.h>