Skip to content

Commit 4519aeb

Browse files
committed
Update Upgrade Test for 1.4.2 Release
1 parent 6f79d7f commit 4519aeb

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:b0d18713cb1582dbd686290b41657c3f5a9f17f845e85bfa56eb48da34ff8247"
22+
upgrade_checksum="sha256:91afbb7f4089838c83d801e4a0b42c829cf30f06b782738b125f4dc646a5d62c"
2323
binary_version_old="v1.2.2"
24-
binary_version_new="v1.4.1-pre2"
24+
binary_version_new="v1.4.2"
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.1-pre2}"
53+
local latest_binary_version="${2:-1.4.2}"
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)