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