Summary

Upgrade the Engine-controller Canister to Commit 8facd56

Proposer: pietro.di.marco at dfinity.org

Source code: 8facd5635c5e05de9b423b64aeabc2e1ad58d66e

Features & Fixes

  • Allow the engine-controller canister to update cloud engines directly (#10431).
  • Return the newly created subnet id directly in the subnet-creation response. Callers no longer need to poll and match nodes to subnets after creation.
  • Extract the engine-controller canister's interface types into a shared, importable crate so other projects can depend on them (#10417).

New Commits

$ git log --format="%C(auto) %h %s" c8649149f75040378e608e2a77eb3433122e7bf9..8facd5635c5e05de9b423b64aeabc2e1ad58d66e --  ./rs/engine_controller
 8facd5635c feat: allow engine-controller canister to update cloud engines directly (#10431)
 ed411fe09d chore: extract types into a shared libary for engine-controller canister (#10417)
 6c08e73a0e chore(engine-controller): sending the return value for subnet id creation (#10412)

Current Version

Current git hash: c8649149f75040378e608e2a77eb3433122e7bf9

Current wasm hash: 8b43f08214be71bbabd3afbe0072a7ed493a3fe8a1f1d3b2fb7ee64512bdc289

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/engine-controller-canister.wasm.gz

This should match wasm_module_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:

8b55f25c27dc58aa52104d7b74e7fbc1ab496bb161dbcf421d1179d47bc6920a

Payload:

142266

Overview