aboutsummaryrefslogtreecommitdiff
path: root/test/functional/interface_bitcoin_cli.py
AgeCommit message (Expand)Author
2021-12-09test: fix test feature_coinstatsindex.py for descriptor walletsSebastian Falbesoner
2021-12-08test: feature_rbf.py: check specified wallet type availabilitySebastian Falbesoner
2021-12-08test: interface_bitcoin_cli.py: check specified wallet type availabilitySebastian Falbesoner
2021-12-06test: fix test interface_bitcoin_cli.py for descriptor walletsSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-03net: don't skip CJDNS from GetNetworksInfo()Vasil Dimov
2021-09-20cli: Display all proxies in -getinfoklementtan
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in interface_*.py testsfanquake
2021-07-21cli: Implement human readable -getinfo.Klement Tan
2021-06-03rpc: Add test for -rpcwaittimeoutChristian Decker
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-01test: resolve bug in test/functional/interface_bitcoin_cli.py - Test -getinfo...klementtan
2021-01-27Setup wallets for interface_bitcoin_cli.pyAndrew Chow
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-08-24Add in/out connections to cli -getinfoJon Atack
2020-06-02rpc: add missing space in JSON parsing error message, update testJon Atack
2020-06-02test: add multiwallet tests for bitcoin-cli -generateJon Atack
2020-06-02test: add tests for bitcoin-cli -generateJon Atack
2020-05-21test: add -getinfo multiwallet functional testsJon Atack
2020-04-24Merge #18724: test: add coverage for -rpcwallet cli optionMarcoFalke
2020-04-24test: add coverage for -rpcwallet cli optionJon Atack
2020-04-21test: display command line options passed to send_cli() in debug logJon Atack
2020-04-19test: fix intermittent race condition in interface_bitcoin_cli.pyJon Atack
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15test: add -getinfo "unlocked_until" and "headers" coverageJon Atack
2020-04-15test: verify cli.getwalletinfo in wallet sectionJon Atack
2020-04-15test: verify bitcoin-cli -version with node stoppedJon Atack
2020-04-15test: add coverage for bitcoin-cli -rpcwaitJon Atack
2020-04-09test: update and harden interface_bitcoin_cli testsJon Atack
2019-12-04Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfofanquake
2019-12-04util: remove unwanted fields from bitcoin-cli -getinfomalevolent
2019-11-18test: skip bitcoin_cli test when the cli isn't compiledfanquake
2019-07-31test: Adapt test framework for chains other than "regtest"MarcoFalke
2019-04-25QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rat...Luke Dashjr
2019-03-11Merge #15564: cli: remove duplicate wallet fields from -getinfoMarcoFalke
2019-03-09cli: remove duplicate wallet fields from -getinfofanquake
2019-03-09cli: replace testnet with chain and return network name as per BIP70.fanquake
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2018-10-20Fix typoKristaps Kaupe
2018-09-25qa: Run more tests with wallet disabledMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-20Fix bitcoin-cli --versionBen Woosley
2018-03-19tests: Test connecting with non-existing RPC cookie filepracticalswift
2018-03-19tests: Test connecting to a non-existing serverpracticalswift
2018-03-09bitcoin-cli: Provide a better error message when bitcoind is not runningpracticalswift
2018-01-25[tests] Rename misc functional tests.Anthony Towns