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
I've received the following issues somewhat often with smoldot
Smoldot has panicked while executing task `sync-service-asset-hub-polkadot`. This is a bug in smoldot. Please open an issue at https://github.com/smol-dot/smoldot/issues with the following message:panicked at /__w/smoldot/smoldot/lib/src/chain/async_tree.rs:866:9:assertion failed: self.input_best_block_index.map_or(false, |current_input_best| self.non_finalized_blocks.is_ancestor(node_to_finalize, current_input_best)) client.js:75:24
The issue appear to happen if you lazily add parachains (Hard to tell because I can't consistently reproduce this error).
constrelayChain=smoldot.addChain({chainSpec: relayChainSpec});// Will only be called if parachain interaction is neededconstgetParachain=()=>smoldot.addChain({chainSpec: parachainSpec,potentialRelayChains: [relayChain]});
The text was updated successfully, but these errors were encountered:
This is most likely a duplicate of #1901, which might be fixed but the fix unreleased. If you have a way to generate logs when the problem happens, it would be very helpful.
I've received the following issues somewhat often with smoldot
The issue appear to happen if you lazily add parachains (Hard to tell because I can't consistently reproduce this error).
This seems to work fine (so far):
But this will occasionally raise the panic error:
The text was updated successfully, but these errors were encountered: