Skip to content

feat: new canister settings minimum_incoming_canister_call_cycles#302

Merged
mraszyk merged 4 commits into
mainfrom
mraszyk/minimum-incoming-canister-call-cycles
Jul 6, 2026
Merged

feat: new canister settings minimum_incoming_canister_call_cycles#302
mraszyk merged 4 commits into
mainfrom
mraszyk/minimum-incoming-canister-call-cycles

Conversation

@mraszyk

@mraszyk mraszyk commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

New canister setting minimum_incoming_canister_call_cycles: if set, inter-canister calls from a different canister that attach fewer cycles than this threshold are rejected with CANISTER_ERROR and all attached cycles are refunded. Ingress messages and self-calls are not affected.

@github-actions github-actions Bot added the interface-spec Changes to the IC interface specification label Jun 24, 2026
@mraszyk mraszyk marked this pull request as ready for review June 24, 2026 10:04
@mraszyk mraszyk requested review from a team as code owners June 24, 2026 10:04
Comment thread docs/references/ic-interface-spec/changelog.md Outdated
Comment thread docs/references/ic-interface-spec/abstract-behavior.md Outdated
@mraszyk mraszyk merged commit 850b66e into main Jul 6, 2026
11 checks passed
@mraszyk mraszyk deleted the mraszyk/minimum-incoming-canister-call-cycles branch July 6, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interface-spec Changes to the IC interface specification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants