Files
xahaud/src/ripple
Scott Schurr 3a1fa4a552 Add "seed" to JSONRPC unit tests (RIPD-1099):
There was a bug in version 0.30.1 where signing with an ed25519
key and a corrupt seed would cause the "sign" and "sign_for"
commands to return an unexpected error.  That bug was fixed in
the 0.31.0 release.

These unit tests verify the fix.  The error message for a corrupt
seed is also slightly improved.
2016-05-24 12:29:00 -07:00
..
2016-05-24 12:29:23 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2015-09-28 17:24:05 -07:00
2016-04-20 12:01:25 -04:00
2016-05-12 19:24:35 -04:00
2016-05-12 19:24:35 -04:00
2016-01-25 09:07:41 -08:00
2016-05-12 19:24:35 -04: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