mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 15:11:05 +00:00
Add sync committee aggregation constant to config
This commit is contained in:
parent
18fc7c0498
commit
3ea897d531
@ -51,3 +51,9 @@ MIN_SYNC_COMMITTEE_PARTICIPANTS: 1
|
|||||||
MAX_VALID_LIGHT_CLIENT_UPDATES: 8192
|
MAX_VALID_LIGHT_CLIENT_UPDATES: 8192
|
||||||
# 2**13 (=8192)
|
# 2**13 (=8192)
|
||||||
LIGHT_CLIENT_UPDATE_TIMEOUT: 8192
|
LIGHT_CLIENT_UPDATE_TIMEOUT: 8192
|
||||||
|
|
||||||
|
|
||||||
|
# Validator
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# 2**2 (= 4)
|
||||||
|
TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE: 4
|
||||||
|
@ -51,3 +51,8 @@ MIN_SYNC_COMMITTEE_PARTICIPANTS: 1
|
|||||||
MAX_VALID_LIGHT_CLIENT_UPDATES: 32
|
MAX_VALID_LIGHT_CLIENT_UPDATES: 32
|
||||||
# [customized]
|
# [customized]
|
||||||
LIGHT_CLIENT_UPDATE_TIMEOUT: 32
|
LIGHT_CLIENT_UPDATE_TIMEOUT: 32
|
||||||
|
|
||||||
|
# Validator
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# 2**2 (= 4)
|
||||||
|
TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE: 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user