Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

remove: try-runtime from node #99

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

weezy20
Copy link
Contributor

@weezy20 weezy20 commented Nov 10, 2023

No description provided.

@weezy20 weezy20 requested a review from Moliholy November 10, 2023 06:56
Some(Subcommand::TryRuntime) => Err("Try-runtime was not enabled when building the node. \
You can enable it with `--features try-runtime`."
.into()),
Some(Subcommand::TryRuntime) => Err("The `try-runtime` subcommand has been migrated to a standalone CLI (https://github.com/paritytech/try-runtime-cli). It is no longer being maintained here and will be removed entirely some time after January 2024. Please remove this subcommand from your runtime and use the standalone CLI.".into()),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In other occasions I completely removed any reference to the try-runtime command, including this help.

I'm not against showing this information, but I wonder if it's really necessary to keep it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The message will be removed completely alongside the cli stub in future iterations. Let's just keep it around for now to indicate to those who might be expecting to use try-runtime on our node.

@weezy20 weezy20 merged commit 2241382 into feat/Moliholy/polkadot-1.3.0 Nov 11, 2023
1 check passed
@weezy20 weezy20 deleted the w/remove-try-runtime branch November 11, 2023 06:11
weezy20 added a commit that referenced this pull request Nov 17, 2023
* feat: upgrate to polkadot-1.3.0

* remove: try-runtime from node (#99)

---------

Co-authored-by: Abhishek Shah <abhishekshah3@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants