-
Notifications
You must be signed in to change notification settings - Fork 8
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
can't send extrinsics Unable to query nonce
#75
Comments
Unable to query nonce
the wasm runtime with
|
we may try to fix this by composing extrinsics manually, with substrate-api-client compose_offline_extrinsic where the nonce can be specified manually metadata is |
I was able to send an extrinsic with an old version of substrate-api-client based on V13 metadata. We can compose a setCode extrinsic like that and fix the chain just replace sudoer with real seed here: But before we can do |
fixed by reverting api-client to matadata V13 commit: use scs/substrate-api-client#219
extrinsic success, check kusama relaychain for upgrading para 2015 (takes ~1h) |
The text was updated successfully, but these errors were encountered: