Skip to content

Commit

Permalink
Upgrade upgrade test to v1.4.3-pre1 (#606)
Browse files Browse the repository at this point in the history
Upgrade upgrade test to v1.4.3-pre1
  • Loading branch information
DenisRybas authored Sep 9, 2024
1 parent 9b7d33c commit eb86023
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/03-test-upgrade-1.2-to-1.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"
upgrade_checksum="sha256:9b01af171b65c31765c48e9da5a0381ba0405674cba89daaa4f6e2a474a2e20a"
upgrade_checksum="sha256:135eb3d3200d53894b16a9d56c4437ae36aaf2ee663a6cbfb594c2a47b89bf6e"
binary_version_old="v1.2.2"
binary_version_new="v1.4.2-pre1"
binary_version_new="v1.4.3-pre1"

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 @@ -50,7 +50,7 @@ trap cleanup EXIT

check_adding_new_node() {
local stable_binary_version="${1:-0.12.1}"
local latest_binary_version="${2:-1.4.2-pre1}"
local latest_binary_version="${2:-1.4.3-pre1}"

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 eb86023

Please sign in to comment.