1#include <xrpld/app/ledger/PendingSaves.h>
3#include <xrpl/beast/unit_test.h>
Keeps track of which ledgers haven't been fully saved.
void finishWork(LedgerIndex seq)
Finish working on a ledger.
bool startWork(LedgerIndex seq)
Start working on a ledger.
bool shouldWork(LedgerIndex seq, bool isSynchronous)
Check if a ledger should be dispatched.
bool pending(LedgerIndex seq)
Return true if a ledger is in the progress of being saved.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void run() override
Runs the suite.