From aecb5d6464f94cbdb57864658990c7d9fee157a3 Mon Sep 17 00:00:00 2001 From: liamaharon Date: Wed, 11 Oct 2023 15:04:36 +0000 Subject: [PATCH] deploy: efb28cde695956e153a592fdcab52df5f88f29f4 --- implementors/clap_builder/derive/trait.Args.js | 2 +- implementors/clap_builder/derive/trait.CommandFactory.js | 2 +- implementors/clap_builder/derive/trait.FromArgMatches.js | 2 +- implementors/clap_builder/derive/trait.Parser.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/str/traits/trait.FromStr.js | 2 +- search-index.js | 2 +- try_runtime/index.html | 2 +- try_runtime_core/index.html | 2 +- try_runtime_core/inherent_provider/enum.Chain.html | 4 ++-- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/implementors/clap_builder/derive/trait.Args.js b/implementors/clap_builder/derive/trait.Args.js index 36fb0ecca36..6ce409abc7a 100644 --- a/implementors/clap_builder/derive/trait.Args.js +++ b/implementors/clap_builder/derive/trait.Args.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl Args for SharedParams"],["impl Args for Command"],["impl Args for Command"],["impl Args for Command"],["impl Args for TryRuntime"],["impl Args for Command"],["impl Args for LiveState"],["impl Args for Command"],["impl Args for Command"]] +"try_runtime_core":[["impl Args for Command"],["impl Args for SharedParams"],["impl Args for Command"],["impl Args for LiveState"],["impl Args for Command"],["impl Args for Command"],["impl Args for Command"],["impl Args for Command"],["impl Args for TryRuntime"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.CommandFactory.js b/implementors/clap_builder/derive/trait.CommandFactory.js index 7986cdc2612..0a811e20e4e 100644 --- a/implementors/clap_builder/derive/trait.CommandFactory.js +++ b/implementors/clap_builder/derive/trait.CommandFactory.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl CommandFactory for TryRuntime"],["impl CommandFactory for SharedParams"],["impl CommandFactory for Command"],["impl CommandFactory for Command"],["impl CommandFactory for Chain"],["impl CommandFactory for Command"],["impl CommandFactory for Command"],["impl CommandFactory for Command"],["impl CommandFactory for Command"]] +"try_runtime_core":[["impl CommandFactory for Command"],["impl CommandFactory for Command"],["impl CommandFactory for Command"],["impl CommandFactory for Chain"],["impl CommandFactory for TryRuntime"],["impl CommandFactory for Command"],["impl CommandFactory for SharedParams"],["impl CommandFactory for Command"],["impl CommandFactory for Command"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.FromArgMatches.js b/implementors/clap_builder/derive/trait.FromArgMatches.js index ccc34a42995..217e2aed988 100644 --- a/implementors/clap_builder/derive/trait.FromArgMatches.js +++ b/implementors/clap_builder/derive/trait.FromArgMatches.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl FromArgMatches for Command"],["impl FromArgMatches for Command"],["impl FromArgMatches for State"],["impl FromArgMatches for Command"],["impl FromArgMatches for Command"],["impl FromArgMatches for SharedParams"],["impl FromArgMatches for Command"],["impl FromArgMatches for Action"],["impl FromArgMatches for LiveState"],["impl FromArgMatches for Command"],["impl FromArgMatches for Chain"],["impl FromArgMatches for TryRuntime"]] +"try_runtime_core":[["impl FromArgMatches for Command"],["impl FromArgMatches for TryRuntime"],["impl FromArgMatches for Command"],["impl FromArgMatches for Action"],["impl FromArgMatches for Command"],["impl FromArgMatches for Command"],["impl FromArgMatches for State"],["impl FromArgMatches for SharedParams"],["impl FromArgMatches for LiveState"],["impl FromArgMatches for Chain"],["impl FromArgMatches for Command"],["impl FromArgMatches for Command"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/clap_builder/derive/trait.Parser.js b/implementors/clap_builder/derive/trait.Parser.js index d11570d0557..b6650c95e39 100644 --- a/implementors/clap_builder/derive/trait.Parser.js +++ b/implementors/clap_builder/derive/trait.Parser.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl Parser for SharedParams"],["impl Parser for TryRuntime"],["impl Parser for Chain"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for Command"]] +"try_runtime_core":[["impl Parser for TryRuntime"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for Chain"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for Command"],["impl Parser for SharedParams"],["impl Parser for Command"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/clone/trait.Clone.js b/implementors/core/clone/trait.Clone.js index 091433dbc81..abd67f1036d 100644 --- a/implementors/core/clone/trait.Clone.js +++ b/implementors/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl Clone for LiveState"],["impl Clone for ChainIter"],["impl Clone for Command"],["impl Clone for Command"],["impl Clone for TryRuntime"],["impl Clone for Command"],["impl Clone for SharedParams"],["impl Clone for Chain"],["impl Clone for State"],["impl Clone for Command"],["impl Clone for Command"],["impl Clone for Command"],["impl Clone for Runtime"],["impl Clone for Action"]] +"try_runtime_core":[["impl Clone for ChainIter"],["impl Clone for SharedParams"],["impl Clone for Command"],["impl Clone for Command"],["impl Clone for Runtime"],["impl Clone for Command"],["impl Clone for LiveState"],["impl Clone for Command"],["impl Clone for Chain"],["impl Clone for TryRuntime"],["impl Clone for Command"],["impl Clone for Command"],["impl Clone for Action"],["impl Clone for State"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/fmt/trait.Debug.js b/implementors/core/fmt/trait.Debug.js index 62158916771..b1133becd71 100644 --- a/implementors/core/fmt/trait.Debug.js +++ b/implementors/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl Debug for Command"],["impl Debug for Runtime"],["impl Debug for State"],["impl Debug for Command"],["impl Debug for TryRuntime"],["impl Debug for Command"],["impl Debug for LiveState"],["impl Debug for SharedParams"],["impl Debug for Command"],["impl Debug for Command"],["impl Debug for Action"],["impl Debug for Command"],["impl Debug for ChainIter"],["impl Debug for Chain"]] +"try_runtime_core":[["impl Debug for Command"],["impl Debug for Chain"],["impl Debug for Command"],["impl Debug for Command"],["impl Debug for Command"],["impl Debug for Runtime"],["impl Debug for State"],["impl Debug for ChainIter"],["impl Debug for Action"],["impl Debug for SharedParams"],["impl Debug for LiveState"],["impl Debug for Command"],["impl Debug for Command"],["impl Debug for TryRuntime"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/implementors/core/str/traits/trait.FromStr.js b/implementors/core/str/traits/trait.FromStr.js index 1a96d72f884..e97f8480726 100644 --- a/implementors/core/str/traits/trait.FromStr.js +++ b/implementors/core/str/traits/trait.FromStr.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"try_runtime_core":[["impl FromStr for Runtime"],["impl FromStr for Chain"]] +"try_runtime_core":[["impl FromStr for Chain"],["impl FromStr for Runtime"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/search-index.js b/search-index.js index f8eabf3d189..eae44313cba 100644 --- a/search-index.js +++ b/search-index.js @@ -1,6 +1,6 @@ var searchIndex = JSON.parse('{\ "try_runtime":{"doc":"Try-runtime","t":"FF","n":["init_env","main"],"q":[[0,"try_runtime"]],"d":["",""],"i":[0,0],"f":[[[]],[[]]],"c":[],"p":[]},\ -"try_runtime_core":{"doc":"","t":"DLLALLLLLLLLALLLLLLLMAALLLLLLMLENNNNNNDLLMLLLLLLLLLLLLLLALLLLLLAALLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAALLMLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLMLLLLLLLLLLLLLLFMLLLLLLLLLLDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLFMLLLMLLLLLLLDLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLMFMMLLLMLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFMLLLMLLLLLLMLDLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFMLLLLLLLLLLDLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMFMLLLLLLLLLLNEDQINNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNEDLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMNDNELLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLMM","n":["RefTimeInfo","borrow","borrow_mut","commands","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","inherent_provider","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","max","shared_parameters","state","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","used","vzip","Action","CreateSnapshot","ExecuteBlock","FastForward","FollowChain","OffchainWorker","OnRuntimeUpgrade","TryRuntime","__clone_box","__clone_box","action","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","command_for_update","create_snapshot","deref","deref","deref_mut","deref_mut","drop","drop","execute_block","fast_forward","fmt","fmt","follow_chain","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","group_id","has_subcommand","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","offchain_worker","on_runtime_upgrade","run","run","shared","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","run","snapshot_path","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","block_ws_uri","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","run","state","to_owned","try_from","try_into","try_state","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","block_ws_uri","borrow","borrow_mut","chain","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","n_blocks","run","run_migrations","state","to_owned","try_from","try_into","try_state","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","keep_connection","run","state_root_check","to_owned","try_from","try_into","try_state","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","uri","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","header_ws_uri","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","run","state","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","checks","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","no_weight_warnings","run","state","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","AlephZero","Chain","ChainIter","Err","InherentProvider","Kusama","Polkadot","Rococo","SubstrateKitchenSink","SubstrateNodeTemplate","Westend","__clone_box","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_str","get_inherent_providers_and_pre_digest","get_inherent_providers_and_pre_digest","has_subcommand","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_iter","into_mut","into_mut","into_ref","into_ref","iter","len","len","next","next_back","nth","par_bridge","progress_with","size_hint","to_owned","to_owned","to_string","try_collect","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Existing","Path","Runtime","SharedParams","__clone_box","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","drop","drop","export_proof","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_str","group_id","heap_pages","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","overwrite_state_version","runtime","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","wasm_method","wasmtime_instantiation_strategy","Live","LiveState","Snap","State","__clone_box","__clone_box","at","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","child_tree","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","group_id","has_subcommand","hashed_prefixes","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","pallet","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","uri","vzip","vzip","path","snapshot_path"],"q":[[0,"try_runtime_core"],[31,"try_runtime_core::commands"],[123,"try_runtime_core::commands::create_snapshot"],[165,"try_runtime_core::commands::execute_block"],[208,"try_runtime_core::commands::fast_forward"],[254,"try_runtime_core::commands::follow_chain"],[298,"try_runtime_core::commands::offchain_worker"],[340,"try_runtime_core::commands::on_runtime_upgrade"],[383,"try_runtime_core::inherent_provider"],[477,"try_runtime_core::shared_parameters"],[555,"try_runtime_core::state"],[636,"try_runtime_core::state::State"]],"d":["","","","","","","","Returns the argument unchanged.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","TODO: Docs","","Calls U::from(self).","","","","","","","","","","","","","","","","","Possible actions of try-runtime.","Create snapshot files.","Executes the given block against some state.","Executes a runtime upgrade (optional), then mines a number …","Follow the given chain’s finalized blocks and apply all …","Executes the offchain worker hooks of a given block …","Execute the migrations of the given runtime","Ready to use, vanilla command combining common actions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Configurations for run.","","","","","","","","","","","","","","Returns the argument unchanged.","The source of the snapshot. Must be a remote node.","","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","Runs the create_snapshot command.","The snapshot path to write to.","","","","","","","","","","","Configurations for run.","","","","The ws uri from which to fetch the block.","","","","","","","","","","","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","","The state type to use.","","","","Which try-state targets to execute when running this …","","","","","","","","Configuration for run.","","","","The ws uri from which to fetch the block.","","","Chain","","","","","","","","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","How many empty blocks should be processed.","","Whether to run pending migrations before fast-forwarding.","The state type to use.","","","","Which try-state targets to execute when running this …","","","","","","","","Configurations for run.","","","","","","","","","","","","","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","If present, a single connection to a node will be kept and …","","If set, then the state root check is enabled.","","","","Which try-state targets to execute when running this …","","","","","","","The url to connect to.","","Configuration for run.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","The ws uri from which to fetch the header.","","Calls U::from(self).","","","","","","","The state type to use.","","","","","","","","","","","Configuration for run.","","","","","","Select which optional checks to perform. Selects all when …","","","","","","","","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","Whether to assume that the runtime is a relay chain …","","The state type to use.","","","","","","","","","","","","Chains that have InherentProvider implemented.","An iterator over the variants of Chain","","Trait for providing the inherent data and digest items for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use the code of the remote node, or the snapshot.","Use the given path to the wasm binary file.","","Shared parameters of the try-runtime commands","","","","","","","","","","","","","","","","","","","","","Path to a file to export the storage proof into (as a …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","The number of 64KB pages to allocate for Wasm execution. …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Overwrite the state_version.","The runtime to use.","","","","","","","","","","","","","","","","","","","Type of wasm execution used.","The WASM instantiation method to use.","Use a live chain as the source of runtime state.","A Live variant for State","Use a state snapshot as the source of runtime state.","The source of runtime state to use.","","","The block hash at which to fetch the state.","","","","","","","","","Fetch the child-keys as well.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Storage entry key prefixes to scrape and inject into the …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","A pallet to scrape. Can be provided multiple times. If …","","","","","","","","","","","","","","","","","","","The url to connect to.","","","","DEPRECATED: use --path instead."],"i":[0,40,40,0,40,40,40,40,40,40,40,40,0,40,40,40,40,40,40,40,40,0,0,40,40,40,40,40,40,40,40,0,13,13,13,13,13,13,0,12,13,12,12,12,13,13,12,13,12,13,12,13,12,13,12,12,0,12,13,12,13,12,13,0,0,12,13,0,12,13,12,13,12,13,12,12,13,13,12,12,13,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,0,0,12,13,12,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,23,23,23,23,23,23,23,23,23,23,23,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,0,24,24,24,24,24,24,24,24,24,24,24,24,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,27,27,27,27,27,27,27,27,27,27,27,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,28,28,28,28,28,28,28,28,28,28,28,29,0,0,41,0,29,29,29,29,29,29,29,30,29,29,29,30,29,30,29,30,29,30,29,29,29,30,29,30,29,30,29,29,30,29,30,29,29,29,29,30,30,29,29,30,30,29,41,29,29,29,30,29,30,29,30,29,30,29,30,30,29,30,29,30,29,30,30,30,30,30,30,30,30,29,30,29,30,29,30,29,30,29,30,29,30,29,30,29,30,29,29,29,30,37,37,0,0,22,37,22,22,22,37,22,37,22,37,22,37,22,22,22,37,22,37,22,37,22,22,37,22,37,22,22,22,22,37,37,22,22,37,37,37,22,22,22,37,22,37,22,37,22,37,22,37,22,37,22,37,22,22,22,37,22,37,22,37,22,37,22,37,22,37,22,37,22,22,22,37,22,22,39,0,39,0,38,39,38,38,38,39,39,38,39,38,39,38,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,38,39,39,38,38,39,39,38,39,38,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,38,39,42,42],"f":[0,[[]],[[]],0,[1],[1],[1],[[]],[[]],[[]],[[]],[[]],0,[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,0,0,[[],7],[[],7],[[],8],[[],9],[[]],[[]],0,[[]],0,0,0,0,0,0,0,0,[10],[10],0,[11,11],[11,11],[11,11],[11,11],[[]],[[]],[[]],[[]],[12,12],[13,13],[[]],[[]],[[],11],[[],11],0,[1],[1],[1],[1],[1],[1],0,0,[[12,14],15],[[13,14],15],0,[[]],[[]],[16,[[7,[12,17]]]],[16,[[7,[13,17]]]],[16,[[7,[12,17]]]],[16,[[7,[13,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[9,20],[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],0,0,[12,21],[[13,22],21],0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[12,16],[[7,[17]]]],[[13,16],[[7,[17]]]],[[12,16],[[7,[17]]]],[[13,16],[[7,[17]]]],[[]],[[]],0,[10],[11,11],[11,11],[[]],[[]],[23,23],[[]],[[],11],[[],11],[1],[1],[1],[[23,14],15],[[]],0,[16,[[7,[23,17]]]],[16,[[7,[23,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[22,23],21],0,[[]],[[],7],[[],7],[[],8],[[],9],[[]],[[]],[[23,16],[[7,[17]]]],[[23,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],0,[[]],[[]],[24,24],[[]],[[],11],[[],11],[1],[1],[1],[[24,14],15],[[]],[16,[[7,[24,17]]]],[16,[[7,[24,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[22,24],21],0,[[]],[[],7],[[],7],0,[[],8],[[],9],[[]],[[]],[[24,16],[[7,[17]]]],[[24,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],0,[[]],[[]],0,[25,25],[[]],[[],11],[[],11],[1],[1],[1],[[25,14],15],[[]],[16,[[7,[25,17]]]],[16,[[7,[25,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,[[22,25],21],0,0,[[]],[[],7],[[],7],0,[[],8],[[],9],[[]],[[]],[[25,16],[[7,[17]]]],[[25,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],[[]],[[]],[26,26],[[]],[[],11],[[],11],[1],[1],[1],[[26,14],15],[[]],[16,[[7,[26,17]]]],[16,[[7,[26,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,[[22,26],21],0,[[]],[[],7],[[],7],0,[[],8],[[],9],[[]],[[]],[[26,16],[[7,[17]]]],[[26,16],[[7,[17]]]],0,[[]],0,[10],[11,11],[11,11],[[]],[[]],[27,27],[[]],[[],11],[[],11],[1],[1],[1],[[27,14],15],[[]],[16,[[7,[27,17]]]],[16,[[7,[27,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],0,[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[22,27],21],0,[[]],[[],7],[[],7],[[],8],[[],9],[[]],[[]],[[27,16],[[7,[17]]]],[[27,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],[[]],[[]],0,[28,28],[[]],[[],11],[[],11],[1],[1],[1],[[28,14],15],[[]],[16,[[7,[28,17]]]],[16,[[7,[28,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,[[22,28],21],0,[[]],[[],7],[[],7],[[],8],[[],9],[[]],[[]],[[28,16],[[7,[17]]]],[[28,16],[[7,[17]]]],[[]],0,0,0,0,0,0,0,0,0,0,0,[10],[10],[11,11],[11,11],[[]],[[]],[[]],[[]],[29,29],[30,30],[[]],[[]],[[],11],[[],11],[1],[1],[1],[1],[1],[1],[[29,14],15],[[29,14],[[7,[31]]]],[[30,14],15],[[]],[[]],[16,[[7,[29,17]]]],[16,[[7,[29,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[9,[[7,[29]]]],[19,7],[[29,19],7],[9,20],[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],[[]],[[],30],[[],1],[30,1],[30,19],[30,19],[[30,1],19],[[],32],[33,34],[30],[[]],[[]],[[],35],[[],[[7,[36]]]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[29,16],[[7,[17]]]],[[29,16],[[7,[17]]]],[[]],[[]],0,0,0,0,[10],[10],[11,11],[11,11],[[]],[[]],[[]],[[]],[22,22],[37,37],[[]],[[]],[[],11],[[],11],[1],[1],[1],[1],[1],[1],0,[[22,14],15],[[37,14],15],[[]],[[]],[16,[[7,[22,17]]]],[16,[[7,[22,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[9,[[7,[37]]]],[[],[[19,[18]]]],0,[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[22,16],[[7,[17]]]],[[22,16],[[7,[17]]]],[[]],[[]],0,0,0,0,0,0,[10],[10],0,[11,11],[11,11],[11,11],[11,11],[[]],[[]],[[]],[[]],0,[38,38],[39,39],[[]],[[]],[1],[1],[1],[1],[1],[1],[[38,14],15],[[39,14],15],[[]],[[]],[16,[[7,[38,17]]]],[16,[[7,[39,17]]]],[16,[[7,[38,17]]]],[16,[[7,[39,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[9,20],0,[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[38,16],[[7,[17]]]],[[39,16],[[7,[17]]]],[[38,16],[[7,[17]]]],[[39,16],[[7,[17]]]],0,[[]],[[]],0,0],"c":[],"p":[[15,"usize"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[4,"Result"],[3,"TypeId"],[15,"str"],[3,"Private"],[3,"Command"],[3,"TryRuntime"],[4,"Action"],[3,"Formatter"],[6,"Result"],[3,"ArgMatches"],[6,"Error"],[3,"Id"],[4,"Option"],[15,"bool"],[6,"Result"],[3,"SharedParams"],[3,"Command"],[3,"Command"],[3,"Command"],[3,"Command"],[3,"Command"],[3,"Command"],[4,"Chain"],[3,"ChainIter"],[3,"Error"],[3,"IterBridge"],[3,"ProgressBar"],[3,"ProgressBarIter"],[3,"String"],[3,"BoundedVec"],[4,"Runtime"],[3,"LiveState"],[4,"State"],[3,"RefTimeInfo"],[8,"InherentProvider"],[13,"Snap"]]}\ +"try_runtime_core":{"doc":"","t":"DLLALLLLLLLLALLLLLLLMAALLLLLLMLENNNNNNDLLMLLLLLLLLLLLLLLALLLLLLAALLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAALLMLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLMLLLLLLLLLLLLLLFMLLLLLLLLLLDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLFMLLLMLLLLLLLDLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLMFMMLLLMLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFMLLLMLLLLLLMLDLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFMLLLLLLLLLLDLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMFMLLLLLLLLLLNEDQINNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNEDLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMNDNELLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLMM","n":["RefTimeInfo","borrow","borrow_mut","commands","deref","deref_mut","drop","from","from_mut","from_mut","from_ref","from_ref","inherent_provider","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","max","shared_parameters","state","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","used","vzip","Action","CreateSnapshot","ExecuteBlock","FastForward","FollowChain","OffchainWorker","OnRuntimeUpgrade","TryRuntime","__clone_box","__clone_box","action","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","command_for_update","create_snapshot","deref","deref","deref_mut","deref_mut","drop","drop","execute_block","fast_forward","fmt","fmt","follow_chain","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","group_id","has_subcommand","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","offchain_worker","on_runtime_upgrade","run","run","shared","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","run","snapshot_path","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","block_ws_uri","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","run","state","to_owned","try_from","try_into","try_state","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","block_ws_uri","borrow","borrow_mut","chain","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","n_blocks","run","run_migrations","state","to_owned","try_from","try_into","try_state","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","keep_connection","run","state_root_check","to_owned","try_from","try_into","try_state","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","uri","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","header_ws_uri","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","run","state","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","Command","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","checks","clone","clone_into","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_ref","from_ref","group_id","init","into","into_any","into_any_arc","into_any_rc","into_mut","into_ref","no_weight_warnings","run","state","to_owned","try_from","try_into","type_id","type_name","unchecked_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","AlephZero","Chain","ChainIter","Err","InherentProvider","Kusama","Polkadot","Rococo","SubstrateKitchenSink","SubstrateNodeTemplate","Westend","__clone_box","__clone_box","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_str","get_inherent_providers_and_pre_digest","get_inherent_providers_and_pre_digest","has_subcommand","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_iter","into_mut","into_mut","into_ref","into_ref","iter","len","len","next","next_back","nth","par_bridge","progress_with","size_hint","to_owned","to_owned","to_string","try_collect","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Existing","Path","Runtime","SharedParams","__clone_box","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","drop","drop","export_proof","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","from_str","group_id","heap_pages","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","overwrite_state_version","runtime","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","wasm_method","wasmtime_instantiation_strategy","Live","LiveState","Snap","State","__clone_box","__clone_box","at","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","child_tree","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_mut","from_mut","from_mut","from_mut","from_ref","from_ref","from_ref","from_ref","group_id","has_subcommand","hashed_prefixes","init","init","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_mut","into_mut","into_ref","into_ref","pallet","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","type_name","type_name","unchecked_into","unchecked_into","unique_saturated_into","unique_saturated_into","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","uri","vzip","vzip","path","snapshot_path"],"q":[[0,"try_runtime_core"],[31,"try_runtime_core::commands"],[123,"try_runtime_core::commands::create_snapshot"],[165,"try_runtime_core::commands::execute_block"],[208,"try_runtime_core::commands::fast_forward"],[254,"try_runtime_core::commands::follow_chain"],[298,"try_runtime_core::commands::offchain_worker"],[340,"try_runtime_core::commands::on_runtime_upgrade"],[383,"try_runtime_core::inherent_provider"],[477,"try_runtime_core::shared_parameters"],[555,"try_runtime_core::state"],[636,"try_runtime_core::state::State"]],"d":["","","","","","","","Returns the argument unchanged.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","TODO: Docs","","Calls U::from(self).","","","","","","","","","","","","","","","","","Possible actions of try-runtime.","Create snapshot files.","Executes the given block against some state.","Executes a runtime upgrade (optional), then mines a number …","Follow the given chain’s finalized blocks and apply all …","Executes the offchain worker hooks of a given block …","Execute the migrations of the given runtime","Ready to use, vanilla command combining common actions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Get a mutable reference to the inner from the outer.","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Configurations for run.","","","","","","","","","","","","","","Returns the argument unchanged.","The source of the snapshot. Must be a remote node.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","Runs the create_snapshot command.","The snapshot path to write to.","","","","","","","","","","","Configurations for run.","","","","The ws uri from which to fetch the block.","","","","","","","","","","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","","The state type to use.","","","","Which try-state targets to execute when running this …","","","","","","","","Configuration for run.","","","","The ws uri from which to fetch the block.","","","Chain","","","","","","","","","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","Calls U::from(self).","","","","","","How many empty blocks should be processed.","","Whether to run pending migrations before fast-forwarding.","The state type to use.","","","","Which try-state targets to execute when running this …","","","","","","","","Configurations for run.","","","","","","","","","","","","","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","If present, a single connection to a node will be kept and …","","If set, then the state root check is enabled.","","","","Which try-state targets to execute when running this …","","","","","","","The url to connect to.","","Configuration for run.","","","","","","","","","","","","","","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","","The ws uri from which to fetch the header.","","Calls U::from(self).","","","","","","","The state type to use.","","","","","","","","","","","Configuration for run.","","","","","","Select which optional checks to perform. Selects all when …","","","","","","","","","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","Calls U::from(self).","","","","","","Whether to assume that the runtime is a relay chain …","","The state type to use.","","","","","","","","","","","","Chains that have InherentProvider implemented.","An iterator over the variants of Chain","","Trait for providing the inherent data and digest items for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Get a mutable reference to the inner from the outer.","","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use the code of the remote node, or the snapshot.","Use the given path to the wasm binary file.","","Shared parameters of the try-runtime commands","","","","","","","","","","","","","","","","","","","","","Path to a file to export the storage proof into (as a …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","","Get a reference to the inner from the outer.","Get a reference to the inner from the outer.","","","","The number of 64KB pages to allocate for Wasm execution. …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Overwrite the state_version.","The runtime to use.","","","","","","","","","","","","","","","","","","","Type of wasm execution used.","The WASM instantiation method to use.","Use a live chain as the source of runtime state.","A Live variant for State","Use a state snapshot as the source of runtime state.","The source of runtime state to use.","","","The block hash at which to fetch the state.","","","","","","","","","Fetch the child-keys as well.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Get a mutable reference to the inner from the outer.","Get a mutable reference to the inner from the outer.","","Get a reference to the inner from the outer.","","Get a reference to the inner from the outer.","","","","Storage entry key prefixes to scrape and inject into the …","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","A pallet to scrape. Can be provided multiple times. If …","","","","","","","","","","","","","","","","","","","The url to connect to.","","","","DEPRECATED: use --path instead."],"i":[0,40,40,0,40,40,40,40,40,40,40,40,0,40,40,40,40,40,40,40,40,0,0,40,40,40,40,40,40,40,40,0,13,13,13,13,13,13,0,12,13,12,12,12,13,13,12,13,12,13,12,13,12,13,12,12,0,12,13,12,13,12,13,0,0,12,13,0,12,13,12,13,12,13,12,12,13,13,12,12,13,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,0,0,12,13,12,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,12,13,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,23,23,23,23,23,23,23,23,23,23,23,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,0,24,24,24,24,24,24,24,24,24,24,24,24,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,27,27,27,27,27,27,27,27,27,27,27,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,28,28,28,28,28,28,28,28,28,28,28,29,0,0,41,0,29,29,29,29,29,29,29,30,29,29,29,30,29,30,29,30,29,30,29,29,29,30,29,30,29,30,29,29,30,29,30,29,29,29,29,30,30,29,29,30,30,29,41,29,29,29,30,29,30,29,30,29,30,29,30,30,29,30,29,30,29,30,30,30,30,30,30,30,30,29,30,29,30,29,30,29,30,29,30,29,30,29,30,29,30,29,29,29,30,37,37,0,0,22,37,22,22,22,37,22,37,22,37,22,37,22,22,22,37,22,37,22,37,22,22,37,22,37,22,22,22,22,37,37,22,22,37,37,37,22,22,22,37,22,37,22,37,22,37,22,37,22,37,22,37,22,22,22,37,22,37,22,37,22,37,22,37,22,37,22,37,22,22,22,37,22,22,39,0,39,0,38,39,38,38,38,39,39,38,39,38,39,38,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,38,39,39,38,38,39,39,38,39,38,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,39,38,38,39,42,42],"f":[0,[[]],[[]],0,[1],[1],[1],[[]],[[]],[[]],[[]],[[]],0,[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,0,0,[[],7],[[],7],[[],8],[[],9],[[]],[[]],0,[[]],0,0,0,0,0,0,0,0,[10],[10],0,[11,11],[11,11],[11,11],[11,11],[[]],[[]],[[]],[[]],[12,12],[13,13],[[]],[[]],[[],11],[[],11],0,[1],[1],[1],[1],[1],[1],0,0,[[12,14],15],[[13,14],15],0,[[]],[[]],[16,[[7,[12,17]]]],[16,[[7,[13,17]]]],[16,[[7,[12,17]]]],[16,[[7,[13,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[9,20],[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],0,0,[12,21],[[13,22],21],0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[12,16],[[7,[17]]]],[[13,16],[[7,[17]]]],[[12,16],[[7,[17]]]],[[13,16],[[7,[17]]]],[[]],[[]],0,[10],[11,11],[11,11],[[]],[[]],[23,23],[[]],[[],11],[[],11],[1],[1],[1],[[23,14],15],[[]],0,[16,[[7,[23,17]]]],[16,[[7,[23,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[22,23],21],0,[[]],[[],7],[[],7],[[],8],[[],9],[[]],[[]],[[23,16],[[7,[17]]]],[[23,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],0,[[]],[[]],[24,24],[[]],[[],11],[[],11],[1],[1],[1],[[24,14],15],[[]],[16,[[7,[24,17]]]],[16,[[7,[24,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[22,24],21],0,[[]],[[],7],[[],7],0,[[],8],[[],9],[[]],[[]],[[24,16],[[7,[17]]]],[[24,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],0,[[]],[[]],0,[25,25],[[]],[[],11],[[],11],[1],[1],[1],[[25,14],15],[[]],[16,[[7,[25,17]]]],[16,[[7,[25,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,[[22,25],21],0,0,[[]],[[],7],[[],7],0,[[],8],[[],9],[[]],[[]],[[25,16],[[7,[17]]]],[[25,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],[[]],[[]],[26,26],[[]],[[],11],[[],11],[1],[1],[1],[[26,14],15],[[]],[16,[[7,[26,17]]]],[16,[[7,[26,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,[[22,26],21],0,[[]],[[],7],[[],7],0,[[],8],[[],9],[[]],[[]],[[26,16],[[7,[17]]]],[[26,16],[[7,[17]]]],0,[[]],0,[10],[11,11],[11,11],[[]],[[]],[27,27],[[]],[[],11],[[],11],[1],[1],[1],[[27,14],15],[[]],[16,[[7,[27,17]]]],[16,[[7,[27,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],0,[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[22,27],21],0,[[]],[[],7],[[],7],[[],8],[[],9],[[]],[[]],[[27,16],[[7,[17]]]],[[27,16],[[7,[17]]]],[[]],0,[10],[11,11],[11,11],[[]],[[]],0,[28,28],[[]],[[],11],[[],11],[1],[1],[1],[[28,14],15],[[]],[16,[[7,[28,17]]]],[16,[[7,[28,17]]]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],1],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],0,[[22,28],21],0,[[]],[[],7],[[],7],[[],8],[[],9],[[]],[[]],[[28,16],[[7,[17]]]],[[28,16],[[7,[17]]]],[[]],0,0,0,0,0,0,0,0,0,0,0,[10],[10],[11,11],[11,11],[[]],[[]],[[]],[[]],[29,29],[30,30],[[]],[[]],[[],11],[[],11],[1],[1],[1],[1],[1],[1],[[29,14],15],[[29,14],[[7,[31]]]],[[30,14],15],[[]],[[]],[16,[[7,[29,17]]]],[16,[[7,[29,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[9,[[7,[29]]]],[19,7],[[29,19],7],[9,20],[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],[[]],[[],30],[[],1],[30,1],[30,19],[30,19],[[30,1],19],[[],32],[33,34],[30],[[]],[[]],[[],35],[[],[[7,[36]]]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[29,16],[[7,[17]]]],[[29,16],[[7,[17]]]],[[]],[[]],0,0,0,0,[10],[10],[11,11],[11,11],[[]],[[]],[[]],[[]],[22,22],[37,37],[[]],[[]],[[],11],[[],11],[1],[1],[1],[1],[1],[1],0,[[22,14],15],[[37,14],15],[[]],[[]],[16,[[7,[22,17]]]],[16,[[7,[22,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[9,[[7,[37]]]],[[],[[19,[18]]]],0,[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[22,16],[[7,[17]]]],[[22,16],[[7,[17]]]],[[]],[[]],0,0,0,0,0,0,[10],[10],0,[11,11],[11,11],[11,11],[11,11],[[]],[[]],[[]],[[]],0,[38,38],[39,39],[[]],[[]],[1],[1],[1],[1],[1],[1],[[38,14],15],[[39,14],15],[[]],[[]],[16,[[7,[38,17]]]],[16,[[7,[39,17]]]],[16,[[7,[38,17]]]],[16,[[7,[39,17]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[9,20],0,[[],1],[[],1],[[]],[[]],[[[3,[2]]],[[3,[4,2]]]],[[[3,[2]]],[[3,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[5,[2]]],[[5,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[[6,[2]]],[[6,[4,2]]]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],[[],9],[[],9],[[]],[[]],[[]],[[]],[[38,16],[[7,[17]]]],[[39,16],[[7,[17]]]],[[38,16],[[7,[17]]]],[[39,16],[[7,[17]]]],0,[[]],[[]],0,0],"c":[],"p":[[15,"usize"],[3,"Global"],[3,"Box"],[8,"Any"],[3,"Arc"],[3,"Rc"],[4,"Result"],[3,"TypeId"],[15,"str"],[3,"Private"],[3,"Command"],[3,"TryRuntime"],[4,"Action"],[3,"Formatter"],[6,"Result"],[3,"ArgMatches"],[6,"Error"],[3,"Id"],[4,"Option"],[15,"bool"],[6,"Result"],[3,"SharedParams"],[3,"Command"],[3,"Command"],[3,"Command"],[3,"Command"],[3,"Command"],[3,"Command"],[4,"Chain"],[3,"ChainIter"],[3,"Error"],[3,"IterBridge"],[3,"ProgressBar"],[3,"ProgressBarIter"],[3,"String"],[3,"BoundedVec"],[4,"Runtime"],[3,"LiveState"],[4,"State"],[3,"RefTimeInfo"],[8,"InherentProvider"],[13,"Snap"]]}\ }'); if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)}; if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex}; diff --git a/try_runtime/index.html b/try_runtime/index.html index 9ee2ba030c2..7f477cf8a64 100644 --- a/try_runtime/index.html +++ b/try_runtime/index.html @@ -1,4 +1,4 @@ -try_runtime - Rust

Crate try_runtime

source ·
Expand description

Try-runtime

+try_runtime - Rust

Crate try_runtime

source ·
Expand description

Try-runtime

Substrate’s programmatic testing framework.

As the name suggests, try-runtime is a detailed testing framework that gives you a lot of diff --git a/try_runtime_core/index.html b/try_runtime_core/index.html index 1bafdaae4e8..8d265c247be 100644 --- a/try_runtime_core/index.html +++ b/try_runtime_core/index.html @@ -1 +1 @@ -try_runtime_core - Rust

\ No newline at end of file +try_runtime_core - Rust
\ No newline at end of file diff --git a/try_runtime_core/inherent_provider/enum.Chain.html b/try_runtime_core/inherent_provider/enum.Chain.html index dea4e31ceab..7573f680120 100644 --- a/try_runtime_core/inherent_provider/enum.Chain.html +++ b/try_runtime_core/inherent_provider/enum.Chain.html @@ -7,7 +7,7 @@ SubstrateNodeTemplate, SubstrateKitchenSink, }
Expand description

Chains that have InherentProvider implemented.

-

Variants§

§

Polkadot

§

Kusama

§

Rococo

§

Westend

§

AlephZero

§

SubstrateNodeTemplate

§

SubstrateKitchenSink

Trait Implementations§

source§

impl Clone for Chain

source§

fn clone(&self) -> Chain

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl CommandFactory for Chain

source§

fn command<'b>() -> Command

Build a [Command] that can instantiate Self. Read more
source§

fn command_for_update<'b>() -> Command

Build a [Command] that can update self. Read more
source§

impl Debug for Chain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Chain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for Chain

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Variants§

§

Polkadot

§

Kusama

§

Rococo

§

Westend

§

AlephZero

§

SubstrateNodeTemplate

§

SubstrateKitchenSink

Trait Implementations§

source§

impl Clone for Chain

source§

fn clone(&self) -> Chain

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl CommandFactory for Chain

source§

fn command<'b>() -> Command

Build a [Command] that can instantiate Self. Read more
source§

fn command_for_update<'b>() -> Command

Build a [Command] that can update self. Read more
source§

impl Debug for Chain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Chain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for Chain

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, @@ -16,7 +16,7 @@ &mut self, __clap_arg_matches: &mut ArgMatches ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl FromStr for Chain

Implement FromStr so chain can be parsed as a CLI argument.

-
§

type Err = String

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl InherentProvider for Chain

§

type Err = String

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl InherentProvider for Chain

§

type Err = String

source§

fn get_inherent_providers_and_pre_digest( &self, maybe_prev_info: Option<(InherentData, Digest)> ) -> Result<(Box<dyn InherentDataProvider>, Vec<DigestItem>), Self::Err>

source§

impl IntoEnumIterator for Chain

source§

impl Parser for Chain

§

fn parse() -> Self

Parse from std::env::args_os(), exit on error
§

fn try_parse() -> Result<Self, Error<RichFormatter>>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Selfwhere