Commit Graph

65 Commits

Author SHA1 Message Date
freewil
292637c16e 1.2.2 2012-04-26 20:57:15 -04:00
freewil
ff2ea67a7f fix callback called twice for client/request
This fixes the errback being called twice when both a client and
request error occur on the same command call.
2012-04-26 20:57:00 -04:00
freewil
a8d6f646a7 1.2.1 2012-04-26 01:13:38 -04:00
freewil
0d123f7792 add missing getBlock command 2012-04-26 01:12:45 -04:00
freewil
e1f631ef26 1.2.0 2012-04-25 21:07:41 -04:00
freewil
c3e0747a70 update changelog for v1.2.0 2012-04-25 21:07:27 -04:00
freewil
6faf577332 use Error object for errors
Fixes GH-11
2012-04-25 21:03:53 -04:00
freewil
8f1ef895fa use testnet-box for tests 2012-04-25 20:22:28 -04:00
freewil
85e57b994a 1.1.6 2012-04-11 17:18:20 -04:00
freewil
3f5cbb7f89 add new commands for bitcoin v0.6.0 2012-04-11 17:17:59 -04:00
freewil
107bb99d44 fix client creation with object example
Fixes GH-10
2012-02-28 16:05:25 -05:00
freewil
7121708a5f 1.1.5 2012-02-25 12:45:25 -05:00
freewil
d7ab0c6e4d handle cases where bitcoin client returns html
Fixes GH-9
2012-02-25 12:44:58 -05:00
freewil
79ab65759a bitcoin errors should pass err object in callback 2012-02-23 01:02:34 -05:00
freewil
53d0381984 1.1.4 2012-02-22 23:32:46 -05:00
freewil
5b3233164c add test for getblocknumber deprecation 2012-02-22 23:28:54 -05:00
freewil
9d35fd5811 update dependencies 2012-02-22 23:27:11 -05:00
freewil
e7a941a2bc sys module was replaced with util 2012-02-22 23:26:09 -05:00
freewil
c09425b955 deprecate getBlockNumber 2012-02-20 00:46:44 -05:00
Bill Casarin
062443ec65 Fixed tests 2012-02-02 16:51:53 -05:00
Bill Casarin
61a9e28f98 Added documentation on client.cmd 2012-01-03 09:22:46 -05:00
freewil
ac6afe2d30 version 1.1.3 2011-11-19 18:32:38 -05:00
freewil
6a31d38099 Merge branch 'commands-0.5.0' 2011-11-19 18:27:26 -05:00
freewil
be85571e68 add additional alias for 'keypoolrefill' 2011-10-11 02:33:49 -04:00
freewil
7eeb7d343c add additonal alias for 2011-10-11 02:16:59 -04:00
freewil
498f184817 add four new commands in bitcoind v0.5.0rc1 2011-10-10 13:14:11 -04:00
freewil
f91e6d7cac updated examples 2011-10-09 14:05:41 -03:00
freewil
e0be707006 version 1.1.2 2011-10-09 05:52:14 -04:00
freewil
6ce6e844bf test err on getWork single object client creation 2011-10-09 05:51:18 -04:00
freewil
3a80d82df6 add test for creating client with single object 2011-10-09 05:44:35 -04:00
freewil
553e220182 allow single object passed to bitcoin.Client() 2011-10-08 11:26:50 -04:00
freewil
9b657d67e6 example syntax highlighting! 2011-10-08 02:05:14 -03:00
freewil
85c8dbbb89 version bump 2011-10-08 00:33:02 -04:00
Bill Casarin
0f489dbc38 Merge pull request #5 from freewil/commands-0.4.0
add commands for bitcoin v0.4.0
2011-10-07 21:23:36 -07:00
freewil
73eb6ab138 add commands for bitcoin v0.4.0 2011-10-08 00:20:14 -04:00
Bill Casarin
6f4e515952 Merge pull request #3 from freewil/new-commands
add commands: sendmany, setaccount, settxfee
2011-10-02 22:09:00 -07:00
Bill Casarin
4a43b18294 Merge pull request #2 from freewil/cleanup-package
Cleanup package.json
2011-10-02 20:53:57 -07:00
freewil
4aa702208c add vows to devDependencies 2011-10-02 23:51:27 -04:00
freewil
6a8e8afc61 cleanup package.json, use public github pub uri 2011-10-02 23:46:06 -04:00
freewil
0c720c7997 add commands: sendmany, setaccount, settxfee 2011-10-02 23:23:26 -04:00
Bill Casarin
411aff6f5f Fixed issue where json-rpc would ignore some errors 2011-08-28 10:34:18 -04:00
Bill Casarin
d3a8d7fbb7 More listTransactions tests 2011-05-17 22:30:40 -04:00
Bill Casarin
bf8527bf6c listTransactions tests 2011-05-17 22:24:14 -04:00
Bill Casarin
832688ca5f getAddressesByAccount 2011-05-17 22:07:05 -04:00
Bill Casarin
1664022bfa Added getAccountAddress and tests which seem to fail for some reason 2011-05-17 09:46:32 -04:00
Bill Casarin
6998dc1cc1 Updated example 2011-05-17 09:25:18 -04:00
Bill Casarin
938cdfd500 Breaking changes:
* All json callbacks now receive an err as its first argument
* Added getAccount
2011-05-17 09:03:11 -04:00
Bill Casarin
797611f56a Updated package.json, added index.js 2011-05-13 09:46:40 -04:00
Bill Casarin
33804f4657 Fixed package.json 2011-05-06 00:04:49 -04:00
Bill Casarin
5c3ff5fd41 Added vows tests 2011-04-18 10:09:27 -04:00