You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add preregistered_validator_count network param field (#426)
This PR allows you to set network_params.preregistered_validator_count.
If not set, or set to 0 the original behavior of calculating the total
validators via summing the staked participants is applied.
Co-authored-by: Barnabas Busa <busa.barnabas@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,8 @@ network_params:
248
248
# This mnemonic will a) be used to create keystores for all the types of validators that we have and b) be used to generate a CL genesis.ssz that has the children
249
249
# validator keys already preregistered as validators
250
250
preregistered_validator_keys_mnemonic: "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
251
+
# The number of pre-registered validators for genesis. If 0 or not specified then the value will be calculated from the participants
252
+
preregistered_validator_count: 0
251
253
# How long you want the network to wait before starting up
"preregistered_validator_keys_mnemonic": "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete",
0 commit comments