Commit Graph

19 Commits

Author SHA1 Message Date
Esteban Ordano
c3a178061c Adding G7 methods to HDPrivateKEy 2014-12-23 12:34:38 -03:00
Manuel Araoz
6c518f1f45 refactoring interpreter 2014-12-19 18:28:52 -03:00
Braydon Fuller
6d42e01718 Fix formatting issue with examples 2014-12-18 17:07:01 -05:00
Esteban Ordano
c793559fa9 Fix bug on HD*Keys 2014-12-17 12:31:04 -03:00
Esteban Ordano
4433bd422b Refactor gulpfile 2014-12-16 17:21:41 -03:00
Braydon Fuller
b13c4fb0c9 Added inspect prototype G5 2014-12-14 15:13:01 -05:00
Braydon Fuller
1c0caac8c3 HDKeys: Added toObject method and changed toJSON to return a string 2014-12-12 18:39:16 -05:00
Braydon Fuller
683ac93c0b Fix utility naming issue 2014-12-12 12:06:39 -05:00
Braydon Fuller
162438d111 Block: Change utility naming 2014-12-12 12:06:39 -05:00
Braydon Fuller
94cc10b1a3 Changed *Json to *JSON and returned an object so that methods can be called from other toJSON methods without the double-stringification issue. 2014-12-12 12:06:39 -05:00
Braydon Fuller
c73c56f938 HDKeys: Modified to have immutable properties 2014-12-11 15:37:31 -05:00
Esteban Ordano
ea17a6ace1 Add a preconditions module, and refactor errors
100% code coverage for the preconditions module.

Usage:
```
$.checkState(something === anotherthing, 'Expected something to be
anotherthing');
$.checkArgument(something < 100, 'something', 'must be less than 100');
$.checkArgumentType(something, PrivateKey, 'something'); // The third
argument is a helper to mention the name of the argument
$.checkArgumentType(something, PrivateKey); // but it's optional (will
show up as "(unknown argument)")
```
2014-12-10 11:56:38 -03:00
Esteban Ordano
13fd2592fc Add autogenerated errors 2014-11-30 09:47:44 -03:00
Esteban Ordano
803027353a Change errors 2014-11-30 09:47:44 -03:00
Esteban Ordano
94f3f02210 Add missing javadocs 2014-11-30 09:47:44 -03:00
Esteban Ordano
a2a51ecc0c Fix style: move each static function to an appropiate namespace 2014-11-30 09:47:44 -03:00
Esteban Ordano
53900f3196 Add cache to derivation 2014-11-30 09:47:44 -03:00
Esteban Ordano
edc5b24d69 100% test coverage for HDPrivateKey 2014-11-30 09:47:44 -03:00
Esteban Ordano
950ea6ed1a Add public key 2014-11-30 09:47:44 -03:00