mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
test: previous releases: add v0.21.0
This commit is contained in:
parent
8cba75f5fd
commit
8a57a06a50
4 changed files with 11 additions and 3 deletions
|
|
@ -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 = 7
|
||||
self.num_nodes = 8
|
||||
# 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"], # v0.21.0
|
||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.20.1
|
||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.19.1
|
||||
["-nowallet", "-walletrbf=1", "-addresstype=bech32"], # v0.18.1
|
||||
|
|
@ -55,6 +56,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
|
|||
self.add_nodes(self.num_nodes, extra_args=self.extra_args, versions=[
|
||||
None,
|
||||
None,
|
||||
210000,
|
||||
200100,
|
||||
190100,
|
||||
180100,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue