aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mining_basic.py
AgeCommit message (Expand)Author
2022-01-04test: use MiniWallet for mining_basic.pySebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in mining_*.py testsfanquake
2021-07-07[test] remove or move tests using `-segwitheight=-1`Dhruv Mehta
2020-10-26test: Add test for -blockversionMarcoFalke
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-06-08test: Remove leftover comment in mining_basicMarcoFalke
2020-06-08test: pep-8 mining_basicMarcoFalke
2020-06-03[test] CScriptNum Decode Check as Unit TestsGillian Chu
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-26Tests: Use self.chain instead of 'regtest' in almost all current testsJorge Timón
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-19tests: remove byte.hex() to keep compatibilityAkio Nakamura
2019-02-15Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke
2019-02-12[rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke
2019-01-24submitheader: more directly test missing prev block headerGregory Sanders
2019-01-24remove some magic mining constants in functional testsGregory Sanders
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-11-29Add CScriptNum decode python implementation in functional suiteGregory Sanders
2018-11-13rpc: Correctly name argumentsJon Layton
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-13Merge #13983: rpc: Return more specific reject reason for submitblockMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-29qa: Use named args in some testsMarcoFalke
2018-08-15rpc: Return more specific reject reason for submitblockMarcoFalke
2018-08-13qa: Add tests for submitheaderMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-25[tests] Rename misc functional tests.Anthony Towns