Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed --regexp-extended -i \ 's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \ $(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf') -END VERIFY SCRIPT- | |||
2021-08-19 | Use generate* from TestFramework | MarcoFalke | |
The changes in feature_rbf can be reviewed with --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space | |||
2021-05-31 | Use COINBASE_MATURITY constant in functional tests. | Kiminuo | |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-10-16 | test: add logging for mining_getblocktemplate_longpoll.py | Sebastian Falbesoner | |
2020-10-16 | test: use MiniWallet for mining_getblocktemplate_longpoll.py | Sebastian Falbesoner | |
This test can now be run even with the Bitcoin Core wallet disabled. | |||
2019-12-06 | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such | practicalswift | |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT- | |||
2019-03-02 | scripted-diff: test: Remove brackets after assert | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i --regexp-extended -e 's/assert ?\((.+)\)(( )*)?(#.*)?$/assert \1\3\3\4/g' $(git grep -l --extended-regexp 'assert ?\(' test) -END VERIFY SCRIPT- | |||
2018-12-10 | [mining] segwit option must be set in GBT | John Newbery | |
Calling getblocktemplate without the segwit rule specified is most likely a client error, since it results in lower fees for the miner. Prevent this client error by failing getblocktemplate if called without the segwit rule specified. | |||
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke | |
2018-09-10 | qa: Premine to deterministic address with -disablewallet | MarcoFalke | |
2018-09-04 | Fix typos reported by codespell | practicalswift | |
2018-08-13 | tests: Use explicit imports | practicalswift | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-01-25 | [tests] Rename misc functional tests. | Anthony Towns | |