Skip to content

Commit eb86023

Browse files
authored
Upgrade upgrade test to v1.4.3-pre1 (#606)
Upgrade upgrade test to v1.4.3-pre1
1 parent 9b7d33c commit eb86023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration_tests/upgrade/03-test-upgrade-1.2-to-1.4.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ source integration_tests/cli/common.sh
1919
# Upgrade constants
2020

2121
plan_name="v1.4"
22-
upgrade_checksum="sha256:9b01af171b65c31765c48e9da5a0381ba0405674cba89daaa4f6e2a474a2e20a"
22+
upgrade_checksum="sha256:135eb3d3200d53894b16a9d56c4437ae36aaf2ee663a6cbfb594c2a47b89bf6e"
2323
binary_version_old="v1.2.2"
24-
binary_version_new="v1.4.2-pre1"
24+
binary_version_new="v1.4.3-pre1"
2525

2626
wget -O dcld_old "https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$binary_version_old/dcld"
2727
chmod ugo+x dcld_old

integration_tests/upgrade/add-new-node-after-upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ trap cleanup EXIT
5050

5151
check_adding_new_node() {
5252
local stable_binary_version="${1:-0.12.1}"
53-
local latest_binary_version="${2:-1.4.2-pre1}"
53+
local latest_binary_version="${2:-1.4.3-pre1}"
5454

5555
echo "1. run $node_name container"
5656
docker run -d --name $node_name --ip $ip -p "$node_p2p_port-$node_client_port:26656-26657" --network $docker_network -i dcledger

0 commit comments

Comments
 (0)