-
Notifications
You must be signed in to change notification settings - Fork 13
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
not able to send extrinsics: WASM unreachable instruction #94
Comments
suspicion: the runtime wasm is too old and doesn't match the runtime_api of the current collator
given the error message, we should look at:
changes in node-template runtime:
The removal of default for AccountID may be an issue? And the decl_runtime_apis has a different version
|
it is unlikely that the runtime is really too old, as we had trouble with integritee too - where the runtime wasm is even older - and we were able to send a force_transfer extrinsic there: integritee-network/parachain#75 |
I was able to send an empty batch extrinsic: |
trying to send
balances.transfer
The text was updated successfully, but these errors were encountered: