bitcoin/test/functional/test_framework
MarcoFalke 9b48b3ac42
Merge #21390: test: Test improvements for UTXO set hash tests
4f2653a890 test: Use deterministic chain in utxo set hash test (Fabian Jahr)
4973c5175c test: Remove wallet dependency of utxo set hash test (Fabian Jahr)
1a27af1d7b rpc: Improve gettxoutsetinfo help (Fabian Jahr)

Pull request description:

  Follow-ups to #19145:
  - Small improvement on the help text of RPC gettxoutsetinfo
  - Using deterministic blockchain in the test `functional/feature_utxo_set_hash.py`
  - Removing wallet dependency in the test `functional/feature_utxo_set_hash.py`

  Split out of #19521.

ACKs for top commit:
  MarcoFalke:
    review ACK 4f2653a890 👲

Tree-SHA512: 92927b3aa22b6324eb4fc9d346755313dec44d973aa69a0ebf80a8569b5f3a7cf3539721ebdba183737534b9e29b3e33f412515890f0d0b819878032a3bba8f9
2021-03-26 08:52:59 +01: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] Add P2P_SERVICES to p2p.py 2021-02-17 09:29:41 +00: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 Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate() 2021-02-25 10:13:39 +01:00
test_node.py rpc: add external_signer option to createwallet 2021-02-23 14:34:31 +01:00
test_shell.py
util.py test: Avoid connecting to real network when running tests 2021-02-21 11:02:58 +01:00
wallet.py test: Remove wallet dependency of utxo set hash test 2021-03-23 20:32:50 +01:00
wallet_util.py