aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_config_args.py
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-3/+3
* wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-211-6/+2
* Merge #20034: test: Get rid of default wallet hacksMarcoFalke2020-10-021-0/+1
|\
| * test: Get rid of default wallet hacksRussell Yanofsky2020-09-291-0/+1
* | net: Print error message if -proxy is specified without arguments (instead of...practicalswift2020-09-231-0/+7
|/
* test: Add test coverage for -networkactive optionHennadii Stepanov2020-07-221-0/+27
* refactor: Fix unreachable code in init arg checksJonathan Schoeller2020-06-021-1/+1
* Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan2020-02-051-1/+1
|\
| * util: Disallow network-qualified command line optionsRussell Yanofsky2019-12-191-1/+1
* | test: replace 'regtest' leftovers by self.chainSebastian Falbesoner2020-02-051-2/+2
* | Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke2020-02-041-6/+6
|\ \
| * | Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón2019-10-261-6/+6
* | | on startup, write config options to debug.logLarry Ruane2020-01-291-0/+30
* | | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | | qa: Fix double-negative arg testHennadii Stepanov2020-01-081-1/+1
| |/ |/|
* | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
|/
* Merge #15864: Fix datadir handlingMarcoFalke2019-08-191-8/+6
|\
| * Enable all tests in feature_config_args.pyHennadii Stepanov2019-07-241-8/+6
* | Use ArgsManager::NETWORK_ONLY flagHennadii Stepanov2019-07-271-3/+4
|/
* Merge #16366: init: Use InitError for all errors in bitcoind/qtMarcoFalke2019-07-231-6/+6
|\
| * init: Use InitError for all errors in bitcoind/qtMarcoFalke2019-07-111-6/+6
* | Merge #15891: test: Require standard txs in regtest by defaultMarcoFalke2019-07-161-0/+5
|\ \ | |/ |/|
| * test: Add test that mainnet requires standard txsMarcoFalke2019-06-181-0/+5
* | test: Add test for unknown argsMarcoFalke2019-06-181-0/+10
* | Log early messages with -printtoconsoleAnthony Towns2019-05-281-0/+7
|/
* qa: Add test for missing testnet section in conf fileMarcoFalke2019-03-211-0/+4
* Merge #14954: build: Require python 3.5MarcoFalke2019-03-051-1/+1
|\
| * scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* | Fix lack of warning of unrecognized section namesAkio Nakamura2019-02-191-2/+10
|/
* Error if rpcpassword contains hash in conf sectionsMeshCollider2019-01-091-0/+8
* Warn unrecognized sections in the config fileAkio Nakamura2018-11-201-0/+5
* Add test for rpcpassword hash errorMeshCollider2018-11-061-0/+4
* qa: Run more tests with wallet disabledMarcoFalke2018-09-251-4/+6
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* test: Add test for config file parsing errorsMarcoFalke2018-09-061-0/+21
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* qa: Temporarily disable test that reads the default datadir locationMarcoFalke2018-07-171-4/+6
* [tests] Use regtest section in functional tests configsAnthony Towns2018-04-111-1/+6
* qa: Match full plain text by defaultMarcoFalke2018-04-011-3/+2
* Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan2018-03-221-2/+2
|\
| * qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke2018-03-191-2/+2
* | [Tests] Require exact match in assert_start_raises_init_eror()John Newbery2018-03-181-2/+3
* | [Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery2018-03-181-2/+2
|/
* Create new wallet databases as directories rather than filesRussell Yanofsky2018-03-031-2/+2
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+49