fanquake
3f6568d66b
cli: remove duplicate wallet fields from -getinfo
2019-03-09 16:40:46 +08:00
MarcoFalke
faa7cdf764
scripted-diff: Update copyright in ./test
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
2019-03-02 10:58:35 -05:00
MarcoFalke
fa0e65b772
scripted-diff: test: Remove brackets after assert
...
-BEGIN VERIFY SCRIPT-
sed -i --regexp-extended -e 's/assert ?\((.+)\)(( )*)?(#.*)?$/assert \1\3\3\4/g' $(git grep -l --extended-regexp 'assert ?\(' test)
-END VERIFY SCRIPT-
2019-03-02 10:51:35 -05:00
Kristaps Kaupe
7e18673f04
Fix typo
2018-10-20 02:55:41 +03:00
MarcoFalke
faa4043c66
qa: Run more tests with wallet disabled
2018-09-25 18:08:08 -04:00
MarcoFalke
fac9539836
qa: Run all tests even if wallet is not compiled
2018-09-10 17:53:21 -04:00
DrahtBot
eb7daf4d60
Update copyright headers to 2018
2018-07-27 07:15:02 -04:00
Ben Woosley
5b82aa7352
Fix bitcoin-cli --version
...
By declaring the relevant option.
Note contrib/devtools/gen-manpages.sh relies on this version information.
2018-07-20 14:24:47 -04:00
practicalswift
8b2ef27ff9
tests: Test connecting with non-existing RPC cookie file
2018-03-19 22:44:43 +01:00
practicalswift
a2b2476e96
tests: Test connecting to a non-existing server
2018-03-19 22:44:43 +01:00
practicalswift
de04fde534
bitcoin-cli: Provide a better error message when bitcoind is not running
...
Before this patch:
```
$ bitcoin-cli -testnet echo 'hello world'
error: Could not locate RPC credentials. No authentication cookie could be found, and RPC password is not set. See -rpcpassword and -stdinrpcpass. Configuration file: (/root/.bitcoin/bitcoin.conf)
```
After this patch:
```
$ bitcoin-cli -testnet echo 'hello world'
error: Could not connect to the server 127.0.0.1:18332
Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
```
2018-03-09 14:55:44 +01:00
Anthony Towns
3150b3fea7
[tests] Rename misc functional tests.
2018-01-25 09:44:30 +10:00