aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mining_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Change regtest block interval to match DogecoinRoss Nicoll2021-05-201-2/+3
* test: Add test for -blockversionMarcoFalke2020-10-261-3/+14
* [refactor] clarify tests by referencing p2p objects directlygzhao4082020-09-101-3/+3
* scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* test: Remove leftover comment in mining_basicMarcoFalke2020-06-081-1/+0
* test: pep-8 mining_basicMarcoFalke2020-06-081-10/+21
* [test] CScriptNum Decode Check as Unit TestsGillian Chu2020-06-031-8/+0
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke2020-02-041-1/+1
|\
| * Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón2019-10-261-1/+1
* | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
|/
* scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke2019-09-171-2/+2
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-24/+23
* tests: remove byte.hex() to keep compatibilityAkio Nakamura2019-02-191-1/+1
* Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke2019-02-151-5/+23
|\
| * [rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke2019-02-121-5/+23
* | submitheader: more directly test missing prev block headerGregory Sanders2019-01-241-1/+1
* | remove some magic mining constants in functional testsGregory Sanders2019-01-241-6/+6
|/
* [mining] segwit option must be set in GBTJohn Newbery2018-12-101-4/+7
* Add CScriptNum decode python implementation in functional suiteGregory Sanders2018-11-291-2/+10
* rpc: Correctly name argumentsJon Layton2018-11-131-1/+2
* Changed functional tests which do not require wallets to run withoutsanket17292018-09-171-5/+2
* Merge #13983: rpc: Return more specific reject reason for submitblockMarcoFalke2018-09-131-2/+19
|\
| * rpc: Return more specific reject reason for submitblockMarcoFalke2018-08-151-2/+19
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | qa: Use named args in some testsMarcoFalke2018-08-291-1/+1
|/
* qa: Add tests for submitheaderMarcoFalke2018-08-131-5/+74
* tests: Use explicit importspracticalswift2018-08-131-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [tests] Rename misc functional tests.Anthony Towns2018-01-251-0/+135