Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |