-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Motivation We need to test against the latest SNS. # Changes - Advance the IC commit to `ced285287d5513832ba8c66fc3793e438c74b531` (Wed Feb 22 23:25:09 2023 +0000) - Note: This was done with the update script. No further changes or fixes were needed. - Advance the snsdemo version used for testing to `34133493140b01b14a07c1b9fa5e9aee7290ea6d` (Thu Feb 23 04:22:12 2023 +0100) - Note: The snsdemo uses dfx version `0.13.1`, so this PR is stacked on top of the nns-dapp PR that introduces 0.13.1. # Tests ## Local testnet See CI ## Remote testnet - Deployed snsdemo to small09. Verifying a couple of canister IDs to ensure that the SNS wasms are as expected: ``` max@sinkpad:~/dfn/snsdemo (1:44:51)$ cat sns_ZUNAP_canister_ids.json { "sns_governance": { "small09": "sbzkb-zqaaa-aaaaa-aaaiq-cai" }, "sns_index": { "small09": "s24we-diaaa-aaaaa-aaaka-cai" }, "sns_ledger": { "small09": "si2b5-pyaaa-aaaaa-aaaja-cai" }, "sns_root": { "small09": "sgymv-uiaaa-aaaaa-aaaia-cai" }, "sns_swap": { "small09": "sp3hj-caaaa-aaaaa-aaajq-cai" } } max@sinkpad:~/dfn/snsdemo (1:45:04)$ curl -s "https://download.dfinity.systems/ic/ced285287d5513832ba8c66fc3793e438c74b531/canisters/sns-governance-canister.wasm.gz" | gunzip | sha256sum be452d2d84cacd137986239df224a4c53f0e24231cdb9d88ebf4adc73a73d75f - max@sinkpad:~/dfn/snsdemo (1:45:10)$ dfx canister info sbzkb-zqaaa-aaaaa-aaaiq-cai --network small09 Controllers: sgymv-uiaaa-aaaaa-aaaia-cai Module hash: 0xbe452d2d84cacd137986239df224a4c53f0e24231cdb9d88ebf4adc73a73d75f max@sinkpad:~/dfn/snsdemo (1:45:21)$ max@sinkpad:~/dfn/snsdemo (1:45:23)$ max@sinkpad:~/dfn/snsdemo (1:45:24)$ curl -s "https://download.dfinity.systems/ic/ced285287d5513832ba8c66fc3793e438c74b531/canisters/sns-swap-canister.wasm.gz" | gunzip | sha256sum db3e6a586216b169fa3e1311be53cb19e1ddff9941018ec1bc38c33def78e540 - max@sinkpad:~/dfn/snsdemo (1:45:46)$ dfx canister info sp3hj-caaaa-aaaaa-aaajq-cai --network small09 Controllers: r7inp-6aaaa-aaaaa-aaabq-cai Module hash: 0xdb3e6a586216b169fa3e1311be53cb19e1ddff9941018ec1bc38c33def78e540 max@sinkpad:~/dfn/snsdemo (1:45:59)$ max@sinkpad:~/dfn/snsdemo (1:46:30)$ max@sinkpad:~/dfn/snsdemo (1:46:30)$ curl -s "https://download.dfinity.systems/ic/ced285287d5513832ba8c66fc3793e438c74b531/canisters/sns-root-canister.wasm.gz" | gunzip | sha256sum 8ac197ef8873ad317db1ae30b42365b29045e650beaea8ea46e35f50816fbeff - max@sinkpad:~/dfn/snsdemo (1:46:36)$ dfx canister info sgymv-uiaaa-aaaaa-aaaia-cai --network small09 Controllers: sbzkb-zqaaa-aaaaa-aaaiq-cai Module hash: 0x8ac197ef8873ad317db1ae30b42365b29045e650beaea8ea46e35f50816fbeff max@sinkpad:~/dfn/snsdemo (1:46:50)$ ``` Deployed the aggregator: https://q4eej-kyaaa-aaaaa-aaaha-cai.small09.testnet.dfinity.network/ Nnsdapp is deployed by snsdemo and is the main branch. The nns-dapp is, I think, unaffected by this PR: https://qvhpv-4qaaa-aaaaa-aaagq-cai.small09.testnet.dfinity.network/launchpad/ --------- Co-authored-by: Max Murphy-Skvorzov <[email protected]>
- Loading branch information
Showing
7 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters