bitcore-lib-zcash/lib
Simon e97ae1dd2e Add fix for v4 joinsplits using Groth16 proof.
Closes https://github.com/zcash/zcash/issues/3636 where a tx with
multiple joinsplits would not be parsed correctly.
2018-10-28 14:48:10 -07:00
..
block Fix incorrect reporting of block difficulty. 2018-10-18 14:26:31 -07:00
crypto crypto: switch to Node.js sha512 2016-05-23 12:00:14 -04: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 `Script.classify` should first check output types before checking input types. 2016-07-05 12:32:24 +02:00
transaction Add fix for v4 joinsplits using Groth16 proof. 2018-10-28 14:48:10 -07:00
util Removed readReverse() precondition for a 2x block parsing improvement. 2015-07-01 15:05:26 -04:00
zcash Implement parsing of transactions with JoinSplits (version 2) 2016-08-28 13:57:45 +12:00
address.js Correcting addresses for multibyte versions 2016-11-02 19:03:23 +01: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 Update network magics and genesis difficulty for v1.0.0 2016-10-28 08:55:21 -07:00
opcode.js Fix Opcode.smallInt 2016-02-01 20:58:59 +05: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 Zcash-ify 2016-08-27 23:22:04 +12:00