File tree 2 files changed +3
-3
lines changed
integration_tests/upgrade
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ source integration_tests/cli/common.sh
19
19
# Upgrade constants
20
20
21
21
plan_name=" v1.4.4"
22
- upgrade_checksum=" sha256:d196eafbe663658ac6efc9f4147e28ac9a41a9bcea348c105bedb589fb2a10e4 "
22
+ upgrade_checksum=" sha256:de813bf3b2e16b23f3dc4e2a4d2a75c1fcf7027cfb599dfd1daa7181d5ce524e "
23
23
binary_version_old=" v1.4.3"
24
- binary_version_new=" v1.4.4-2 -dev"
24
+ binary_version_new=" v1.4.4-3 -dev"
25
25
26
26
wget -O dcld_old " https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$binary_version_old /dcld"
27
27
chmod ugo+x dcld_old
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ trap cleanup EXIT
65
65
66
66
check_adding_new_node () {
67
67
local stable_binary_version=" ${1:- 0.12.1} "
68
- local latest_binary_version=" ${2:- 1.4.4-2 -dev} "
68
+ local latest_binary_version=" ${2:- 1.4.4-3 -dev} "
69
69
70
70
echo " 1. run $node_name container"
71
71
docker run -d --name $node_name --ip $ip -p " $node_p2p_port -$node_client_port :26656-26657" --network $docker_network -i dcledger
You can’t perform that action at this time.
0 commit comments