File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
consensus/core/src/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -539,9 +539,8 @@ pub const MAINNET_PARAMS: Params = Params {
539
539
pruning_proof_m : 1000 ,
540
540
541
541
crescendo : CRESCENDO ,
542
- // Temp: use a value which will trigger upper_bound/after calculations but is not actually scheduled.
543
- // We want the pre-release to test the influence of this change on mainnet nodes as well
544
- crescendo_activation : ForkActivation :: new ( u64:: MAX - 1 ) ,
542
+ // Roughly 2025-05-05 1500 UTC
543
+ crescendo_activation : ForkActivation :: new ( 110_165_000 ) ,
545
544
} ;
546
545
547
546
pub const TESTNET_PARAMS : Params = Params {
@@ -703,5 +702,6 @@ pub const DEVNET_PARAMS: Params = Params {
703
702
pruning_proof_m : 1000 ,
704
703
705
704
crescendo : CRESCENDO ,
705
+ // TODO: Set this to always after the fork
706
706
crescendo_activation : ForkActivation :: never ( ) ,
707
707
} ;
You can’t perform that action at this time.
0 commit comments