Files
xahaud/src/ripple
Edward Hennis c1b8efb7af Clear queue for account with high fee tx (RIPD-1246):
* If an account has any transactions in the transaction queue, submitting
  a transaction that covers the differences to the open ledger fee level
  for prior queued transactions plus itself will cause all those
  transactions to be applied to the open ledger.
* tel failures in `TxQ::accept` will leave tx in the queue to retry later.
2016-08-15 11:09:18 -07:00
..
2016-08-05 11:13:57 -04:00
2016-08-05 11:13:57 -04:00
2016-07-29 17:57:49 -07:00
2015-09-28 17:24:05 -07:00
2016-08-05 11:13:57 -04:00
2016-08-02 13:25:48 -07:00
2016-08-05 11:13:57 -04:00
2016-01-25 09:07:41 -08:00
2013-11-15 11:29:45 -08:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem