index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
interface_bitcoin_cli.py
Age
Commit message (
Expand
)
Author
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-08-24
Add in/out connections to cli -getinfo
Jon Atack
2020-06-02
rpc: add missing space in JSON parsing error message, update test
Jon Atack
2020-06-02
test: add multiwallet tests for bitcoin-cli -generate
Jon Atack
2020-06-02
test: add tests for bitcoin-cli -generate
Jon Atack
2020-05-21
test: add -getinfo multiwallet functional tests
Jon Atack
2020-04-24
Merge #18724: test: add coverage for -rpcwallet cli option
MarcoFalke
2020-04-24
test: add coverage for -rpcwallet cli option
Jon Atack
2020-04-21
test: display command line options passed to send_cli() in debug log
Jon Atack
2020-04-19
test: fix intermittent race condition in interface_bitcoin_cli.py
Jon Atack
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
test: add -getinfo "unlocked_until" and "headers" coverage
Jon Atack
2020-04-15
test: verify cli.getwalletinfo in wallet section
Jon Atack
2020-04-15
test: verify bitcoin-cli -version with node stopped
Jon Atack
2020-04-15
test: add coverage for bitcoin-cli -rpcwait
Jon Atack
2020-04-09
test: update and harden interface_bitcoin_cli tests
Jon Atack
2019-12-04
Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfo
fanquake
2019-12-04
util: remove unwanted fields from bitcoin-cli -getinfo
malevolent
2019-11-18
test: skip bitcoin_cli test when the cli isn't compiled
fanquake
2019-07-31
test: Adapt test framework for chains other than "regtest"
MarcoFalke
2019-04-25
QA: feature_filelock, interface_bitcoin_cli: Use PACKAGE_NAME in messages rat...
Luke Dashjr
2019-03-11
Merge #15564: cli: remove duplicate wallet fields from -getinfo
MarcoFalke
2019-03-09
cli: remove duplicate wallet fields from -getinfo
fanquake
2019-03-09
cli: replace testnet with chain and return network name as per BIP70.
fanquake
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
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
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
2018-01-25
[tests] Rename misc functional tests.
Anthony Towns