-
Notifications
You must be signed in to change notification settings - Fork 2.6k
RevertCmd: Expose database params via CLI #14182
Conversation
This exposes the database params for the `RevertCmd` via CLI. So, users can use `revert` with ParityDb.
bot fmt |
@ggwpez https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2866019 was started for your command Comment |
@ggwpez Command |
* RevertCmd: Expose database params via CLI This exposes the database params for the `RevertCmd` via CLI. So, users can use `revert` with ParityDb. * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
* RevertCmd: Expose database params via CLI This exposes the database params for the `RevertCmd` via CLI. So, users can use `revert` with ParityDb. * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
* RevertCmd: Expose database params via CLI This exposes the database params for the `RevertCmd` via CLI. So, users can use `revert` with ParityDb. * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This exposes the database params for the
RevertCmd
via CLI. So, users can userevert
with ParityDb.Closes: #14046