-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cketh/ckerc20): proposal to upgrade ledger suite orchestrator and managed canisters #4295
base: master
Are you sure you want to change the base?
Conversation
|
||
New compressed Wasm hash: `6636c8fd14425cf1a2674fc0539adb8ab49b0737b6d48e486da8266eb4437b11` | ||
|
||
Upgrade args hash: `f4f5d2dafb322e7c543d7533cf7086ec9b46bd556b416b1fb89e883aa0826ab1` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The upgrade args hash looks good!
|
||
Git hash: `0d96610b842ca721e50169c65bdfbc5d6d3d8b67` | ||
|
||
New compressed Wasm hash: `6636c8fd14425cf1a2674fc0539adb8ab49b0737b6d48e486da8266eb4437b11` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compressed WASM hash confirmed!
git fetch | ||
git checkout 0d96610b842ca721e50169c65bdfbc5d6d3d8b67 | ||
cd rs/ethereum/ledger-suite-orchestrator | ||
didc encode -d ledger_suite_orchestrator.did -t '(OrchestratorArg)' '(variant { UpgradeArg = record {git_commit_hash = opt "0d96610b842ca721e50169c65bdfbc5d6d3d8b67"; ledger_compressed_wasm_hash = opt "d94d8283e2a71550bac5da0365ca719545e97d05c88787efb679993e2e8c12f4"; index_compressed_wasm_hash = opt "2e971761ca87928807d736c152afbfcbabb8a7b1dbdf46539702f8671286d577"; archive_compressed_wasm_hash = opt "1057c058587858729cb183f008c06210920bd34dfab85e62388e71a8033d0302"}})' | xxd -r -p | sha256sum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed!
$ sha256sum ./artifacts/canisters/ic-icrc1-ledger-u256.wasm.gz
d94d8283e2a71550bac5da0365ca719545e97d05c88787efb679993e2e8c12f4 ./artifacts/canisters/ic-icrc1-ledger-u256.wasm.gz
$ sha256sum ./artifacts/canisters/ic-icrc1-index-ng-u256.wasm.gz
2e971761ca87928807d736c152afbfcbabb8a7b1dbdf46539702f8671286d577 ./artifacts/canisters/ic-icrc1-index-ng-u256.wasm.gz
$ sha256sum ./artifacts/canisters/ic-icrc1-archive-u256.wasm.gz
1057c058587858729cb183f008c06210920bd34dfab85e62388e71a8033d0302 ./artifacts/canisters/ic-icrc1-archive-u256.wasm.gz
(XC-312) Proposal to upgrade all ledger suites managed by the ledger suite orchestrator to ledger-suite-icrc-2025-02-27.