Files
rippled/src/test/jtx
Mark Travis b580049ec0 Apply transaction batches in periodic intervals (#4504)
Add new transaction submission API field, "sync", which
determines behavior of the server while submitting transactions:
1) sync (default): Process transactions in a batch immediately,
   and return only once the transaction has been processed.
2) async: Put transaction into the batch for the next processing
   interval and return immediately.
3) wait: Put transaction into the batch for the next processing
   interval and return only after it is processed.
2023-08-21 16:15:31 -07:00
..
2022-04-06 13:29:48 -07:00
2022-04-06 13:29:48 -07:00
2023-07-12 13:52:50 -04:00
2023-06-26 14:07:20 -07:00