Devnet: activate leader rotation at epoch 4 . (#4611)

* LeaderRotationInternal rotation epoch 4.

* LeaderRotationInternal rotation epoch 4.
pull/4612/head
Konstantin 10 months ago committed by GitHub
parent a31b4f5640
commit cdbc79e01f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      internal/params/config.go

@ -205,8 +205,8 @@ var (
SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16 SlotsLimitedEpoch: EpochTBD, // epoch to enable HIP-16
CrossShardXferPrecompileEpoch: big.NewInt(5), CrossShardXferPrecompileEpoch: big.NewInt(5),
AllowlistEpoch: EpochTBD, AllowlistEpoch: EpochTBD,
LeaderRotationInternalValidatorsEpoch: big.NewInt(2379), LeaderRotationInternalValidatorsEpoch: big.NewInt(4),
LeaderRotationExternalValidatorsEpoch: big.NewInt(3173), LeaderRotationExternalValidatorsEpoch: big.NewInt(4),
FeeCollectEpoch: big.NewInt(5), FeeCollectEpoch: big.NewInt(5),
ValidatorCodeFixEpoch: big.NewInt(5), ValidatorCodeFixEpoch: big.NewInt(5),
HIP30Epoch: big.NewInt(7), HIP30Epoch: big.NewInt(7),

Loading…
Cancel
Save