We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dfinity enabled native canister snapshots. Enabling snapshot download is still not going to be available. Can
our implementation can take snapshots of arbitrary canister size? yes, but only for individual canisters is implemented so far
require us to do differential things to support stable/heap memory? no work has been done on this yet. needs discussion
support any kind of arbitrary nested data structures that we support? yes. all we are doing is serialising into JSON and back
The text was updated successfully, but these errors were encountered:
komal-sai-yral
No branches or pull requests
Dfinity enabled native canister snapshots. Enabling snapshot download is still not going to be available.
Can
our implementation can take snapshots of arbitrary canister size?
yes, but only for individual canisters is implemented so far
require us to do differential things to support stable/heap memory?
no work has been done on this yet. needs discussion
support any kind of arbitrary nested data structures that we support?
yes. all we are doing is serialising into JSON and back
The text was updated successfully, but these errors were encountered: