Skip to content

Commit

Permalink
chore: prep for v0.21.0 (#1717)
Browse files Browse the repository at this point in the history
Prep work for the v0.21.0 release. The `current` version in
`versions/versions.json` will be updated after this is live on testntet
as it only impacts docs.
The seeds for testnet 7 are included in #1681, which will be merged once
we're ready to have the public launch testnet 7 nodes.
  • Loading branch information
PoisonPhang authored Apr 9, 2024
2 parents 5651650 + c53a04a commit bed32d0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
18 changes: 18 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
url = "github:unionlabs/union/release-v0.20.0";
flake = false;
};
v0_21_0 = {
url = "github:unionlabs/union/release-v0.21.0";
flake = false;
};
};
outputs =
inputs@{ self
Expand Down
2 changes: 1 addition & 1 deletion unionvisor/unionvisor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
mkBundle {
name = "testnet-next";
versions = uniondBundleVersions.complete;
nextVersion = "v0.21.0";
nextVersion = "v0.22.0";
genesis = ../networks/genesis/union-testnet-7/genesis.json;
meta = {
binary_name = "uniond";
Expand Down
2 changes: 1 addition & 1 deletion versions/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"seeds": "b37de4c50e26f7cde4c7b6ce06046a6693ffef2c@union.testnet.6.seed.poisonphang.com:26656"
},
"union-testnet-7": {
"versions": ["v0.20.0"],
"versions": ["v0.20.0", "v0.21.0"],
"current": "v0.20.0",
"seeds": ""
}
Expand Down

0 comments on commit bed32d0

Please sign in to comment.