Commit Graph

83 Commits

Author SHA1 Message Date
Manuel Araoz a1a844c1e6 add Address.forKey convenience method and example vanity address generator 2014-04-29 11:49:42 -03:00
Ryan X. Charles 9575929162 Merge branch 'feature/secure-random'
Conflicts:
	lib/browser/Key.js
2014-04-24 09:19:58 -03:00
Matias Alejo Garcia 64b5623d54 removes buffertools dependencies in browsers Key.js 2014-04-23 21:32:25 -03:00
Ryan X. Charles 75d2d0d390 fix issues with ConnectionTor example and Connection class 2014-04-22 22:28:31 -03:00
Ryan X. Charles 7f7d076c7f Merge remote-tracking branch 'olalonde/electrum' 2014-04-22 09:20:42 -03:00
olalonde 8e30c05e3e Electrum: removed dead code 2014-04-21 04:29:23 +08:00
olalonde c818b549c6 Added Electrum.js which allows Electrum style key derivation 2014-04-21 03:52:07 +08:00
Gordon Hall 9934b29eff update example, added log statements to status check in peer manager for showing how many good peers there are 2014-04-20 14:31:07 -04:00
Gordon Hall def036b79f setup connection pool and auto handling of bad seeds 2014-04-20 14:04:52 -04:00
Gordon Hall 8b17591661 fix example 2014-04-19 16:46:00 -04:00
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