-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sns): Implement
AdvanceSnsTargetVersion
proposal type (#2704)
This PR implements the new `AdvanceSnsTargetVersion` proposal type. This is part of an upcoming [Effortless SNS Updates](https://forum.dfinity.org/t/effortless-sns-updates/35751) feature. Example proposal rendering: ```markdown # Proposal to advance SNS target version | Canister | Current version's module hash | New target version's module hash | |------------|------------------------------------------------------------------|------------------------------------------------------------------| | Root | 94914e8dee53b50119b0d7ab3231d31a9edcbe64a551ab1bf7c64a384deb6d8e | f179a793617fbf243b8c40c550a7c55de192a78e94cf532c54f2afbb949bbd3b | | Governance | 56b4a7cd6000c0a5a25039eeefc6b8a1293584b6000d2d3337e767cfdfb898f9 | 56b4a7cd6000c0a5a25039eeefc6b8a1293584b6000d2d3337e767cfdfb898f9 | | Swap | 8d86919c99ce6ce9e84d886e57e34d03ba1dcd6146a9b9f0e093aaef75ec9d98 | 8d86919c99ce6ce9e84d886e57e34d03ba1dcd6146a9b9f0e093aaef75ec9d98 | | Index | 85a40c91c08f7e36fd0472c8ffce6b0a706a9327ba75c5026e9c666aa14c6030 | 85a40c91c08f7e36fd0472c8ffce6b0a706a9327ba75c5026e9c666aa14c6030 | | Ledger | faaae9a55533e2aafa262b7be8c8c72111ae7632a987672e42760a426088ca74 | faaae9a55533e2aafa262b7be8c8c72111ae7632a987672e42760a426088ca74 | | Archive | 5327fa6f81b69241d6250369d1085c693f4bb20310e96f762bcd3f49e628c998 | 5327fa6f81b69241d6250369d1085c693f4bb20310e96f762bcd3f49e628c998 | ### Upgrade steps | Step | Root | Governance | Swap | Index | Ledger | Archive | Changes | |------|------|------------|------|-------|--------|---------|---------| | 0 | 94914e | 56b4a7 | 8d8691 | 85a40c | faaae9 | 5327fa | Current version | | 1 | bfafb3 | 56b4a7 | 8d8691 | 85a40c | faaae9 | 5327fa | Root @ bfafb303f73c6a7e0b68b1c0ad8bc70a14b8f65bf68687348fa9be58192108eb | | 2 | f179a7 | 56b4a7 | 8d8691 | 85a40c | faaae9 | 5327fa | Root @ f179a793617fbf243b8c40c550a7c55de192a78e94cf532c54f2afbb949bbd3b | ### Monitoring the upgrade process Please note: the upgrade steps above (valid around timestamp 1620505059 seconds) might change during this proposal's voting period. Such changes are unlikely and are subject to NNS community's approval. The **upgrade journal** provides up-to-date information on this SNS's upgrade process: https://7uieb-cx777-77776-qaaaq-cai.raw.icp0.io/journal/json ``` < [Previous PR ](#2696) | [Next PR](#2715) >
- Loading branch information
Showing
14 changed files
with
982 additions
and
110 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.