mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix transaction enumeration in account_tx (RIPD-734):
In some corner cases, an incorrect resume marker could be returned, preventing the complete enumeration of account transactions. * Robust markers via improved paging support * New unit tests * Cleanup
This commit is contained in:
@@ -25,3 +25,5 @@
|
||||
#include <ripple/app/tx/LocalTxs.cpp>
|
||||
#include <ripple/app/tx/InboundTransactions.cpp>
|
||||
#include <ripple/app/misc/NetworkOPs.cpp>
|
||||
#include <ripple/app/misc/impl/AccountTxPaging.cpp>
|
||||
#include <ripple/app/misc/tests/AccountTxPaging.test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user