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 |