Replies: 1 comment 5 replies
-
|
That's still true, yes. The issues I still follow in the Polkadot SDK repo haven't gotten any activity. |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi @tomaka,
I recall a conversation we had a few months ago where you mentioned that for Smoldot to respond to a
descendantsHashesstorage query, the client would still need to download the actual values associated with the storage key. From those values, Smoldot would then compute the hashes.If I understood correctly, this was because the P2P protocol doesn’t allow the client to request just the hashes alone, which makes the process somewhat inefficient. As a result, using
descendantsHashesto check for changes in storage values wasn’t particularly advantageous, and it was generally better to querydescendantsValuesdirectly instead.Does this still hold true? Or have there been any changes in this regard since we last discussed it?
Beta Was this translation helpful? Give feedback.
All reactions