Companion for Substrate#11107 (#5197)

* Rename to BagError

* Additional parameter for 'revert' command

* Set aux revert param to None

* Align to changes in how the WASM executor is configured in `substrate`

* update lockfile for {"substrate"}

* update lockfile for {"substrate"}

* Update substrate

* Update substrate

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Davide Galassi <davxy@datawok.net>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: parity-processbot <>
This commit is contained in:
Koute
2022-03-25 04:56:57 +09:00
committed by GitHub
parent c8fda4f1b6
commit b424e5e741
3 changed files with 183 additions and 184 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ pub fn run() -> Result<()> {
Ok(runner.async_run(|mut config| {
let (client, backend, _, task_manager) = service::new_chain_ops(&mut config, None)?;
Ok((cmd.run(client, backend).map_err(Error::SubstrateCli), task_manager))
Ok((cmd.run(client, backend, None).map_err(Error::SubstrateCli), task_manager))
})?)
},
Some(Subcommand::PvfPrepareWorker(cmd)) => {