From 44d6e1f443e0d55c181d66f18dbaa58298c14919 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 24 Jun 2016 13:32:43 +0200 Subject: [PATCH 1/2] Remove experimental pruning options. --- parity/cli.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/parity/cli.rs b/parity/cli.rs index cc68a8d4d..a612d0877 100644 --- a/parity/cli.rs +++ b/parity/cli.rs @@ -155,10 +155,6 @@ Footprint Options: may be one of auto, archive, fast, basic, light: archive - keep all state trie data. No pruning. fast - maintain journal overlay. Fast but 50MB used. - basic - reference count in disk DB. Slow, light, and - experimental! - light - early merges with partial tracking. Fast, - light, and experimental! auto - use the method most recently synced or default to fast if none synced [default: auto]. --cache-pref-size BYTES Specify the prefered size of the blockchain cache in From bf11fb66334a07082e01a5bebe142416f0d29a21 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 24 Jun 2016 16:12:15 +0200 Subject: [PATCH 2/2] Fix up selection. --- parity/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/cli.rs b/parity/cli.rs index a612d0877..98fb6eac0 100644 --- a/parity/cli.rs +++ b/parity/cli.rs @@ -152,7 +152,7 @@ Footprint Options: off. auto uses last used value of this option (off if it does not exist) [default: auto]. --pruning METHOD Configure pruning of the state/storage trie. METHOD - may be one of auto, archive, fast, basic, light: + may be one of auto, archive, fast: archive - keep all state trie data. No pruning. fast - maintain journal overlay. Fast but 50MB used. auto - use the method most recently synced or