aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mining_basic.py
AgeCommit message (Expand)Author
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