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
2021-04-30
test: Fix feature_config_args.py intermittent issue
MarcoFalke
2021-02-21
test: Avoid connecting to real network when running tests
MarcoFalke
2021-02-21
test: Assume node is running in subtests
MarcoFalke
2021-02-12
[test] Use mocktime in test_seed_peers()
Dhruv Mehta
2021-02-12
[refactor] Correct log message in net.cpp
Dhruv Mehta
2021-02-11
[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...
Dhruv Mehta
2021-01-21
Merge #17556: test: Change feature_config_args.py not to rely on strange regt...
MarcoFalke
2020-10-21
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-10-02
Merge #20034: test: Get rid of default wallet hacks
MarcoFalke
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-23
net: Print error message if -proxy is specified without arguments (instead of...
practicalswift
2020-09-02
test: Change feature_config_args.py not to rely on strange regtest=0 behavior
Russell Yanofsky
2020-07-22
test: Add test coverage for -networkactive option
Hennadii Stepanov
2020-06-02
refactor: Fix unreachable code in init arg checks
Jonathan Schoeller
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
[next]