Commit Graph

123 Commits

Author SHA1 Message Date
Gordon Hall
e82867007e simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection() 2014-04-19 15:12:44 -04:00
Gordon Hall
76247ff532 resolved merge conflicts 2014-04-19 12:13:24 -04:00
Gordon Hall
ba8542de62 add support for peer discovery to PeerManager and example of usage to examples/ 2014-04-19 11:33:26 -04:00
Eric Martindale
0ae2fc73ab Merge branch 'master' of github.com:bitpay/bitcore into clean
Conflicts:
	examples/PeerManager.js
	examples/SendTx.js
	lib/Connection.js
	lib/PeerManager.js
2014-04-17 16:38:30 -04:00
Ryan X. Charles
2f6c5ac181 Merge remote-tracking branch 'maraoz/refactor/PeerManager'
Conflicts:
	Connection.js
	PeerManager.js
2014-04-17 15:15:24 -03:00
Ryan X. Charles
026ebe38aa update tor example to have better error messages 2014-04-17 15:07:41 -03:00
Manuel Araoz
fc1dcbd9d0 fix and improve SendTx example 2014-04-17 12:38:03 -03:00
Manuel Araoz
84ec7bae4c fix PeerManager example 2014-04-17 11:28:15 -03:00
Manuel Araoz
d5153850ad make PeerManager and Connection instances configurable 2014-04-17 11:28:15 -03:00
Eric Martindale
a2d616da5b Project reorganization. 2014-04-13 13:28:42 -07:00
Gordon Hall
a5ba457787 update example to discover a peer instead of hardcoding arbitrary IP 2014-04-11 14:05:53 -04:00
Gordon Hall
3ba4352f7f merged in upstream changes, resolved conflict in package.json, add test for SOCKS5 Connection instantiation 2014-04-11 14:01:55 -04:00
xubo zhang
7a88c31164 change remainderAddress to remainderOut
should use remainderOut in TransactionBuilder’s opts;
2014-04-11 18:23:06 +08:00
Ryan X. Charles
3fb80bc76a Merge pull request #238 from matiu/bug/clean-examples
remove unused params in example
2014-04-09 15:15:04 -03:00
Matias Alejo Garcia
a8f5f9fcb8 remove unused params in example 2014-04-09 14:13:48 -03:00
Gordon Hall
7a0ac6c590 resolved merge 2014-04-09 10:49:07 -04:00
Ryan X. Charles
98b4ededa0 Merge remote-tracking branch 'olalonde/master' 2014-04-08 15:04:44 -03:00
olalonde
8349e537d9 Added PayToScriptHashAddress example 2014-04-08 14:32:51 +08:00
Manuel Araoz
71353426f6 network refactors 2014-04-07 18:31:17 -03:00
olalonde
4b4066a5e2 Added instructions for runnign the browser examples 2014-04-07 11:15:39 +08:00
olalonde
c6bfb5a701 Fixed browser examples. Added SimpleP2Pmonitor example. 2014-04-07 11:12:10 +08:00
Gordon Hall
78edb3200e change example to log actual error 2014-04-04 12:45:38 -04:00
Gordon Hall
b23f3c8088 add support for connecting over tor, remove seedlist class (for now) 2014-04-04 11:46:57 -04:00
Ryan X. Charles
009949735e correct typo: "knowan" -> "known" 2014-04-02 12:26:38 -04:00
Ryan X. Charles
edab2d18a1 add BIP32 example
...and also update BIP32.seed to default to mainnet/livenet.
2014-04-02 12:02:32 -04:00
Matias Alejo Garcia
f6f7a01efc add p2sh support and test 2014-04-02 00:59:26 -03:00
Matias Alejo Garcia
d8f49e87ae different keys p2script example, add new examples in tets 2014-04-01 09:58:17 -03:00
Matias Alejo Garcia
4edab2429a PayToScriptHash support (WIP) 2014-04-01 00:07:45 -03:00
Matias Alejo Garcia
4fe8dffe4a fix error msgs 2014-03-31 16:25:43 -03:00
Matias Alejo Garcia
8acf093339 multisign test for signing twice with same sig 2014-03-31 15:16:30 -03:00
Matias Alejo Garcia
2af6ab7650 TX_MULTISIG support 2014-03-31 14:41:27 -03:00
Matias Alejo Garcia
5dd945f2b7 add CreateScript Example 2014-03-29 22:38:08 -03:00
Matias Alejo Garcia
9fc2493a6d remove .init(), move it to constructor 2014-03-29 04:01:32 -03:00
Matias Alejo Garcia
7504637d92 fix example.html (keymodule) 2014-03-28 23:54:59 -03:00
Matias Alejo Garcia
26b7f89f39 update examples and readme 2014-03-28 23:39:12 -03:00
Gordon Hall
ebec07c050 added a seedlist class and example for connecting over tor 2014-03-19 16:11:47 -04:00
Matias Alejo Garcia
aab52ad229 updated interfase to create: create and createAndSign 2014-03-18 11:32:31 -03:00
Matias Alejo Garcia
aac13a8817 remove uncompressed key example 2014-03-16 07:09:46 -03:00
Matias Alejo Garcia
5bf652dcb6 add uncompressed key generation example 2014-03-15 18:46:59 -03:00
Matias Alejo Garcia
97209540b6 add example to createKey 2014-03-15 18:10:46 -03:00
Matias Alejo Garcia
d473b400de remove outdated example 2014-03-15 17:58:38 -03:00
Matias Alejo Garcia
be0486a427 fix conflics2 2014-03-13 15:10:12 -03:00
Matias Alejo Garcia
9072a4feab fix example.html 2014-03-13 15:02:59 -03:00
Matias Alejo Garcia
f4eb198bdb add createTx example to mocha 2014-03-13 14:53:35 -03:00
Matias Alejo Garcia
7bff26cead add a tx creation and signing example 2014-03-13 14:53:34 -03:00
Matias Alejo Garcia
da084d1dd5 fix conflics 2014-03-13 14:52:39 -03:00
Matias Alejo Garcia
aed94b3e45 add createTx example to mocha 2014-03-13 14:50:09 -03:00
Matias Alejo Garcia
36d6fe5165 add a tx creation and signing example 2014-03-13 14:37:59 -03:00
Matias Alejo Garcia
8cf558877f add a tx creation and signing example 2014-03-13 12:03:11 -03:00
Ryan X. Charles
c565d6207c Merge pull request #140 from matiu/bug/fix-ripe160-and-address
Bug/fix ripe160 and address
2014-03-12 18:03:40 -04:00
Manuel Araoz
1732ec2ced add new example 2014-03-12 15:22:56 -03:00
Manuel Araoz
d35609ff9b change example to new style 2014-03-12 15:22:56 -03:00
Manuel Araoz
56c12a03b9 add example tests 2014-03-12 15:22:56 -03:00
Matias Alejo Garcia
dc8d23dba5 fix conflicts 2014-03-12 11:56:10 -03:00
Matias Alejo Garcia
ab183c0e66 fixes ripe160 add some tests 2014-03-12 11:40:10 -03:00
Matias Alejo Garcia
6af1b1dab6 add broken test for sha256ripe160 2014-03-12 00:40:59 -03:00
Matias Alejo Garcia
711ba6d9a8 remove PeerManager exception, no necesary anymore 2014-03-12 00:15:54 -03:00
Matias Alejo Garcia
5be37f2c7b remove PeerManager exception, no necesary anymore 2014-03-12 00:11:12 -03:00
Manuel Araoz
8312f90458 oops, forgot to add a file 2014-03-11 18:45:04 -03:00
Manuel Araoz
13b1431c56 change default way of validating Addresses 2014-03-11 11:27:29 -03:00
Ryan X. Charles
8e430df82c fix address example by using bitcore.Address 2014-03-10 17:50:52 -04:00
Matias Alejo Garcia
089fbab719 support soop with browser all test passing 2014-03-08 18:42:08 -03:00
Matias Alejo Garcia
a1ebf75717 migrate examples to soop 2014-03-05 16:18:44 -03:00
Matias Alejo Garcia
948f4bb283 add KeyModule example to browser 2014-03-04 17:45:01 -03:00
Matias Alejo Garcia
e1e30c5f7c change name to print function 2014-03-04 03:22:18 -03:00
Matias Alejo Garcia
2ae2fcb1d9 fix examples 2014-02-27 23:11:27 -03:00
Matias Alejo Garcia
be4a228aee prevent requiring bitcoinjs-lib each time 2014-02-27 23:10:35 -03:00
Manuel Araoz
fb9e89b48b HTML usage of bitcore 2014-02-26 16:11:49 -03:00
Adam Brady
506a6c4208 Clean up & fix examples 2014-02-25 13:44:57 +11:00
Timon Rapp
3152f72460 Added response to invites to receive transactions in the example. 2014-02-20 14:57:38 +01:00
Matias Alejo Garcia
16426d84bd fix peermanager example 2014-02-19 16:48:52 -03:00
Matias Alejo Garcia
9630ba906c remove vim files 2014-02-19 12:37:46 -03:00
Matias Alejo Garcia
398e39efb9 add some examples to README and examples/ path 2014-02-18 04:49:35 -03:00