Files
xahaud/src/ripple
Miguel Portilla b3f5986c83 Charge pathfinding consumers per source currency (RIPD-1019):
The IP address used to perform pathfinding operations is now charged an
additional resource increment for each source currency in the path set.

* NOTE: This charge is a local resource charge, not a transaction fee
  charge.
2016-03-17 17:35:06 -04:00
..
2016-02-29 13:42:55 -05:00
2016-01-25 10:35:53 -08:00
2016-03-17 17:34:37 -04:00
2016-03-09 16:23:24 -05:00
2016-02-29 13:42:55 -05:00
2016-03-03 13:02:13 -08:00
2016-02-29 13:42:55 -05:00
2015-09-28 17:24:05 -07:00
2016-03-09 16:23:23 -05:00
2016-03-17 17:34:37 -04:00
2016-01-25 09:07:41 -08:00
2016-03-09 16:23:22 -05: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