Files
rippled/src/ripple
Nik Bougalis abe735102a Fix metadata during apply:
Metadata is correctly generated for the case where a ledger entry is only changed as
a consequence of threading. This changes the result compared to previous versions,
which produced more than necessary for these cases.
2015-07-23 12:29:35 -07:00
..
2015-07-21 11:40:41 -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-23 12:29:35 -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-20 15:41:25 -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