Skip to content

Commit

Permalink
[qa] p2p segwit tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sdaftuar authored and sipa committed Jun 22, 2016
1 parent 4f7ff00 commit 330b0f3
Show file tree
Hide file tree
Showing 7 changed files with 2,037 additions and 30 deletions.
1 change: 1 addition & 0 deletions qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
'invalidtxrequest.py',
'abandonconflict.py',
'p2p-versionbits-warning.py',
'p2p-segwit.py',
'segwit.py',
'importprunedfunds.py',
'signmessages.py',
Expand Down
Loading

0 comments on commit 330b0f3

Please sign in to comment.