Make testnet1 identical to testnet0

This commit is contained in:
Zahary Karadjov 2019-11-14 14:10:14 +00:00 committed by zah
parent 258f6f6334
commit 7617e293a9
2 changed files with 7 additions and 7 deletions

View File

@ -76,8 +76,10 @@ iterator validatorAssignments: tuple[node: Node; firstValidator, lastValidator:
0
,
"testnet1": proc (nodeIdx: int): int =
if nodeIdx == 0: systemValidators
else: 0
if nodeidx < 4:
systemValidators div 4
else:
0
}
var nextValidatorIdx = conf.totalUserValidators

View File

@ -1,9 +1,7 @@
CONST_PRESET=minimal
NETWORK_TYPE=libp2p_daemon
SLOTS_PER_EPOCH=16
SECONDS_PER_SLOT=16
MAX_COMMITTEES_PER_SLOT=8
QUICKSTART_VALIDATORS=40
RANDOM_VALIDATORS=960
QUICKSTART_VALIDATORS=8
RANDOM_VALIDATORS=120
BOOTSTRAP_PORT=9100
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a