Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-20 | Fix typo | Kristaps Kaupe | |
2018-09-25 | qa: Run more tests with wallet disabled | MarcoFalke | |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-07-20 | Fix bitcoin-cli --version | Ben Woosley | |
By declaring the relevant option. Note contrib/devtools/gen-manpages.sh relies on this version information. | |||
2018-03-19 | tests: Test connecting with non-existing RPC cookie file | practicalswift | |
2018-03-19 | tests: Test connecting to a non-existing server | practicalswift | |
2018-03-09 | bitcoin-cli: Provide a better error message when bitcoind is not running | practicalswift | |
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-01-25 | [tests] Rename misc functional tests. | Anthony Towns | |