-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unable to decode storage system.events after upgrading node template to 0.9.30 release #8259
Comments
@jacogr reading the error i wonder if this paritytech/substrate#12219 included in the release 0.9.30 has something to do. |
also this paritytech/substrate#11981 renames the |
The issue with Substrate (spec_name “node”) and the template (spec_name “node_template”) is that the API only tracks master. So for these it explicitly applies a weight override to use the latest v2. Basically it means that older versions of those with the matching spec_name won’t work. There is most probably already a fix applied in api master that will also downgrade types based on detection (current releases versions only upgrade with detection - so without a downgrade the v2 weights are always applied to any “spec_name == node”) |
This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Hi, I am bumping into this issue with both running
polkadotjs/apps
locally, and using thepolkadot.js.org
page with the substrate node template (with 0.9.28 everything works well):Browser Google Chrome, node version
The text was updated successfully, but these errors were encountered: