Files
xahaud/src/ripple
Vinnie Falco f41fc87a33 Put OfferCreate bug fix on a ledger switch:
The fix for an off-by one bug that overstates the account reserve
during OfferCreate is set to become active on August 3rd. Before
this date, the program will exhibit the old behavior.
2015-07-17 13:25:03 -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-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:48 -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
2015-07-15 16:56:43 -07:00
2015-07-15 16:56:43 -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