Update Altair configs

This commit is contained in:
Hsiao-Wei Wang 2021-03-13 01:21:04 +08:00
parent 65dcf897c2
commit 1824bdf181
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E
2 changed files with 22 additions and 0 deletions

View File

@ -33,7 +33,18 @@ EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 256
DOMAIN_SYNC_COMMITTEE: 0x07000000
# Fork
# ---------------------------------------------------------------
ALTAIR_FORK_VERSION: 0x01000000
# TBD
ALTAIR_FORK_SLOT: 0
# Sync protocol
# ---------------------------------------------------------------
# 1
MIN_SYNC_COMMITTEE_PARTICIPANTS: 1
# 2**13
MAX_VALID_LIGHT_CLIENT_UPDATES: 8192
# 2**13 (=8192)
LIGHT_CLIENT_UPDATE_TIMEOUT: 8192

View File

@ -33,7 +33,18 @@ EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 8
DOMAIN_SYNC_COMMITTEE: 0x07000000
# Fork
# ---------------------------------------------------------------
ALTAIR_FORK_VERSION: 0x01000000
# [customized]
ALTAIR_FORK_SLOT: 0
# Sync protocol
# ---------------------------------------------------------------
# 1
MIN_SYNC_COMMITTEE_PARTICIPANTS: 1
# [customized]
MAX_VALID_LIGHT_CLIENT_UPDATES: 32
# [customized]
LIGHT_CLIENT_UPDATE_TIMEOUT: 32