mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-05-17 23:56:39 +00:00
test: Move feature_backwards_compatibility.py to wallet_backwards_compatibility.py
This commit is contained in:
parent
16624e6ff3
commit
fa933d6985
@ -337,7 +337,7 @@ class TestNode():
|
|||||||
return
|
return
|
||||||
self.log.debug("Stopping node")
|
self.log.debug("Stopping node")
|
||||||
try:
|
try:
|
||||||
# Do not use wait argument when testing older nodes, e.g. in feature_backwards_compatibility.py
|
# Do not use wait argument when testing older nodes, e.g. in wallet_backwards_compatibility.py
|
||||||
if self.version_is_at_least(180000):
|
if self.version_is_at_least(180000):
|
||||||
self.stop(wait=wait)
|
self.stop(wait=wait)
|
||||||
else:
|
else:
|
||||||
|
@ -226,8 +226,8 @@ BASE_SCRIPTS = [
|
|||||||
'wallet_txn_doublespend.py --legacy-wallet',
|
'wallet_txn_doublespend.py --legacy-wallet',
|
||||||
'wallet_multisig_descriptor_psbt.py --descriptors',
|
'wallet_multisig_descriptor_psbt.py --descriptors',
|
||||||
'wallet_txn_doublespend.py --descriptors',
|
'wallet_txn_doublespend.py --descriptors',
|
||||||
'feature_backwards_compatibility.py --legacy-wallet',
|
'wallet_backwards_compatibility.py --legacy-wallet',
|
||||||
'feature_backwards_compatibility.py --descriptors',
|
'wallet_backwards_compatibility.py --descriptors',
|
||||||
'wallet_txn_clone.py --mineblock',
|
'wallet_txn_clone.py --mineblock',
|
||||||
'feature_notifications.py',
|
'feature_notifications.py',
|
||||||
'rpc_getblockfilter.py',
|
'rpc_getblockfilter.py',
|
||||||
|
@ -7,10 +7,6 @@
|
|||||||
Test various backwards compatibility scenarios. Requires previous releases binaries,
|
Test various backwards compatibility scenarios. Requires previous releases binaries,
|
||||||
see test/README.md.
|
see test/README.md.
|
||||||
|
|
||||||
v0.15.2 is not required by this test, but it is used in wallet_upgradewallet.py.
|
|
||||||
Due to a hardfork in regtest, it can't be used to sync nodes.
|
|
||||||
|
|
||||||
|
|
||||||
Due to RPC changes introduced in various versions the below tests
|
Due to RPC changes introduced in various versions the below tests
|
||||||
won't work for older versions without some patches or workarounds.
|
won't work for older versions without some patches or workarounds.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user