Upgrade the Subnet Rental Canister to Version 0.7.0
#143438 · Adopted and executed · proposed Aug 10, 2026
Summary
Upgrade the Subnet Rental Canister to 0.7.0
__Proposer__: stefan.schneider at dfinity.org
__Source code__: [c777f9982b66bfc68e63ccdf6c77532d9531f438][new-commit]
[new-commit]: https://github.com/dfinity/subnet-rental-canister/tree/c777f9982b66bfc68e63ccdf6c77532d9531f438
Features & Fixes
This proposal is to upgrade the subnet rental canister to version 0.7.0.
This release contains a one-time migration of the Swiss subnet rental agreement (currently the only agreement) to a cheaper plan. This is triggered by the fact that the Swiss subnet now only consists of 7 nodes, but the cycle burn rate was originally set assuming a 13 node subnet. The new rate is scaled by a factor of 7/13, and only affects the payment going forward, with no retroactive effect.
New Commits
$ git log --format="%C(auto) %h %s" 0.6.0..0.7.0
c777f99 chore: release 0.7.0 (#109)
237843b feat: add App7CH rental condition and migrate Swiss Subnet to it (#108)
87ee849 feat: emit events for all state-changing endpoints (#100)
Current Version
__Semver__: 0.6.0
__Current git hash__: 1eeb47364fa0dd56654051cb798fc9a2e12acc00
__Current wasm hash__: 7f15a1d822148eb9262fb799321ea780c9ab84a9f5f06657dba22ff7ec28d997
Verification
Run the following commands to verify the Wasm hash:
git clone https://github.com/dfinity/subnet-rental-canister.git
cd subnet-rental-canister
git checkout c777f9982b66bfc68e63ccdf6c77532d9531f438
./scripts/docker_build.sh
shasum -a 256 subnet_rental_canister.wasm.gz
The expected hash of the subnet_rental_canister.wasm.gz file is:
11216163c1e7f2599460506eae531dbd542655ced38bea1713eaeded6439dd29
There are no upgrade arguments to this upgrade proposal.
Official view: dashboard.internetcomputer.org/proposal/143438