bitcoin/test/functional/test_framework
Martin Zumsande ec5e294e4b test: fix constructor of msg_tx
In python, if the default value is a mutable object (here: a class)
its shared over all instances, so that one instance being changed
would affect others to be changed as well.
This was likely the source of various intermittent bugs in the
functional tests.
2024-07-30 17:49:07 -04:00
..
crypto
__init__.py
address.py test: refactor: return TaprootInfo from P2TR address creation routine 2024-06-11 14:36:05 +02:00
authproxy.py
bdb.py
bip340_test_vectors.csv
blockfilter.py
blocktools.py [wallet, rpc]: add `max_tx_weight` to tx funding options 2024-06-27 15:31:21 +01:00
coverage.py
descriptors.py
key.py
mempool_util.py
messages.py test: fix constructor of msg_tx 2024-07-30 17:49:07 -04:00
netutil.py
p2p.py Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 handshake 2024-07-09 16:37:27 -04:00
psbt.py
script.py refactor: Rename CTransaction::nVersion to version 2024-06-07 13:55:23 -04:00
script_util.py
segwit_addr.py
socks5.py
test_framework.py qa: Consider `cache` and `config.ini` relative to invocation directory 2024-07-16 22:06:47 +01:00
test_node.py Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort startup on bind failure 2024-07-16 16:27:24 -04:00
test_shell.py
util.py Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort startup on bind failure 2024-07-16 16:27:24 -04:00
v2_p2p.py test: Check that disconnection happens when >4095 garbage bytes is sent 2024-06-21 19:37:13 +05:30
wallet.py Merge bitcoin/bitcoin#30076: test: fix MiniWallet script-path spend (missing parity bit in leaf version) 2024-07-26 11:51:46 +01:00
wallet_util.py