Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

follow-chain testing mode for try-runtime (and revamp CLI configs). #9788

Merged
19 commits merged into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/frame/try-runtime/cli/src/commands/follow_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub struct FollowChainCmd {
uri: String,
}

pub async fn follow_chain<Block, ExecDispatch>(
pub(crate) async fn follow_chain<Block, ExecDispatch>(
shared: SharedParams,
command: FollowChainCmd,
config: Configuration,
Expand Down
4 changes: 4 additions & 0 deletions utils/frame/try-runtime/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
//! ## Commands
//!
//! See [`Command`] for more info.
kianenigma marked this conversation as resolved.
Show resolved Hide resolved
//!
//! ## Examples
//!
//! TODO
kianenigma marked this conversation as resolved.
Show resolved Hide resolved

use parity_scale_codec::Decode;
use remote_externalities::{
Expand Down