bitcoin/test/functional/test_framework
MarcoFalke 599e941c19
Merge bitcoin/bitcoin#26657: test: Run feature_bip68_sequence.py with MiniWallet
4159ccd031 test: Run feature_bip68_sequence.py with MiniWallet (Miles Liu)
fc0caaf4aa test: Add "include mempool" flag to MiniWallet rescan_utxos (Miles Liu)
d0a909ae54 test: Add "include immature coinbase" flag to MiniWallet get_utxos (Miles Liu)
e5b9127d9e test: Add signs P2TR and RAWSCRIPT to MiniWallet sign_tx (Miles Liu)

Pull request description:

  This PR enables one more of the non-wallet functional tests (feature_bip68_sequence.py) to be run even when no wallet is compiled in by using the MiniWallet instead, as proposed in #20078.

ACKs for top commit:
  achow101:
    ACK 4159ccd031
  MarcoFalke:
    review ACK 4159ccd031 🤸

Tree-SHA512: e891b189381e961c840b45fc30d058363707fd54c1c4bdc3d29623b03309981f1d3ebfac27e6aecf621bdbcd7e31754a3ef7c53f86346f7dd241c137e64c92bd
2023-01-16 16:26:12 +01:00
..
__init__.py
address.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
authproxy.py
bdb.py
bip340_test_vectors.csv
blockfilter.py
blocktools.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
coverage.py
descriptors.py
key.py script, test: fix python linter E275 errors with flake8 5.0.4 2023-01-03 10:59:56 -08:00
messages.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
muhash.py
netutil.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
p2p.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
psbt.py
ripemd160.py
script.py Merge bitcoin/bitcoin#26631: test: add coverage for dust mempool policy (`-dustrelayfee` setting) 2023-01-16 11:36:13 +01:00
script_util.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
segwit_addr.py
siphash.py script, test: fix python linter E275 errors with flake8 5.0.4 2023-01-03 10:59:56 -08:00
socks5.py
test_framework.py test: skip sqlite3 tests if it isn't available 2023-01-12 13:37:15 +00:00
test_node.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
test_shell.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
util.py scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
wallet.py test: Add "include mempool" flag to MiniWallet rescan_utxos 2023-01-06 09:52:39 +08:00
wallet_util.py