system upgrades for actor classes (tweet)
#4887
ggreif
started this conversation in
Show and tell
Replies: 1 comment
-
|
Scheduled for 4/11 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Actor classes are a neat feature in Motoko to fabricate canisters with given initial parameters. But when one has to upgrade an army of such canisters a special tool is needed:
(system Module.Class)(#upgrade ...)(args)allows upgrading/reinstalling and deleting those canisters in a convenient way.Beta Was this translation helpful? Give feedback.
All reactions