66
77Test various backwards compatibility scenarios. Download the previous node binaries:
88
9- contrib/devtools/previous_release.sh -b v0.19.0. 1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
9+ contrib/devtools/previous_release.sh -b v0.19.1 v0.18.1 v0.17.1 v0.16.3 v0.15.2
1010
1111v0.15.2 is not required by this test, but it is used in wallet_upgradewallet.py.
1212Due to a hardfork in regtest, it can't be used to sync nodes.
@@ -41,7 +41,7 @@ def set_test_params(self):
4141 self .extra_args = [
4242 ["-addresstype=bech32" ], # Pre-release: use to mine blocks
4343 ["-nowallet" , "-walletrbf=1" , "-addresstype=bech32" ], # Pre-release: use to receive coins, swap wallets, etc
44- ["-nowallet" , "-walletrbf=1" , "-addresstype=bech32" ], # v0.19.0. 1
44+ ["-nowallet" , "-walletrbf=1" , "-addresstype=bech32" ], # v0.19.1
4545 ["-nowallet" , "-walletrbf=1" , "-addresstype=bech32" ], # v0.18.1
4646 ["-nowallet" , "-walletrbf=1" , "-addresstype=bech32" ], # v0.17.1
4747 ["-nowallet" , "-walletrbf=1" , "-addresstype=bech32" ], # v0.16.3
@@ -55,7 +55,7 @@ def setup_nodes(self):
5555 self .add_nodes (self .num_nodes , extra_args = self .extra_args , versions = [
5656 None ,
5757 None ,
58- 190001 ,
58+ 190100 ,
5959 180100 ,
6060 170100 ,
6161 160300 ,
0 commit comments