Skip to content

Commit

Permalink
config: update minimal active set weight to small reasonable value (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dshulyak committed Aug 1, 2023
1 parent 20dc4b4 commit a873af8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ func MainnetConfig() Config {
WindowSize: 10000,
MaxExceptions: 1000,
BadBeaconVoteDelayLayers: 4032,
// TODO update it with safe but reasonble minimum weight in network before first ballot
MinimalActiveSetWeight: 1000 * 9331200,
// 1000 - is assumed minimal number of units
// 5000 - half of the expected poet ticks
MinimalActiveSetWeight: 1000 * 5000,
},
HARE: hareConfig.Config{
N: 200,
Expand Down

0 comments on commit a873af8

Please sign in to comment.