Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic in runtime call after upgrade #2468

Closed
tomaka opened this issue Jul 5, 2022 · 4 comments · Fixed by #2736
Closed

Panic in runtime call after upgrade #2468

tomaka opened this issue Jul 5, 2022 · 4 comments · Fixed by #2736

Comments

@tomaka
Copy link
Contributor

tomaka commented Jul 5, 2022

Trying to send a transaction after a runtime upgrade happened has led to:

Error: panicked at 'called Result::unwrap() on an Err value: 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 'called Result::unwrap() on an Err value: 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

@tomaka
Copy link
Contributor Author

tomaka commented Jul 5, 2022

.unwrap(); // TODO: don't unwrap /!\

@wirednkod
Copy link
Contributor

Omni reported the following:
image

I think this is relevant to this issue

@pgolovkin
Copy link

@tomaka when the release may be expected?

@tomaka
Copy link
Contributor Author

tomaka commented Sep 13, 2022

#2745

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants