Skip to content

Commit 866c4fa

Browse files
committed
updated shorter params
1 parent 829b7a9 commit 866c4fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

consensus/core/src/config/params.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ pub const CRESCENDO_FAST_DEVNET: CrescendoParams = CrescendoParams {
694694
mergeset_size_limit: TenBps::mergeset_size_limit(),
695695
merge_depth: 600 * 10, // 10M
696696
finality_depth: 900 * 10, // 15M
697-
pruning_depth: 5400 * 10, // 1.5H
697+
pruning_depth: 2250 * 10, // 1.5H
698698

699699
coinbase_maturity: TenBps::coinbase_maturity(),
700700

@@ -721,9 +721,9 @@ pub const DEVNET_PARAMS: Params = Params {
721721
min_difficulty_window_size: MIN_DIFFICULTY_WINDOW_SIZE / 10,
722722
prior_max_block_parents: 10,
723723
prior_mergeset_size_limit: 36,
724-
prior_merge_depth: 600, // 10M
725-
prior_finality_depth: 1800, // 0.5H
726-
prior_pruning_depth: 5400, // 1.5H
724+
prior_merge_depth: 600, // 10M
725+
prior_finality_depth: 900, // 15mins
726+
prior_pruning_depth: 2250, // 37.5mins
727727
coinbase_payload_script_public_key_max_len: 150,
728728
max_coinbase_payload_len: 204,
729729

@@ -757,5 +757,5 @@ pub const DEVNET_PARAMS: Params = Params {
757757
pruning_proof_m: 1000,
758758

759759
crescendo: CRESCENDO_FAST_DEVNET,
760-
crescendo_activation: ForkActivation(9000), // 2.5H
760+
crescendo_activation: ForkActivation(5400), // 1.5H
761761
};

0 commit comments

Comments
 (0)