aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mining_getblocktemplate_longpoll.py
Commit message (Collapse)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
| | | | | | | * Change coinbase maturity to 240 blocks in most cases, with main/test early chains allowing 30 blocks. I've kept the 240 consistent in regtest to avoid having to redesign a lot of the test cases. * Disabled mining unit test which require COINBASE_MATURITY worth of pre-calculated blocks, as we'd otherwise be constantly refactoring them. * Moved functional test which uses the Bitcoin testnet block data as its reference, as it completely breaks as we introduce Dogecoin data. * Updated standard blockchains for tests from 100/200 to 240/480 as appropriate.
* test: add logging for mining_getblocktemplate_longpoll.pySebastian Falbesoner2020-10-161-5/+5
|
* test: use MiniWallet for mining_getblocktemplate_longpoll.pySebastian Falbesoner2020-10-161-9/+14
| | | | This test can now be run even with the Bitcoin Core wallet disabled.
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
|
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT-
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-5/+5
| | | | | | -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-
* [mining] segwit option must be set in GBTJohn Newbery2018-12-101-4/+4
| | | | | | | 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.
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
|
* qa: Premine to deterministic address with -disablewalletMarcoFalke2018-09-101-1/+0
|
* Fix typos reported by codespellpracticalswift2018-09-041-6/+6
|
* tests: Use explicit importspracticalswift2018-08-131-1/+3
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* [tests] Rename misc functional tests.Anthony Towns2018-01-251-0/+71