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

Check freezing limit more thoroughly #221

Merged
merged 16 commits into from
Sep 13, 2023
Merged

Check freezing limit more thoroughly #221

merged 16 commits into from
Sep 13, 2023

Conversation

mraszyk
Copy link
Contributor

@mraszyk mraszyk commented Aug 21, 2023

This PR makes the following changes:

  • model compute and memory allocation and canister's memory usage in the formal semantics
  • model subnet size in the formal semantics
  • inspect_message is not invoked on frozen canisters (similarly to query calls)
  • freezing limit is checked when creating and installing canisters and changing their settings

Closes #184

@mraszyk mraszyk requested a review from a team as a code owner August 21, 2023 09:56
@netlify
Copy link

netlify bot commented Aug 21, 2023

Deploy Preview for ic-interface-spec ready!

Name Link
🔨 Latest commit 5d0f121
🔍 Latest deploy log https://app.netlify.com/sites/ic-interface-spec/deploys/64e33eb8dfcf72000840017c
😎 Deploy Preview https://deploy-preview-221--ic-interface-spec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mraszyk mraszyk marked this pull request as draft August 21, 2023 19:40
spec/index.md Show resolved Hide resolved
@mraszyk mraszyk marked this pull request as ready for review August 23, 2023 18:58
@mraszyk mraszyk merged commit 17c82f7 into master Sep 13, 2023
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check for the freezing threshold on increase of compute/memory allocation
2 participants