bitcoin/test/functional/test_framework
Martin Zumsande 3a25a575f0 test: ignore --v2transport for older versions instead of asserting
Otherwise, a run with
test_runner.py --v2transport=1 --previous-releases --extended
would hit the removed assert for wallet_backwards_compatibility.py
2024-02-29 13:50:19 -05:00
..
crypto
__init__.py
address.py
authproxy.py test: Rename EncodeDecimal to serialization_fallback 2023-06-29 19:51:43 +02:00
bdb.py
bip340_test_vectors.csv
blockfilter.py
blocktools.py refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkey 2023-03-28 16:58:16 +01:00
coverage.py
descriptors.py
key.py
messages.py test: Fix CPartialMerkleTree.nTransactions signedness 2024-02-01 13:18:40 +01:00
netutil.py
p2p.py Merge bitcoin/bitcoin#29356: test: make v2transport arg in addconnection mandatory and few cleanups 2024-02-06 11:02:36 +00:00
psbt.py
script.py test: Fix SegwitV0SignatureMsg nLockTime signedness 2024-02-07 12:07:44 +01:00
script_util.py
segwit_addr.py
socks5.py
test_framework.py test: add -v1transport option and use it in test_runner 2024-02-29 12:41:35 -05:00
test_node.py test: ignore --v2transport for older versions instead of asserting 2024-02-29 13:50:19 -05:00
test_shell.py
util.py test: detect OS consistently using `platform.system()` 2023-12-08 18:16:24 +01:00
v2_p2p.py [test] make v2transport arg in addconnection mandatory and few cleanups 2024-01-31 22:37:54 +05:30
wallet.py test framework: Add and use option for tx-version in MiniWallet methods 2024-02-08 21:50:55 +00:00
wallet_util.py