aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_backwards_compatibility.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2021-09-22 13:10:40 +0200
committerSjors Provoost <sjors@sprovoost.nl>2021-12-16 12:41:45 +0700
commitd8b705f1caeb3b4a6790cb26e4e5584ca791d965 (patch)
treed4b3c0cad7e5137ddca95dbb60a516228f79cdad /test/functional/feature_backwards_compatibility.py
parent40849eebd9c7a92f6b670b30c9338358d8306cfe (diff)
downloadbitcoin-d8b705f1caeb3b4a6790cb26e4e5584ca791d965.tar.xz
test: previous releases: add v22.0
Diffstat (limited to 'test/functional/feature_backwards_compatibility.py')
-rwxr-xr-xtest/functional/feature_backwards_compatibility.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/feature_backwards_compatibility.py b/test/functional/feature_backwards_compatibility.py
index 96946d1cb5..c0018bac20 100755
--- a/test/functional/feature_backwards_compatibility.py
+++ b/test/functional/feature_backwards_compatibility.py
@@ -34,11 +34,12 @@ from test_framework.util import (
class BackwardsCompatibilityTest(BitcoinTestFramework):
def set_test_params(self):
self.setup_clean_chain = True
- self.num_nodes = 8
+ self.num_nodes = 9
# Add new version after each release:
self.extra_args = [
["-addresstype=bech32"], # Pre-release: use to mine blocks
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # Pre-release: use to receive coins, swap wallets, etc
+ ["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v22.0
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.21.0
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.20.1
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.19.1
@@ -56,6 +57,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
self.add_nodes(self.num_nodes, extra_args=self.extra_args, versions=[
None,
None,
+ 220000,
210000,
200100,
190100,