Files
xahaud/src/ripple
Brad Chase c981eb81d9 Improve log warnings:
Log non-account transaction in warning (RIPD-1440)
Log warning on PeerImp::fail (RIPD-1444)
2017-03-20 17:08:57 -07:00
..
2017-03-20 17:08:57 -07:00
2017-03-01 11:43:59 -05:00
2017-03-01 11:43:59 -05:00
2017-03-06 14:59:32 -05:00
2017-03-20 14:12:06 -07:00
2017-03-20 17:08:57 -07:00
2017-03-20 14:56:40 -07:00
2017-03-20 16:18:48 -07:00
2017-03-01 11:43:59 -05:00
2017-03-20 14:25:38 -07:00
2017-03-06 14:59:32 -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