mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-30 07:47:36 +01:00
Merge #10190: [tests] mining functional tests (including regression test for submitblock)
11ba8e9[tests] rename getblocktemplate_proposals.py to mining.py (John Newbery)b29dd41[tests] add test for submit block (John Newbery)9bf0d80[tests] run successful test in getblocktemplate first (John Newbery)82dc597[tests] don't build blocks manually in getblocktemplate test (John Newbery)f82c709[tests] clarify assertions in getblocktemplate test (John Newbery)66c570a[tests] Don't build the coinbase manually in getblocktemplate test (John Newbery)38b38cd[tests] getblocktemplate_proposals.py: add logging (John Newbery)0a3a5ff[tests] Fix flake8 warnings in getblocktemplate tests (John Newbery)32cffe6[tests] Fix import order in getblocktemplate test (John Newbery) Tree-SHA512: a51a57314fa1c4c4b8a7896492ec6e677b6bed12387060def34a62e9dfbee7961f71bb5553fbd70028be61ae32eccf13fd255fa9651f908e9a5e64c28f43f00e
This commit is contained in:
@@ -108,6 +108,7 @@ BASE_SCRIPTS= [
|
||||
'signmessages.py',
|
||||
'nulldummy.py',
|
||||
'import-rescan.py',
|
||||
'mining.py',
|
||||
'bumpfee.py',
|
||||
'rpcnamedargs.py',
|
||||
'listsinceblock.py',
|
||||
@@ -141,7 +142,6 @@ EXTENDED_SCRIPTS = [
|
||||
'bipdersig-p2p.py',
|
||||
'bipdersig.py',
|
||||
'example_test.py',
|
||||
'getblocktemplate_proposals.py',
|
||||
'txn_doublespend.py',
|
||||
'txn_clone.py --mineblock',
|
||||
'forknotify.py',
|
||||
|
||||
Reference in New Issue
Block a user