Commit Graph

29 Commits

Author SHA1 Message Date
Sebastian Castro
d012b9b315 Adding New Bitcoin v0.7 API Methods: createrawtransaction, decoderawtransaction, getpeerinfo, getrawmempool, getrawtransaction, listunspent, sendrawtransaction, signrawtransaction 2012-09-05 14:13:25 -04:00
freewil
f29440b2da remove underscore dependency 2012-08-19 18:30:48 -04:00
freewil
c4be38158c don't use http.createClient; deprecated in 0.8.x 2012-07-03 15:21:08 -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
0d123f7792 add missing getBlock command 2012-04-26 01:12:45 -04:00
freewil
6faf577332 use Error object for errors
Fixes GH-11
2012-04-25 21:03:53 -04:00
freewil
3f5cbb7f89 add new commands for bitcoin v0.6.0 2012-04-11 17:17:59 -04:00
freewil
d7ab0c6e4d handle cases where bitcoin client returns html
Fixes GH-9
2012-02-25 12:44:58 -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
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
553e220182 allow single object passed to bitcoin.Client() 2011-10-08 11:26:50 -04:00
freewil
73eb6ab138 add commands for bitcoin v0.4.0 2011-10-08 00:20:14 -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
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
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
5c3ff5fd41 Added vows tests 2011-04-18 10:09:27 -04:00
Bill Casarin
b87fb0278a Removed pool from master 2010-12-28 09:51:40 -05:00
Bill Casarin
d3fa7ceba2 response function should be at front of params 2010-12-28 09:49:57 -05:00
Bill Casarin
81acc105c6 Added initial mining pool implementation 2010-12-20 14:50:29 -05:00
Bill Casarin
9f0e50ebdd Updated jsonrpc 2010-12-20 14:49:11 -05:00
Bill Casarin
87c2e499cb Tested on 0.2.3 2010-12-19 09:47:59 -05:00
Bill Casarin
f0ec3f82c3 Separated client from index, added rest of API 2010-12-19 09:13:28 -05:00
Bill Casarin
0be96d9656 Initial commit 2010-12-19 08:50:53 -05:00