mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
feat: enable descriptor wallets for more tests
Enables for rpc_quorum.py, feature_notifications.py
see #5981, it partial revert of b20f812674
This commit is contained in:
parent
5ab108c982
commit
838d06f2fd
@ -151,6 +151,7 @@ BASE_SCRIPTS = [
|
|||||||
'feature_abortnode.py',
|
'feature_abortnode.py',
|
||||||
# vv Tests less than 30s vv
|
# vv Tests less than 30s vv
|
||||||
'rpc_quorum.py --legacy-wallet',
|
'rpc_quorum.py --legacy-wallet',
|
||||||
|
'rpc_quorum.py --descriptors',
|
||||||
'wallet_keypool_topup.py --legacy-wallet',
|
'wallet_keypool_topup.py --legacy-wallet',
|
||||||
'wallet_keypool_topup.py --descriptors',
|
'wallet_keypool_topup.py --descriptors',
|
||||||
'feature_fee_estimation.py',
|
'feature_fee_estimation.py',
|
||||||
@ -227,7 +228,7 @@ BASE_SCRIPTS = [
|
|||||||
'feature_backwards_compatibility.py --legacy-wallet',
|
'feature_backwards_compatibility.py --legacy-wallet',
|
||||||
'feature_backwards_compatibility.py --descriptors',
|
'feature_backwards_compatibility.py --descriptors',
|
||||||
'wallet_txn_clone.py --mineblock',
|
'wallet_txn_clone.py --mineblock',
|
||||||
'feature_notifications.py --legacy-wallet',
|
'feature_notifications.py',
|
||||||
'rpc_getblockfilter.py',
|
'rpc_getblockfilter.py',
|
||||||
'rpc_invalidateblock.py',
|
'rpc_invalidateblock.py',
|
||||||
'feature_txindex.py',
|
'feature_txindex.py',
|
||||||
|
Loading…
Reference in New Issue
Block a user