From cc631053141668d20b6ea73fd623a650308ce98c Mon Sep 17 00:00:00 2001 From: "liam.lai" Date: Mon, 10 Mar 2025 19:23:46 -0700 Subject: [PATCH 1/2] test devnet reward more --- params/config.go | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 6641c3dea3..607c3beb8e 100644 --- a/params/config.go +++ b/params/config.go @@ -121,7 +121,7 @@ var ( ProtectorReward: 4000, ObserverReward: 1000, }, - 2052900: { + 2053800: { MaxMasternodes: 10, MaxProtectorNodes: 3, SwitchRound: 2053800, @@ -134,6 +134,19 @@ var ( ProtectorReward: 2000, ObserverReward: 1000, }, + 2084400: { + MaxMasternodes: 10, + MaxProtectorNodes: 0, + SwitchRound: 2084400, + CertThreshold: 0.667, + TimeoutSyncThreshold: 3, + TimeoutPeriod: 5, + MinePeriod: 2, + ExpTimeoutConfig: ExpTimeoutConfig{Base: 2.0, MaxExponent: 5}, + MasternodeReward: 5000, + ProtectorReward: 4000, + ObserverReward: 1000, + }, } UnitTestV2Configs = map[uint64]*V2Config{ From fd8f8ec2dce0676ab85b0f2010aa83d54edddec7 Mon Sep 17 00:00:00 2001 From: "liam.lai" Date: Mon, 10 Mar 2025 22:15:31 -0700 Subject: [PATCH 2/2] update config --- params/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/config.go b/params/config.go index 607c3beb8e..bb63c717bd 100644 --- a/params/config.go +++ b/params/config.go @@ -134,10 +134,10 @@ var ( ProtectorReward: 2000, ObserverReward: 1000, }, - 2084400: { + 2090700: { MaxMasternodes: 10, MaxProtectorNodes: 0, - SwitchRound: 2084400, + SwitchRound: 2090700, CertThreshold: 0.667, TimeoutSyncThreshold: 3, TimeoutPeriod: 5,