-
Notifications
You must be signed in to change notification settings - Fork 952
Open
Labels
Description
Description
There are a few values that are missing from the output of /eth/v1/config/spec beacon api.
Version
latest unstable - 556e917
Present Behaviour
Currently missing config values are:
REORG_HEAD_WEIGHT_THRESHOLD (20)
REORG_PARENT_WEIGHT_THRESHOLD (160)
REORG_MAX_EPOCHS_SINCE_FINALIZATION (2)
EPOCHS_PER_SUBNET_SUBSCRIPTION (256)
ATTESTATION_SUBNET_COUNT (64)
ATTESTATION_SUBNET_EXTRA_BITS (0)
Missing preset values:
UPDATE_TIMEOUT (8192) (diff value for minimal)
Missing domain types:
DOMAIN_BLS_TO_EXECUTION_CHANGE (0x0a000000)
Expected Behaviour
All values should be returned with the correct values.
michaelsproul