Skip to content

Commit c620790

Browse files
committed
Updated binary version
1 parent 0bff02a commit c620790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration_tests/upgrade/04-test-upgrade-1.4.3-to-1.4.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.4"
22-
upgrade_checksum="sha256:b4293d404ea454334b23969a6d7f3b58515ea8c0296ccb3f3a7095f728366925"
22+
upgrade_checksum="sha256:f740b65e5b0d417856ea7c8caef0d937e5810d1b448efc58b9842879409d87ff"
2323
binary_version_old="v1.4.3"
24-
binary_version_new="v1.4.4-4-dev"
24+
binary_version_new="v1.4.4-5-dev"
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
@@ -65,7 +65,7 @@ trap cleanup EXIT
6565

6666
check_adding_new_node() {
6767
local stable_binary_version="${1:-0.12.1}"
68-
local latest_binary_version="${2:-1.4.4-4-dev}"
68+
local latest_binary_version="${2:-1.4.4-5-dev}"
6969

7070
echo "1. run $node_name container"
7171
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)