Files
rippled/src/ripple
seelabs d3798f6290 Remove CryptoConditionsSuite stub amendment:
The amendment was partially complete, included no functional code
and, even if activated, it would result in no changes to transaction
proessing. Despite this, removing the amendment is the prudent course
of action and avoids the possibility of an accidental activation.

If additional cryptoconditions are implemented, they will be each
assigned a new, unique amendment code.
2020-06-30 08:52:18 -07:00
..
2020-06-25 19:46:43 -07:00
2020-05-05 16:05:22 -07:00
2020-05-01 12:55:11 -07:00
2020-05-26 18:39:24 -07:00
2020-06-30 08:52:18 -07:00
2020-06-25 19:46:43 -07:00
2020-06-25 19:09:19 -07:00
2020-06-30 08:52:18 -07:00
2020-06-30 08:52:18 -07:00
2020-02-25 19:21:50 -08:00
2018-03-02 07:37:15 -08:00

Ripple Source Guidelines

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