-
Notifications
You must be signed in to change notification settings - Fork 148
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
Upgrade to polkadot-v1.5.0 #1494
Conversation
|
@@ -255,34 +254,6 @@ pub fn run() -> sc_cli::Result<()> { | |||
Ok((cmd.run(client, backend, Some(aux_revert)), task_manager)) | |||
}) | |||
} | |||
#[cfg(feature = "try-runtime")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is try-runtime
completely removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to https://github.com/paritytech/try-runtime-cli
This will be the last version that has try-runtime
(they plan to remove it after Jan 2024), but it needs to update a few codes, I'm lazy and thinking we could migrate to new tool now if we need the feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Breaking change:
chain-spec
: getting ready for native-runtime-free world paritytech/polkadot-sdk#1256IMPORTANT:
IdentityInfo
generic inpallet-identity
paritytech/polkadot-sdk#1661