Skip to content

Commit 14a942d

Browse files
committed
Set activation DAA score
1 parent 7aef507 commit 14a942d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

consensus/core/src/config/params.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,8 @@ pub const MAINNET_PARAMS: Params = Params {
539539
pruning_proof_m: 1000,
540540

541541
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),
545544
};
546545

547546
pub const TESTNET_PARAMS: Params = Params {
@@ -703,5 +702,6 @@ pub const DEVNET_PARAMS: Params = Params {
703702
pruning_proof_m: 1000,
704703

705704
crescendo: CRESCENDO,
705+
// TODO: Set this to always after the fork
706706
crescendo_activation: ForkActivation::never(),
707707
};

0 commit comments

Comments
 (0)