dfinity / interface-spec

IC Interface Specification
https://khsfq-wqaaa-aaaak-qckvq-cai.icp0.io/docs
37 stars 20 forks source link

fix timer spec in install #133

Closed mraszyk closed 1 year ago

mraszyk commented 1 year ago

The canister global timer is deactivated upon installing code to a canister and thus the init function of the WASM module sees the global timer equal to zero. This PR fixes that "typo" in the formal part of the specification.

netlify[bot] commented 1 year ago

Deploy Preview for ic-interface-spec ready!

Name Link
Latest commit ac78f42686ea2136d3fb1991036df3da525920c9
Latest deploy log https://app.netlify.com/sites/ic-interface-spec/deploys/63bd0b5bd0d6a00009bb5339
Deploy Preview https://deploy-preview-133--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 settings.

Dfinity-Bjoern commented 1 year ago

Can you add a description and explain what the change does and why?

mraszyk commented 1 year ago

Can you add a description and explain what the change does and why?

I've given it a try.