mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-23 15:22:46 +02:00
qa: Changes v0.17.1 to v0.17.2
This commit is contained in:
parent
e796fdd4cb
commit
6de9429087
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Test various backwards compatibility scenarios. Download the previous node binaries:
|
Test various backwards compatibility scenarios. Download the previous node binaries:
|
||||||
|
|
||||||
test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
|
test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2
|
||||||
|
|
||||||
v0.15.2 is not required by this test, but it is used in wallet_upgradewallet.py.
|
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 a hardfork in regtest, it can't be used to sync nodes.
|
||||||
@ -40,7 +40,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
|
|||||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # Pre-release: use to receive coins, swap wallets, etc
|
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # Pre-release: use to receive coins, swap wallets, etc
|
||||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.19.1
|
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.19.1
|
||||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.18.1
|
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.18.1
|
||||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.17.1
|
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.17.2
|
||||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.16.3
|
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.16.3
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
|
|||||||
None,
|
None,
|
||||||
190100,
|
190100,
|
||||||
180100,
|
180100,
|
||||||
170100,
|
170200,
|
||||||
160300,
|
160300,
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ NOTE: The test is designed to prevent cases when compatibility is broken acciden
|
|||||||
In case we need to break mempool compatibility we can continue to use the test by just bumping the version number.
|
In case we need to break mempool compatibility we can continue to use the test by just bumping the version number.
|
||||||
|
|
||||||
Download node binaries:
|
Download node binaries:
|
||||||
test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
|
test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2
|
||||||
|
|
||||||
Only v0.15.2 is required by this test. The rest is used in other backwards compatibility tests.
|
Only v0.15.2 is required by this test. The rest is used in other backwards compatibility tests.
|
||||||
"""
|
"""
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Test upgradewallet RPC. Download node binaries:
|
Test upgradewallet RPC. Download node binaries:
|
||||||
|
|
||||||
test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
|
test/get_previous_releases.py -b v0.19.1 v0.18.1 v0.17.2 v0.16.3 v0.15.2
|
||||||
|
|
||||||
Only v0.15.2 and v0.16.3 are required by this test. The others are used in feature_backwards_compatibility.py
|
Only v0.15.2 and v0.16.3 are required by this test. The others are used in feature_backwards_compatibility.py
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user