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
/
feature_config_args.py
Age
Commit message (
Expand
)
Author
2020-02-05
Merge #17482: util: Disallow network-qualified command line options
Wladimir J. van der Laan
2020-02-05
test: replace 'regtest' leftovers by self.chain
Sebastian Falbesoner
2020-02-04
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
MarcoFalke
2020-01-29
on startup, write config options to debug.log
Larry Ruane
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
qa: Fix double-negative arg test
Hennadii Stepanov
2019-12-19
util: Disallow network-qualified command line options
Russell Yanofsky
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-08-19
Merge #15864: Fix datadir handling
MarcoFalke
2019-07-27
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-24
Enable all tests in feature_config_args.py
Hennadii Stepanov
2019-07-23
Merge #16366: init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-07-16
Merge #15891: test: Require standard txs in regtest by default
MarcoFalke
2019-07-11
init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-06-18
test: Add test that mainnet requires standard txs
MarcoFalke
2019-06-18
test: Add test for unknown args
MarcoFalke
2019-05-28
Log early messages with -printtoconsole
Anthony Towns
2019-03-21
qa: Add test for missing testnet section in conf file
MarcoFalke
2019-03-05
Merge #14954: build: Require python 3.5
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-02-19
Fix lack of warning of unrecognized section names
Akio Nakamura
2019-01-09
Error if rpcpassword contains hash in conf sections
MeshCollider
2018-11-20
Warn unrecognized sections in the config file
Akio Nakamura
2018-11-06
Add test for rpcpassword hash error
MeshCollider
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-09-06
test: Add test for config file parsing errors
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-17
qa: Temporarily disable test that reads the default datadir location
MarcoFalke
2018-04-11
[tests] Use regtest section in functional tests configs
Anthony Towns
2018-04-01
qa: Match full plain text by default
MarcoFalke
2018-03-22
Merge #12076: qa: Use node.datadir instead of tmpdir in test framework
Wladimir J. van der Laan
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-03-18
[Tests] Require exact match in assert_start_raises_init_eror()
John Newbery
2018-03-18
[Tests] Move assert_start_raises_init_error method to TestNode
John Newbery
2018-03-03
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns