diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-05-04 13:32:51 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-05-04 13:36:40 +0200 |
commit | 89a28e02fa46f3d5eb07ab02aa34aa95c6fcee11 (patch) | |
tree | 97d16c573a01247b3a92e29ae36a6dc356953d0a /test/functional/wallet_upgradewallet.py | |
parent | afa577c323dcaedf641897fab43af2540e230bcb (diff) |
[test] add v0.16.3 backwards compatibility test
Diffstat (limited to 'test/functional/wallet_upgradewallet.py')
-rwxr-xr-x | test/functional/wallet_upgradewallet.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/functional/wallet_upgradewallet.py b/test/functional/wallet_upgradewallet.py index e7e71bf3f6..9ae1fd3cac 100755 --- a/test/functional/wallet_upgradewallet.py +++ b/test/functional/wallet_upgradewallet.py @@ -4,9 +4,11 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. """upgradewallet RPC functional test -Test upgradewallet RPC. Download v0.15.2 v0.16.3 node binaries: +Test upgradewallet RPC. Download node binaries: -contrib/devtools/previous_release.sh -b v0.15.2 v0.16.3 +contrib/devtools/previous_release.sh -b v0.19.0.1 v0.18.1 v0.17.1 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 """ import os |