You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the following error while connected to Polkadot using lates version of @polkadot/rpc-provider": "9.4.1 / "@substrate/smoldot-light": "0.6.33"
Smoldot has panicked while executing task "json-rpc-polkadot" Panicked at 'called Result::unwrap() on an Err value: ()', /__w/smoldot/smoldot/bin/light-base/src/json_rpc_service.rs:1346:61
The text was updated successfully, but these errors were encountered:
Fix#2763
This PR gives a proper error type to the `state_trie_root_hash` function
(which retrieves the state trie root hash of a block from the network),
and makes `runtime_lock` properly propagates the error instead of
unwrapping.
Got the following error while connected to Polkadot using lates version of
@polkadot/rpc-provider": "9.4.1
/"@substrate/smoldot-light": "0.6.33"
The text was updated successfully, but these errors were encountered: