mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user