Add sync committee aggregation constant to config

This commit is contained in:
Alex Stokes 2021-04-12 15:27:04 -07:00
parent 18fc7c0498
commit 3ea897d531
No known key found for this signature in database
GPG Key ID: 99B3D88FD6C55A69
2 changed files with 11 additions and 0 deletions

View File

@ -51,3 +51,9 @@ MIN_SYNC_COMMITTEE_PARTICIPANTS: 1
MAX_VALID_LIGHT_CLIENT_UPDATES: 8192
# 2**13 (=8192)
LIGHT_CLIENT_UPDATE_TIMEOUT: 8192
# Validator
# ---------------------------------------------------------------
# 2**2 (= 4)
TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE: 4

View File

@ -51,3 +51,8 @@ MIN_SYNC_COMMITTEE_PARTICIPANTS: 1
MAX_VALID_LIGHT_CLIENT_UPDATES: 32
# [customized]
LIGHT_CLIENT_UPDATE_TIMEOUT: 32
# Validator
# ---------------------------------------------------------------
# 2**2 (= 4)
TARGET_AGGREGATORS_PER_SYNC_SUBCOMMITTEE: 4