File tree 2 files changed +3
-4
lines changed
integration_tests/upgrade
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
package app
2
2
3
3
import (
4
- "fmt"
5
4
"io"
6
5
"net/http"
7
6
"os"
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ trustee_account_3="bob"
211
211
vendor_account=" vendor_account"
212
212
213
213
plan_name=" v0.13.0-pre"
214
- upgrade_checksum=" sha256:f3b50f414c04dda19c14cbe1c4b8e17a952708ded35ac74992ef972604cbb61b "
214
+ upgrade_checksum=" sha256:2e1df8fcd97d0f35f214fcc0fc9bc9bb28827f8815bba4b6ab797b19d8d0d4ac "
215
215
216
216
vid=1
217
217
pid_1=1
@@ -597,8 +597,8 @@ plan_height=$(expr $current_height \+ 20)
597
597
test_divider
598
598
599
599
echo " Propose upgrade $plan_name at height $plan_height "
600
- echo " https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/v1.2.0-pre /dcld.ubuntu.tar.gz?checksum=$upgrade_checksum "
601
- result=$( echo $passphrase | dcld tx dclupgrade propose-upgrade --name=$plan_name --upgrade-height=$plan_height --upgrade-info=" {\" binaries\" :{\" linux/amd64\" :\" https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/v1.2.0-pre /dcld.ubuntu.tar.gz?checksum=$upgrade_checksum \" }}" --from $trustee_account_1 --yes)
600
+ echo " https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$plan_name /dcld.ubuntu.tar.gz?checksum=$upgrade_checksum "
601
+ result=$( echo $passphrase | dcld tx dclupgrade propose-upgrade --name=$plan_name --upgrade-height=$plan_height --upgrade-info=" {\" binaries\" :{\" linux/amd64\" :\" https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$plan_name /dcld.ubuntu.tar.gz?checksum=$upgrade_checksum \" }}" --from $trustee_account_1 --yes)
602
602
echo " $result "
603
603
check_response " $result " " \" code\" : 0"
604
604
You can’t perform that action at this time.
0 commit comments