Make it clear in CLI that paritydb is experimental (#8152)

* Make it clear in CLI that paritydb is experimental

Sadly this is a breaking change for the CLI.

* Update client/cli/src/params/database_params.rs

Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>

Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
Bastian Köcher
2021-02-18 14:58:01 +01:00
committed by GitHub
parent 0b6fbe7315
commit b2021030cc
2 changed files with 28 additions and 10 deletions
@@ -29,6 +29,7 @@ pub struct DatabaseParams {
alias = "db",
value_name = "DB",
case_insensitive = true,
possible_values = &Database::variants(),
)]
pub database: Option<Database>,
@@ -38,7 +39,7 @@ pub struct DatabaseParams {
/// Enable storage chain mode
///
/// This changes the storage format for blocks bodys.
/// This changes the storage format for blocks bodies.
/// If this is enabled, each transaction is stored separately in the
/// transaction database column and is only referenced by hash
/// in the block body column.