Summary

Upgrade the Engine-controller Canister to Commit 6c4d31d

Proposer: pietro.di.marco at dfinity.org

Source code: 6c4d31d69969a57e78cd17c237637592dd4fd960

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..6c4d31d69969a57e78cd17c237637592dd4fd960 --  ./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)

Upgrade Arguments

()

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 6c4d31d69969a57e78cd17c237637592dd4fd960

# 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.

Upgrade Arguments Verification

didc is required.

didc encode '()' | 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:

b1a2ef73f814b207ca2c24926f1b015f686c71eb6cee8ce4078b8d4fc47e2c4b

Payload:

142271

Overview