bitcore-lib-zcash/lib
Braydon Fuller a50fccef4d Changes behavior of `toJSON` to work as expected with `JSON.stringify`
- see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#toJSON%28%29_behavior
- Updates CONTRIBUTING with changes to Stardard Methods
- Aliases toJSON for toObject
- Removes all `fromJSON` methods, and many cases replaces with `fromObject`
- Constructors expect an object parsed via `JSON.parse` for JSON input
2015-08-13 10:46:08 -04:00
..
block Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
crypto Use Node.js crypto ripemd160 hash if available. 2015-07-08 22:15:20 -04:00
encoding Added comment with reasoning for number or array BN instantiation. 2015-07-01 15:30:21 -04:00
errors Fixes for various formatting issues and typos. 2015-07-29 10:11:40 -04:00
script Merge pull request #1301 from braydonf/pubkey 2015-07-30 10:21:44 -04:00
transaction Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
util Removed readReverse() precondition for a 2x block parsing improvement. 2015-07-01 15:05:26 -04: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 Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
hdpublickey.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -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 Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
uri.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00