File tree Expand file tree Collapse file tree 4 files changed +77
-0
lines changed
Expand file tree Collapse file tree 4 files changed +77
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # Load the environment variables
4+ source " $( pwd) " /proposals/env.sh
5+
6+ export CANISTERS_PATH=" $( pwd) /.dfx/ic/github"
7+
8+ quill sns make-upgrade-canister-proposal $PROPOSAL_NEURON_ID --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE --target-canister-id " 5szpn-tiaaa-aaaaj-qncoq-cai" --wasm-path " $CANISTERS_PATH /ic_oss_cluster.wasm.gz" --mode upgrade --title " Upgrade ic_oss_cluster canister to v1.2.0" --summary " chore: update with latest ICP crates" --url " https://github.com/ldclabs/ic-oss/releases/tag/v1.2.0" > proposal-message.json
9+
10+ # quill send proposal-message.json
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # Load the environment variables
4+ source " $( pwd) " /proposals/env.sh
5+
6+ # ic-oss-cli -i debug/oss.pem cluster-add-wasm -c 5szpn-tiaaa-aaaaj-qncoq-cai --path .dfx/ic/github/ic_oss_bucket.wasm.gz --description "ic_oss_bucket v1.2.0" --ic
7+ # dfx canister call ic_oss_cluster get_cluster_info '()' --ic
8+
9+ export BLOB=" $( didc encode --format blob ' (record {canister=principal "532er-faaaa-aaaaj-qncpa-cai"}, null)' ) "
10+
11+ quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal " (
12+ record {
13+ title = \" Execute admin_deploy_bucket() to update ic-oss-bucket WASM to v1.2.0\" ;
14+ url = \" https://github.com/ldclabs/ic-oss/releases/tag/v1.2.0\" ;
15+ summary = \" This proposal executes admin_deploy_bucket() on ic_oss_cluster 5szpn-tiaaa-aaaaj-qncoq-cai to upgrade ic_oss_bucket 532er-faaaa-aaaaj-qncpa-cai.\" ;
16+ action = opt variant {
17+ ExecuteGenericNervousSystemFunction = record {
18+ function_id = 1_115 : nat64;
19+ payload = ${BLOB} ;
20+ }
21+ };
22+ }
23+ )" > proposal-message.json
24+
25+ # quill send proposal-message.json
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # Load the environment variables
4+ source " $( pwd) " /proposals/env.sh
5+
6+ quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal ' (
7+ record {
8+ title = "Update ICPanda SNS metadata";
9+ url = "https://dashboard.internetcomputer.org/sns/d7wvo-iiaaa-aaaaq-aacsq-cai";
10+ summary = "Update ICPanda SNS description";
11+ action = opt variant {
12+ ManageSnsMetadata = record {
13+ name = opt "ICPanda";
14+ description = opt "We’re building the foundational infrastructure and applications that empower AI agents to thrive as first-class citizens in the Web3 ecosystem. Anda.AI | dMsg.net";
15+ }
16+ };
17+ }
18+ )' > proposal-message.json
19+
20+ # quill send proposal-message.json
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # Load the environment variables
4+ source " $( pwd) " /proposals/env.sh
5+
6+ export BLOB=" $( didc encode --format blob ' (record {canister=principal "sb6zj-3aaaa-aaaaj-qndla-cai"}, null)' ) "
7+
8+ quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal " (
9+ record {
10+ title = \" Execute admin_deploy_bucket() to update ic-oss-ic_oss_bucket_02 WASM to v1.2.0\" ;
11+ url = \" https://github.com/ldclabs/ic-oss/releases/tag/v1.2.0\" ;
12+ summary = \" This proposal executes admin_deploy_bucket() on ic_oss_cluster 5szpn-tiaaa-aaaaj-qncoq-cai to upgrade ic_oss_bucket_02 sb6zj-3aaaa-aaaaj-qndla-cai.\" ;
13+ action = opt variant {
14+ ExecuteGenericNervousSystemFunction = record {
15+ function_id = 1_115 : nat64;
16+ payload = ${BLOB} ;
17+ }
18+ };
19+ }
20+ )" > proposal-message.json
21+
22+ # quill send proposal-message.json
You can’t perform that action at this time.
0 commit comments