Commit Graph

45 Commits

Author SHA1 Message Date
Sean Lavine
fe1ab3fc52 coding style: standard 2015-10-25 21:26:44 -07:00
Sean Lavine
16f07d9a7a gethashespersec removed in bitcoind v0.11 2015-10-18 20:43:10 -07:00
Sean Lavine
41818121ae upgrade testnet-box 2015-10-18 20:15:23 -07:00
Sean Lavine
2e56677ab9 fix missing cmds not being found in tests 2015-06-26 14:12:56 -07:00
Sean Lavine
cb95f56e9c skip non-cmd lines in help output 2015-03-24 18:39:50 -07:00
Sean Lavine
bb8d05e556 remove test for getWork()
This was removed in bitcoind v0.10.0
2015-03-24 18:39:49 -07:00
Sean Lavine
5e7df878ce update testnet-box 2014-10-18 14:25:31 -07:00
Sean Lavine
b8aeff8750 update testnet-box 2014-10-18 03:27:59 -07:00
freewil
1377f69351 fix ssl self-signed tests for node v0.11 2014-03-26 00:30:29 -07:00
freewil
4623696d6b increase default request timeout to 30000ms
bitcoind has been known to be slow to respond to requests
while processing blocks. Best to be safe and set this high.
2014-03-25 22:54:58 -07:00
freewil
491fc3576d add tests for response headers to callback 2014-03-12 15:20:19 -07:00
freewil
5d83f0e43a add request timeout
fix GH-12
2014-03-12 13:37:20 -07:00
freewil
b490f03e1c add getBalance() test without any args
close GH-11
2014-03-09 00:22:58 -08:00
freewil
6f44193d4b remove deprecated functionality
closes GH-4
2013-10-14 16:42:41 -07:00
freewil
915742cd17 fix short circuit if line from help fails regex 2013-05-12 14:13:28 -04:00
freewil
8f1a886dc7 check commands against help more thoroughly 2013-05-06 01:46:43 -04:00
freewil
13e1a46a86 reorganize directory structure by adding lib/ 2013-05-05 00:32:19 -04:00
freewil
596a828f07 add missing commands added in bitcoind v0.7.0 2013-05-05 00:28:03 -04:00
freewil
07edb0c4f5 pass bitcoin.Client options through to rpc.Client 2013-03-13 16:42:15 -04:00
freewil
aec981d0fe flatten out directory structure 2013-03-13 00:50:06 -04:00
freewil
1ac9e7d201 add SSL support
closes #2
2013-03-08 08:53:08 -05:00
freewil
7d8269bc6d upgrade testnet-box 2013-03-08 08:50:33 -05:00
freewil
d11e048188 upgrade testnet-box for bitcoind v0.8.0 2013-03-07 04:26:28 -05:00
freewil
e6ac2d313b change tests from vows to mocha
closes #3
2013-03-05 08:22:47 -05:00
freewil
c989985b2c add rpc call batching 2012-10-18 14:38:15 -04:00
freewil
2127609f4c upgrade testnet-box 2012-10-18 04:11:56 -04:00
freewil
8b78279472 remove getBlockNumber() test 2012-09-09 23:24:22 -04:00
freewil
1a2947d9aa make tests runnable "out of the box" 2012-05-15 16:00:59 -04:00
freewil
637bc2ee65 update testnet-box 2012-05-15 15:57:58 -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
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
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
5b3233164c add test for getblocknumber deprecation 2012-02-22 23:28:54 -05:00
Bill Casarin
062443ec65 Fixed tests 2012-02-02 16:51:53 -05: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
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
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