aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_bitcoin_cli.py
Commit message (Expand)AuthorAgeFilesLines
* Generate legacy addresses by defaultRoss Nicoll2021-06-121-1/+1
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-4/+4
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-5/+5
* test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky2020-09-291-1/+1
* Add in/out connections to cli -getinfoJon Atack2020-08-241-1/+8
* rpc: add missing space in JSON parsing error message, update testJon Atack2020-06-021-1/+1
* test: add multiwallet tests for bitcoin-cli -generateJon Atack2020-06-021-6/+62
* test: add tests for bitcoin-cli -generateJon Atack2020-06-021-3/+37
* test: add -getinfo multiwallet functional testsJon Atack2020-05-211-16/+35
* Merge #18724: test: add coverage for -rpcwallet cli optionMarcoFalke2020-04-241-1/+42
|\
| * test: add coverage for -rpcwallet cli optionJon Atack2020-04-241-1/+42
* | test: display command line options passed to send_cli() in debug logJon Atack2020-04-211-2/+2
|/
* test: fix intermittent race condition in interface_bitcoin_cli.pyJon Atack2020-04-191-16/+12
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: add -getinfo "unlocked_until" and "headers" coverageJon Atack2020-04-151-1/+4
* test: verify cli.getwalletinfo in wallet sectionJon Atack2020-04-151-9/+3
* test: verify bitcoin-cli -version with node stoppedJon Atack2020-04-151-7/+8
* test: add coverage for bitcoin-cli -rpcwaitJon Atack2020-04-151-0/+12
* test: update and harden interface_bitcoin_cli testsJon Atack2020-04-091-5/+14
* Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfofanquake2019-12-041-3/+0
|\
| * util: remove unwanted fields from bitcoin-cli -getinfomalevolent2019-12-041-3/+0
* | test: skip bitcoin_cli test when the cli isn't compiledfanquake2019-11-181-0/+3
|/
* test: Adapt test framework for chains other than "regtest"MarcoFalke2019-07-311-1/+1
* QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rat...Luke Dashjr2019-04-251-1/+1
* Merge #15564: cli: remove duplicate wallet fields from -getinfoMarcoFalke2019-03-111-3/+1
|\
| * cli: remove duplicate wallet fields from -getinfofanquake2019-03-091-3/+1
* | cli: replace testnet with chain and return network name as per BIP70.fanquake2019-03-091-1/+1
|/
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-1/+1
* Fix typoKristaps Kaupe2018-10-201-1/+1
* qa: Run more tests with wallet disabledMarcoFalke2018-09-251-15/+17
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Fix bitcoin-cli --versionBen Woosley2018-07-201-0/+3
* tests: Test connecting with non-existing RPC cookie filepracticalswift2018-03-191-0/+3
* tests: Test connecting to a non-existing serverpracticalswift2018-03-191-0/+3
* bitcoin-cli: Provide a better error message when bitcoind is not runningpracticalswift2018-03-091-2/+2
* [tests] Rename misc functional tests.Anthony Towns2018-01-251-0/+65