Skip to content

feat: new canister settings minimum_incoming_canister_call_cycles#302

Open
mraszyk wants to merge 1 commit into
mainfrom
mraszyk/minimum-incoming-canister-call-cycles
Open

feat: new canister settings minimum_incoming_canister_call_cycles#302
mraszyk wants to merge 1 commit 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
@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown

🤖 Here's your preview: https://4aj73-iyaaa-aaaam-aha2q-cai.icp0.io

@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 on lines +11 to +12
### 0.63.0 (2026-06-24) {$0_63_0}
* 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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date should be updated and this PR merged when this feature is rolled out to all subnets on the ICP mainnet.

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.

1 participant