bitcore-lib-zcash/test
Braydon Fuller 0c983c9c4a Networks: Added regtest to networks
Brings better compatibility between "testnet" and "regtest". Services such as
Bitcore Wallet Service and wallets such as Copay that have "testnet" and not
"regtest" will be compatible with "regtest" if enabled in a Bitcore node. This
adds two new API methods to enable/disable regtest on the testnet network:
- `bitcore.Networks.enableRegtest()`
- `bitcore.Networks.disableRegtest()`
2016-02-04 10:43:03 -05:00
..
block add getDifficulty method 2015-09-08 14:26:42 -04:00
crypto Set s mid point as hex rather than decimal (bn.js default) 2015-11-10 19:42:37 +08:00
data Add tests for bip69 from bitcoinjs 2015-09-30 11:54:05 -07:00
encoding Added additional test cases for readUInt64LEBN 2015-07-01 15:05:26 -04:00
script correcting test opcode length error 2015-10-13 12:41:05 +01:00
transaction Transaction: Support pay-to-public-key previous outputs with #fromObject 2016-01-18 13:36:33 -05: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
docs.js check that there is no inconsistency between docs and bitcore version 2015-02-12 11:17:14 -03:00
hdkeycache.js Fixed bugs in IE11 2015-01-05 23:27:20 -05:00
hdkeys.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
hdprivatekey.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
hdpublickey.js Restore error when trying to derive a hardened path with HDPublicKey. 2015-08-17 09:21:58 -04:00
index.html Fix test/index.html for manual browser testing. 2015-10-07 13:32:57 -04:00
index.js Simplify version guard 2015-05-18 15:00:45 -04:00
mocha.opts Fixed bugs in IE11 2015-01-05 23:27:20 -05:00
networks.js Networks: Added regtest to networks 2016-02-04 10:43:03 -05: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 Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00