-
Notifications
You must be signed in to change notification settings - Fork 48
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 compatible with polkadot-v0.9.31
and later Substrate
#371
Comments
Supported for this is already in polkadot.js: |
So conracts-ui just need to upgrade polkadot.js dependency? I tried master branch it's also failed. |
It might me more than just an upgrade, this is a major breaking change. Not clear if polkadot.js/api supports |
@jasl there is no easy way to do this without breaking older nodes. will have to display a new input if the node supports WeightV2 and also encode/decode dry run results differently depending if the node supports V1, V2 or V1,5. |
Understood, no rush, Polkadot v0.9.31 release should 3 weeks later |
https://github.com/polkadot-js/api/releases/tag/v9.8.1 is released! Note: I PR Substrate for marking contracts API |
polkadot-v0.9.31
and later Substratepolkadot-v0.9.31
and later Substrate
Trying
contracts-ui
with Substrate Nodepolkadot-v0.9.31
and later will lead node runtime panic, probably relates to paritytech/substrate#12429I already created an issue for Substrate paritytech/substrate#12548
The text was updated successfully, but these errors were encountered: