mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Update GET config/spec endpoint to support Deneb config (#4708)
* Update `GET config/spec` endpoint to support Deneb config. * Update config spec `http_api` test
This commit is contained in:
12
consensus/types/presets/gnosis/deneb.yaml
Normal file
12
consensus/types/presets/gnosis/deneb.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Gnosis preset - Deneb
|
||||
# NOTE: The below are PLACEHOLDER values from Mainnet.
|
||||
# Gnosis preset for the Deneb fork TBD: https://github.com/gnosischain/configs/tree/main/presets/gnosis
|
||||
|
||||
# Misc
|
||||
# ---------------------------------------------------------------
|
||||
# `uint64(4096)`
|
||||
FIELD_ELEMENTS_PER_BLOB: 4096
|
||||
# `uint64(2**12)` (= 4096)
|
||||
MAX_BLOB_COMMITMENTS_PER_BLOCK: 4096
|
||||
# `uint64(6)`
|
||||
MAX_BLOBS_PER_BLOCK: 6
|
||||
10
consensus/types/presets/mainnet/deneb.yaml
Normal file
10
consensus/types/presets/mainnet/deneb.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Mainnet preset - Deneb
|
||||
|
||||
# Misc
|
||||
# ---------------------------------------------------------------
|
||||
# `uint64(4096)`
|
||||
FIELD_ELEMENTS_PER_BLOB: 4096
|
||||
# `uint64(2**12)` (= 4096)
|
||||
MAX_BLOB_COMMITMENTS_PER_BLOCK: 4096
|
||||
# `uint64(6)`
|
||||
MAX_BLOBS_PER_BLOCK: 6
|
||||
10
consensus/types/presets/minimal/deneb.yaml
Normal file
10
consensus/types/presets/minimal/deneb.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# Minimal preset - Deneb
|
||||
|
||||
# Misc
|
||||
# ---------------------------------------------------------------
|
||||
# [customized]
|
||||
FIELD_ELEMENTS_PER_BLOB: 4
|
||||
# [customized]
|
||||
MAX_BLOB_COMMITMENTS_PER_BLOCK: 16
|
||||
# `uint64(6)`
|
||||
MAX_BLOBS_PER_BLOCK: 6
|
||||
Reference in New Issue
Block a user