smoldot
smoldot copied to clipboard
Panic in runtime call after upgrade
Trying to send a transaction after a runtime upgrade happened has led to:
Error: panicked at 'called
Result::unwrap()on anErrvalue: Call(StorageQuery(StorageQueryError { errors: [ProofVerification(TrieRootNotFound), ProofVerification(TrieRootNotFound), ProofVerification(TrieRootNotFound)] }))', /home/tomaka/Projets/smoldot/bin/light-base/src/json_rpc_service/state_chain.rs:1188:26 (demo) Error during JSON-RPC request: Error: Error: panicked at 'calledResult::unwrap()on anErrvalue: Call(StorageQuery(StorageQueryError { errors: [ProofVerification(TrieRootNotFound), ProofVerification(TrieRootNotFound), ProofVerification(TrieRootNotFound)] }))', /home/tomaka/Projets/smoldot/bin/light-base/src/json_rpc_service/state_chain.rs:1188:26
https://github.com/paritytech/smoldot/blob/84745accd5608c98ceb4e3d6733e573808e442ad/bin/light-base/src/json_rpc_service/state_chain.rs#L1188
Omni reported the following:

I think this is relevant to this issue
@tomaka when the release may be expected?
https://github.com/paritytech/smoldot/pull/2745