bitcoin/test/functional/test_framework
John Newbery eebcdfa86a [test] rename SegwitVersion1SignatureHash()
The function implementing segwit v0 signature hash was originally named
SegwitVersion1SignatureHash() (presumably before segwit v0 was named
segwit v0). Rename it to SegwitV0SignatureHash().

Also rename SignatureHash() to LegacySignatureHash() for disambiguation.
2019-10-14 17:13:05 -04:00
..
__init__.py
address.py
authproxy.py
bignum.py
blocktools.py
coverage.py
descriptors.py
key.py
messages.py p2p: Remove BIP61 reject messages 2019-10-02 10:39:14 -04:00
mininode.py p2p: Remove BIP61 reject messages 2019-10-02 10:39:14 -04:00
netutil.py
script.py [test] rename SegwitVersion1SignatureHash() 2019-10-14 17:13:05 -04:00
script_util.py test: fix "tx-size-small" errors after default address change 2019-10-14 15:03:11 +02:00
segwit_addr.py
siphash.py
socks5.py
test_framework.py scripted-diff: test: Replace connect_nodes_bi with connect_nodes 2019-09-17 13:08:21 -04:00
test_node.py Merge #16551: test: Test that low difficulty chain fork is rejected 2019-09-12 13:28:49 +03:00
util.py Fix Python Docstring to include all Args. 2019-10-06 10:37:50 +10:00
wallet_util.py