bitcore-lib-zcash/lib
Braydon Fuller 55bb6ad69f Merge pull request #17 from bitgaming/master
hasLowS validation not using correct constant as it is set in base 10 rather than hex
2016-01-21 11:18:27 -05:00
..
block Fix typos in documentation 2015-10-22 18:34:31 +03:00
crypto Set s mid point as hex rather than decimal (bn.js default) 2015-11-10 19:42:37 +08:00
encoding avoid using Array.apply(new Array(), buf) for compatability 2015-10-30 17:45:42 +01:00
errors Restore error when trying to derive a hardened path with HDPublicKey. 2015-08-17 09:21:58 -04:00
script add bare multisig support 2015-10-30 15:37:08 +01:00
transaction Transaction: Support pay-to-public-key previous outputs with #fromObject 2016-01-18 13:36:33 -05:00
util Using buffer-compare instead of copy&paste 2015-10-01 12:56:01 -07:00
address.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
hdkeycache.js add testing for key cache 2014-12-01 10:00:46 -03:00
hdprivatekey.js Fix typos in documentation 2015-10-22 18:34:31 +03:00
hdpublickey.js Restore error when trying to derive a hardened path with HDPublicKey. 2015-08-17 09:21:58 -04:00
networks.js removed Networks.all and associated test 2015-06-22 20:36:35 -07:00
opcode.js Add CLTV (BIP65) support 2015-07-01 18:46:54 -07:00
privatekey.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
publickey.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
unit.js Correct millis unit typo. 2015-10-27 14:34:07 -04:00
uri.js Fix typos in documentation 2015-10-22 18:34:31 +03:00