Files
xahaud/src/ripple
seelabs 2b91e62d5d Fix funded offer removal during payment (RIPD-113):
In some cases, funded offers were incorrectly removed. This happened
when:

1) There are multiple payment paths.
2) A payment path has several offers in a row.
3) An offer causes a previous offer to become unfunded when calculating
   reverse liquidity and that offer does not satisfy the payment and
   there is another offer at the same quality.
4) The payment path is not used to satisfy the payment (there are other
   paths at better quality that do the job).
2015-07-15 16:56:43 -07:00
..
2015-07-15 16:56:43 -07:00
2015-06-15 19:43:03 -07:00
2015-07-13 15:25:20 -07:00
2015-07-15 16:56:42 -07:00
2015-07-13 15:25:20 -07:00
2015-07-15 16:56:42 -07:00
2015-07-15 16:56:43 -07:00
2015-05-29 13:44:44 -04:00
2015-07-15 16:56:43 -07:00
2015-07-15 16:56:41 -07:00
2015-07-13 16:38:39 -07:00
2015-07-15 16:56:43 -07:00
2015-07-15 16:56:43 -07:00
2015-07-15 16:56:41 -07:00
2015-07-13 16:38:39 -07: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