Skip to content

Commit

Permalink
Merge branch 'develop' into grading-for-hare
Browse files Browse the repository at this point in the history
  • Loading branch information
countvonzero committed Aug 1, 2023
2 parents 080c975 + a873af8 commit ba914a7
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 ba914a7

Please sign in to comment.