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.
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). |
mraszyk
left a comment
There was a problem hiding this comment.
The NNS subnet is still not upgraded, but it's fine to not wait for this one which will be upgraded today.
Update to the specifications related to the new
last_install_timestampandcanister_creation_timestampleaves in the state tree.