-
Notifications
You must be signed in to change notification settings - Fork 70
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
Corner cases about child tries are unexplained #540
Comments
Fixed in #554 |
Test coverage in w3f/polkadot-tests#241, should be merged, soon |
I don't see how #554 covers any of the questions that I've raised, and I don't see any answer to them in the spec. For some reason I don't have a "reopen" button, but if I had one I'd reopen the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some questions are in my opinion not really clear in the spec:
ext_storage_get_version_1
orext_storage_read_version_1
host function with a key K, where K is in fact a child trie? As far as I understand, this would return the trie root hash of the child trie, but this isn't really clear in the spec.ext_storage_set_version_1
host function with a key K, where K is in fact a child trie? I assume that it destroys the child trie, but this isn't really clear.ext_default_child_storage_*
host functions with achild_storage_key
that is in fact not a child trie? I assume that this is the equivalent of a runtime panic?The text was updated successfully, but these errors were encountered: