Skip to content

Commit 330b0f3

Browse files
sdaftuarsipa
authored andcommitted
[qa] p2p segwit tests
mininode now supports witness transactions/blocks, blocktools has a helper for adding witness commitments to blocks, and script has a function to calculate hashes for signature under sigversion 1, used by segwit. Py3 conversion by Marco Falke Test to make sure upgraded nodes don't ask for non-wit blocks by Gregory Sanders.
1 parent 4f7ff00 commit 330b0f3

File tree

7 files changed

+2037
-30
lines changed

7 files changed

+2037
-30
lines changed

qa/pull-tester/rpc-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
'invalidtxrequest.py',
137137
'abandonconflict.py',
138138
'p2p-versionbits-warning.py',
139+
'p2p-segwit.py',
139140
'segwit.py',
140141
'importprunedfunds.py',
141142
'signmessages.py',

0 commit comments

Comments
 (0)