Skip to content

Commit

Permalink
Updated binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemkaaas committed Nov 13, 2024
1 parent f2c4fd6 commit a4496f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration_tests/upgrade/04-test-upgrade-1.4.3-to-1.4.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ source integration_tests/cli/common.sh
# Upgrade constants

plan_name="v1.4.4"
upgrade_checksum="sha256:d196eafbe663658ac6efc9f4147e28ac9a41a9bcea348c105bedb589fb2a10e4"
upgrade_checksum="sha256:de813bf3b2e16b23f3dc4e2a4d2a75c1fcf7027cfb599dfd1daa7181d5ce524e"
binary_version_old="v1.4.3"
binary_version_new="v1.4.4-2-dev"
binary_version_new="v1.4.4-3-dev"

wget -O dcld_old "https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$binary_version_old/dcld"
chmod ugo+x dcld_old
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/upgrade/add-new-node-after-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ trap cleanup EXIT

check_adding_new_node() {
local stable_binary_version="${1:-0.12.1}"
local latest_binary_version="${2:-1.4.4-2-dev}"
local latest_binary_version="${2:-1.4.4-3-dev}"

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

0 comments on commit a4496f0

Please sign in to comment.