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()`
9 years ago
Brandon Roberts
783c59d99e
removed Networks.all and associated test
10 years ago
Brandon Robertz
a38c0c2d93
modularize network version check/tests issues/1265
10 years ago
Kirill Fomichev
ca96359f40
Immutable network Object
10 years ago
eordano
4f4b2b93fb
Allow arrays as second arg to Networks.get
10 years ago
Braydon Fuller
f034a71929
Network Fixes
- Fixed Address classification for a custom network
- Added ability to remove a custom network
- Increased test coverage for Address
10 years ago
Eric Martindale
c759401373
Fix tests, address commentary from @braydonf .
10 years ago
Eric Martindale
a7d75cb25b
Add test for patch.
10 years ago
Braydon Fuller
6fa7e7603a
Networks: Added the ability to define a custom network.
10 years ago
Esteban Ordano
36e87d8822
PrivateKey, PublicKey, Network linted
* Added 100% test coverage for them also
10 years ago
Braydon Fuller
6e36baebc6
Tests: Enable tests for network, include defaultNetwork, check each constant, build browser tests before running to make sure it's up-to-date
10 years ago
Esteban Ordano
4b201a8db1
Replace grunt with gulp
10 years ago
Manuel Araoz
a45dee3a4b
'hide' encoding and crypto
10 years ago
Manuel Araoz
4508fb6765
fix references to encoding
10 years ago
Manuel Araoz
deee8c6887
refactor protocol->encoding
10 years ago
Manuel Araoz
f0a4aebdfb
reorder tests
10 years ago