npm smoldot v3.2.0#3279
Merged
Merged
Conversation
lexnv
approved these changes
Jun 2, 2026
BigTava
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is to:
smoldot-v3.2.0npm.smoldot-light v1.2.0,smoldot v1.2.0Changes
Added
chainHead_v1_storagecan now read child-trie storage (the default child trie), letting callers read e.g. contract storage directly without going through a runtime call. (#3278)ext_trie_blake2_256_verify_proof_version_1andext_trie_blake2_256_verify_proof_version_2host functions. The verifier handles Substrate's compact proof format (as produced bysp_trie::generate_trie_proof). (#3263)Fixed
ext_transaction_index_index_version_1andext_transaction_index_renew_version_1now consume their parameters with the correct wasm value types (3xI32 and 2xI32 respectively), fixing a wasm-executor crash when a substrate runtime calls either function. Behavior remains a no-op since smoldot is a light client. (#3263)