bitcoin/test/functional/test_framework
MarcoFalke fb66dbe786
Merge bitcoin/bitcoin#21762: test: Speed up mempool_spend_coinbase.py
fa40eb5b6b test: Speed up mempool_spend_coinbase.py (MarcoFalke)
fa29382ab2 test: Fix test cache issue (MarcoFalke)
fa085b470a test: Create MiniWallet.create_self_transfer (MarcoFalke)
fa1bedb494 test: Add MiniWallet.sendrawtransaction (MarcoFalke)

Pull request description:

  Locally the test will run 4 seconds faster with `--valgrind` (18s vs 14s)

ACKs for top commit:
  mjdietzx:
    crACK fa40eb5b6b

Tree-SHA512: ecfb60dda5ca5d7e6367bb9c6210390d95ebf6396ce657728901d118b75bb90c98f9351df3b01004d00682234448d6c6a13338d12097f7dced2cf7f1bd84d924
2021-04-29 07:13:49 +02:00
..
__init__.py
address.py
authproxy.py
bdb.py test: remove unnecessary assignment in bdb 2021-02-09 10:22:50 -03:00
bip340_test_vectors.csv
blocktools.py
coverage.py
descriptors.py
key.py test: remove unused function xor_bytes 2021-02-09 17:58:21 +01:00
messages.py Unconditionally check for fRelay field in test framework 2021-03-23 19:57:17 -04:00
muhash.py
netutil.py
p2p.py test: Fix intermittent issue in p2p_addr_relay.py 2021-04-28 08:16:29 +02:00
script.py Correction for VerifyTaprootCommitment comments 2021-03-01 09:01:48 -05:00
script_util.py
segwit_addr.py Use Bech32m encoding for v1+ segwit addresses 2021-03-16 10:48:36 -07:00
siphash.py
socks5.py
test_framework.py test: Fix test cache issue 2021-04-23 09:48:56 +02:00
test_node.py rpc: add external_signer option to createwallet 2021-02-23 14:34:31 +01:00
test_shell.py
util.py tests: Skip SQLite fsyncs while testing 2021-04-12 19:29:03 -04:00
wallet.py test: Create MiniWallet.create_self_transfer 2021-04-23 09:39:21 +02:00
wallet_util.py