Summary

Upgrade the Migration Canister to Commit 8facd56

Proposer: martin.raszyk at dfinity.org

Source code: 8facd5635c5e05de9b423b64aeabc2e1ad58d66e

Features & Fixes

The migration canister rejects canister migration requests in which the migrated or replaced canister is on a cloud engine.

New Commits

$ git log --format="%C(auto) %h %s" 789e5a187985cedc654988f0f337467d6d5b3dcb..8facd5635c5e05de9b423b64aeabc2e1ad58d66e --  ./rs/migration_canister
 d2109c9486 chore: migration canister rejects canister migration from/to cloud engine (#10427)
 4d24c52caa feat: Charge a base cost per canister (#10292)
 1d52e7b485 chore: remove unused core-protocol rust dependencies (#10283)
 a4c946ed6e feat(PocketIC): canister creation with cycles (#10206)
 91693e772f chore(canister_logging): update charging cycles tests (#9785)
 e08fe253de chore(canister_logging): update charging cycles tests (#9507)
 35e6579efd feat(canister_logging): add log_memory_store to system_state (#8336)

Upgrade Arguments

(record { allowlist = null })

Current Version

Current git hash: 789e5a187985cedc654988f0f337467d6d5b3dcb

Current wasm hash: a7c87d163a0cc69f6a5e4ed11f9a99618bde8658d21e8d84207963bb2400347c

Verification

See the general instructions on how to verify proposals like this. A "quick start" guide is provided here.

WASM Verification

See "Building the code" for prerequisites.

# 1. Get a copy of the code.
git clone [email protected]:dfinity/ic.git
cd ic
# Or, if you already have a copy of the ic repo,
git fetch
git checkout 8facd5635c5e05de9b423b64aeabc2e1ad58d66e

# 2. Build canisters.
./ci/container/build-ic.sh -c

# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/migration-canister.wasm.gz

This should match wasm_module_hash field of this proposal.

Upgrade Arguments Verification

didc is required.

didc encode '(record { allowlist = null })' | xxd -r -p | sha256sum

This should match the arg_hash field of this proposal.

Original NNS proposal

Payload

Proposal to execute nervous system function:

Nervous system function:

NervousSystemFunction { id: 1000, name: "Vote on NNS proposal", description: Some( "Vote yes to a given NNS proposal. If there is no strict majority, vote for the majority outcome.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( tsbvt-pyaaa-aaaar-qafva-cai, ), target_method_name: Some( "approve_proposal", ), validator_canister_id: Some( tsbvt-pyaaa-aaaar-qafva-cai, ), validator_method_name: Some( "approve_proposal_validate", ), topic: Some( ApplicationBusinessLogic, ), }, ), ), }

Payload sha256:

3d86591505537cb3a0e0fc9ac3e921939511e1d01c8c3ad1e352b2c8626a1692

Payload:

142254

Overview