Files
xahaud/src/ripple
Devon White cd9732b47a Change how fail_hard transactions are handled.
FIXES: #2847

* Transactions that are submitted with the fail_hard flag
  and that result in any TER code besides tesSUCCESS shall
  be neither queued nor held.

[FOLD] Keep tec results out of the open ledger when fail_hard:

* Improve TransactionStatus const correctness, and remove redundant
  `local` check
* Check open ledger tx count in fail_hard tests
* Fix some wrapping
* Remove duplicate test
2020-01-10 12:40:31 -08:00
..
2019-01-18 12:13:21 -08:00
2020-01-08 18:44:01 -05:00
2020-01-08 18:44:01 -05:00
2020-01-01 18:12:55 -08:00
2020-01-10 12:31:24 -08:00
2020-01-10 12:31:24 -08:00
2019-11-27 16:58:56 -08:00
2020-01-10 12:31:24 -08:00
2019-11-27 16:58:56 -08:00
2020-01-10 12:31:24 -08:00
2018-03-02 07:37:15 -08:00

Ripple Source Guidelines

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