Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Only controllers can install chunked code #251

Merged
merged 3 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,8 @@ This method traps if the canister's cycle balance decreases below the canister's

This method installs code that had previously been uploaded in chunks.

Only controllers of the target canister can call this method.

The `mode`, `arg`, and `sender_canister_version` parameters are as for `install_code`.
The `target_canister` specifies the canister where the code should be installed.
The optional `storage_canister` specifies the canister in whose chunk storage the chunks are stored (this parameter defaults to `target_canister` if not specified).
Expand Down
Loading