bitcore-lib-zcash/lib
Braydon Fuller 458abe069e Fixed issue with handling invalid output scripts
- Changed toObject serialization to always use a hexa string for a script
- Updated inspect method to handle a null script
- Roundtrip toObject/fromObject with an invalid script
- Additional test coverage for Output
2015-05-14 01:50:14 -04:00
..
block Merge pull request #1233 from carnesen/typo 2015-05-13 18:59:31 -04:00
crypto Properly capitalize BufferUtil everywhere 2015-02-13 21:21:06 -06:00
encoding fix regressions 2015-04-29 18:55:42 -03:00
errors Call the parent error of the fee errors FeeError for backwards compatibility. 2015-05-10 00:38:56 +02:00
script Fixed script.isPublicKeyHashIn bug with variable length signatures. 2015-05-08 22:09:42 -04:00
transaction Fixed issue with handling invalid output scripts 2015-05-14 01:50:14 -04:00
util Update bn.js to 2.0.4 to handle 53 bit precision number input. 2015-04-30 11:20:09 -04:00
address.js allow addresses to have surrounding whitespace in validation 2015-03-31 17:54:06 -03:00
hdkeycache.js add testing for key cache 2014-12-01 10:00:46 -03:00
hdprivatekey.js Use Networks.get with 2 args when possible 2015-03-29 22:57:31 -03:00
hdpublickey.js Fix error on public key for hdpublickey 2015-02-23 12:10:51 -03:00
networks.js refactor networks 2015-04-20 12:21:14 -03:00
opcode.js Fix JSDocs from String to string 2015-02-24 15:31:12 -03:00
privatekey.js Fix validation error 2015-02-24 17:49:26 -03:00
publickey.js fix PublicKey.toObject 2015-05-11 12:24:45 -03:00
unit.js Fix JSDocs from String to string 2015-02-24 15:31:12 -03:00
uri.js Standardize optional parameters to Closure syntax 2015-02-24 15:31:13 -03:00