-
Notifications
You must be signed in to change notification settings - Fork 112
feat: implement primitive for ic0.root_key_
{size
, copy
}
#4994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -1,6 +1,7 @@ | |||
import Prim "mo:⛔"; | |||
actor { | |||
Prim.debugPrint ("init'ed 0"); | |||
Prim.debugPrint ("root key: " # debug_show Prim.rootKey()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope that in the final version this will actually work 🤞
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far, thanks for jumping in!
@Kamirus please do Sadly |
Co-authored-by: Gabor Greif <gabor@dfinity.org>
ic0.root_key_
{size
, copy
}ic0.root_key_
{size
, copy
}
Closes #4989
Closes #4968