Do not drop the `task_manager` for benchmarking stuff (#12147)
We can not drop the `task_manager` for benchmarking stuff, because otherwise stuff that may needs this feature (like background signature verification) will fail. Besides the base path setup is moved to `SharedParams` directly. Meaning any call to `base_path` will now directly return a tmp path when `--dev` is given.
Showing
- substrate/bin/node/cli/src/command.rs 17 additions, 13 deletionssubstrate/bin/node/cli/src/command.rs
- substrate/client/cli/src/commands/insert_key.rs 1 addition, 1 deletionsubstrate/client/cli/src/commands/insert_key.rs
- substrate/client/cli/src/commands/run_cmd.rs 1 addition, 1 deletionsubstrate/client/cli/src/commands/run_cmd.rs
- substrate/client/cli/src/config.rs 1 addition, 1 deletionsubstrate/client/cli/src/config.rs
- substrate/client/cli/src/params/shared_params.rs 7 additions, 2 deletionssubstrate/client/cli/src/params/shared_params.rs
Please register or sign in to comment