Christopher Jeffrey
|
8c74b94791
|
paypro: add payment protocol example.
|
2014-07-24 23:20:45 -07:00 |
Manuel Araoz
|
b0d0c2bb35
|
add example
|
2014-07-24 17:45:11 -03:00 |
ethers
|
1a6ea46f4b
|
a more involved ScriptInterpreter example
|
2014-07-15 02:02:22 -07:00 |
ethers
|
37d73fd426
|
small ScriptInterpreter example
|
2014-07-14 02:28:53 -07:00 |
Ryan X. Charles
|
ca67786a77
|
ran js-beautify on all bitcore source
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
|
2014-06-23 10:57:02 -07:00 |
Ryan X. Charles
|
a11e308aee
|
fix example
An address is actually the hash of a public key, not the public key.
|
2014-06-11 15:17:01 -07:00 |
Ryan X. Charles
|
261a94d806
|
add ECIES example
|
2014-06-06 14:34:42 -07:00 |
Gabe
|
a374b58271
|
fix bad test, bytes!=bits
|
2014-06-04 13:59:38 -04:00 |
dthorpe
|
04d6366c11
|
Change Address.forKey() to Address.fromKey()
|
2014-05-31 22:18:23 -07:00 |
Ryan X. Charles
|
c038abc8e7
|
rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
|
2014-05-11 13:09:57 -04:00 |
olalonde
|
7800128b9b
|
Armory: from master public key
|
2014-05-08 07:54:11 +08:00 |
olalonde
|
b26dd77911
|
Armory: added to bitcore.js, build.js and browser example
|
2014-05-08 07:54:11 +08:00 |
olalonde
|
da71cdf62d
|
Armory: added descriptive log in examples/Armory.js
|
2014-05-08 07:54:11 +08:00 |
olalonde
|
fa211f98bb
|
Armory: cleaned up example
|
2014-05-08 07:54:11 +08:00 |
olalonde
|
468ebddc1e
|
Implemented Armory initializing from seed
|
2014-05-08 07:54:11 +08:00 |
olalonde
|
0e1948b8f3
|
Implemented Armory style key derivation from chain code and public key (WIP)
|
2014-05-08 07:54:11 +08:00 |
Simon Schoeters
|
8c8e41bf29
|
Script is not used in this example
|
2014-05-06 12:06:15 +02:00 |
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 |