Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke | |
The previous diff touched most files in ./test/, so bump the headers to avoid having to touch them again for a bump later. -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT- | |||
2021-05-21 | Cleanup -includeconf error message | MarcoFalke | |
Remove the erroneous trailing newline '\n'. Also, print only the first value to remove needless redundancy in the error message. | |||
2021-05-21 | Fix crash when parsing command line with -noincludeconf=0 | MarcoFalke | |
2021-02-01 | scripted-diff: Remove setup_clean_chain if default is not changed | Fabian Jahr | |
-BEGIN VERIFY SCRIPT- git grep -l "self.setup_clean_chain = False" test/functional/*.py | xargs sed -i "/self.setup_clean_chain = False/d"; -END VERIFY SCRIPT- | |||
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-07-11 | init: Use InitError for all errors in bitcoind/qt | MarcoFalke | |
Also, remove unused <boost/thread.hpp> include (and others) | |||
2018-07-30 | Ignore unknown config file options for now | Pieter Wuille | |
2018-06-01 | qa: Increase includeconf test coverage | MarcoFalke | |
2018-05-10 | test: Ensure that recursive -includeconf produces appropriate warnings | Karl-Johan Alm | |
2018-05-09 | [tests] Allow stderr to be tested against specified string | John Newbery | |
Allow bitcoind's stderr to be tested against a specified string on shutdown. | |||
2018-05-02 | test: Test includeconf parameter. | Karl-Johan Alm | |