feat: Certification versions V27 and V28 - #332
Conversation
Update to the specifications related to the new `last_install_timestamp` and `canister_creation_timestamp` leaves in the state tree.
|
🤖 Here's your preview: https://yvncx-qyaaa-aaaam-aeiqa-cai.icp0.io |
mraszyk
left a comment
There was a problem hiding this comment.
It'd be less confusing in my opinion if last_install_timestamp is cleared whenever the canister is uninstalled.
But it is. The field is missing if the canister is not installed. |
|
|
Oh I see. Sorry I didn't understand the suggestion at first. I added this now. Also, I added that the two fields get deleted when the canister gets deleted, along with the environment variables, which were also missing. |
|
I fixed a few more places and the PR looks good to me, but I'll only approve it once the replica code changes is rolled out (to prevent accidental merge). |
Update to the specifications related to the new
last_install_timestampandcanister_creation_timestampleaves in the state tree.