-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(polkadot): upgrade to v1.1.0 #902
Conversation
After running: try-runtime --runtime ./target/release/wbuild/tfchain-runtime/tfchain_runtime.compact.compressed.wasm on-runtime-upgrade live --uri wss://tfchain.dev.grid.tf:443/ws I have such result: triggered here by the But not sure it is a big deal in our case since weight was excessively inflated for some safety reason I guess. |
To my understanding this migration toke slight longer than ref time ? how it could bad if ran against mainnet state? could you check? |
Update: Never mind, got it to work. |
There isn't any runtime migration required to update to Polkadot v1.1.0, right? |
LGTM |
When executing Also I checked for eventual required migrations in Polkadot v1.1.0 analysis So we should be good on migration side |
Description
try-runtime
from node cliMaxNominators
topallet_grandpa::Config
grandpa
: avoid importing unnecessary justificationsvec
,Vec
,Box
,Zero
were removed fromframe_benchmarking
Dispatchable
,DispatchError
,bounded_vec
were removed fromframe_support
sp-weights
dependency to get access toWeight
RuntimeDebug
topallet_prelude::RuntimeDebug
log
dependency topallet-tft-bridge
sp-state-machine
dependency tosubstrate-validator-set
to getBasicExternalities
Related Issues:
Checklist:
Please delete options that are not relevant.