Commit Graph

34 Commits

Author SHA1 Message Date
Jack Grigg b84f7ac683
Update network magics and genesis difficulty for v1.0.0 2016-10-28 08:55:21 -07:00
Jack Grigg 9e0ec8cc89
Update network details for v1.0.0-rc4 2016-10-27 18:59:27 -07:00
Jack Grigg 387541af3d
Update network magics and genesis block difficulty for v1.0.0-rc2 2016-10-23 00:02:31 -05:00
Jack Grigg ebb8b5683a
Update network details and address prefixes for release 1.0.0-beta2 2016-10-09 10:04:56 -05:00
Jack Grigg 1a93179609 Update network details for release 1.0.0-beta1 2016-09-10 15:43:03 +12:00
Jack Grigg d7d6682eab Update network magics and genesis block difficulty to z9 2016-08-29 21:28:14 +12:00
Jack Grigg 73223235d5 Add Zcash payment address and spending key prefixes 2016-08-29 21:28:06 +12:00
Jack Grigg 53366f34fe Change RPC ports 2016-08-28 18:25:25 +12:00
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
Manuel Araoz e25ffde6db refactor networks 2015-04-20 12:21:14 -03:00
Kirill Fomichev ca96359f40 Immutable network Object 2015-04-11 17:05:46 +03:00
eordano 4f4b2b93fb Allow arrays as second arg to Networks.get 2015-03-29 22:56:29 -03:00
Braydon Fuller f034a71929 Network Fixes
- Fixed Address classification for a custom network
- Added ability to remove a custom network
- Increased test coverage for Address
2015-03-28 19:09:58 -04:00
Eric Martindale c759401373 Fix tests, address commentary from @braydonf. 2015-03-24 17:57:39 -04:00
Eric Martindale 9ece2f78ed Fix bug if no value is supplied. 2015-03-24 16:28:13 -04:00
eordano fcc9081ddd Fix JSDocs from String to string 2015-02-24 15:31:12 -03:00
Elichai Turkel 4524400fe7 Added 2 more testnet DNSs
I added the missing testnet DNSs that exist in Bitcoin code: https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L212
2015-02-17 18:19:56 +02:00
Braydon Fuller 6fa7e7603a Networks: Added the ability to define a custom network. 2015-01-22 21:31:20 -05:00
Esteban Ordano 36e87d8822 PrivateKey, PublicKey, Network linted
* Added 100% test coverage for them also
2014-12-19 16:18:05 -03:00
Esteban Ordano 005cf074fd Merge pull request #696 from yemel/feature/transport
P2P Peer Connections
2014-12-11 16:10:18 -03:00
Yemel Jardi c30f656540 Remove custom hex function at networks.js 2014-12-11 11:57:14 -03:00
Braydon Fuller 3b061b057f Address: Added documentation and refactored to accept both a string and network object. 2014-12-10 23:44:17 -05:00
Yemel Jardi 57968674ef Add a better check on networkMaps 2014-12-10 18:09:27 -03:00
Yemel Jardi a9e54a7856 Progress on sending and receiving messages 2014-12-10 18:09:26 -03:00
Yemel Jardi a1e8f3c596 Add transport/peermanager class 2014-12-10 18:09:26 -03:00
Esteban Ordano 3dbb35a708 Fixes build, add "mainnet" again and fixes uri 2014-12-02 12:40:42 -03:00
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 2014-12-01 17:55:57 -05:00
Esteban Ordano 950ea6ed1a Add public key 2014-11-30 09:47:44 -03:00
Esteban Ordano 0695cda651 fix jsdoc 2014-11-26 12:56:43 -03:00
Esteban Ordano 4b201a8db1 Replace grunt with gulp 2014-11-25 21:26:52 -03:00
Esteban Ordano 73265d9089 Refactor network.js 2014-11-25 20:39:43 -03:00
Braydon Fuller 85ce140aeb Keys: Renamed Privkey to PrivateKey and Pubkey to PublicKey 2014-11-25 13:21:53 -05:00
Manuel Araoz 4508fb6765 fix references to encoding 2014-11-21 12:54:56 -03:00
Manuel Araoz deee8c6887 refactor protocol->encoding 2014-11-21 11:43:37 -03:00