-
Notifications
You must be signed in to change notification settings - Fork 4
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
worker fails to sync properly after runtime V6 update #42
Comments
When trying to resynch the chain-relay, the follwoing happens:
It seems the MultiAddress type is a breaking change for our chain relay. Probably should reset the chain entirely and not waste energy on this issue |
MultiAddress type could be caused by: currently, sgx_runtime still has old AccountId type, while the chain uses MultiAddress NO, the error panics in the worker, not the enclave..... |
Cantillon had to be reset. Not worth the effort to fix this before we fix integritee-network#85 |
After updating node and worker from 0.6.15 to 0.7.0 (breaking changes in substrate, different types) the worker doesn't synch properly but reports trouble with grandpa proofs:
And the worker-api is not responsive:
The text was updated successfully, but these errors were encountered: