-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
87ec759
commit 50bf40b
Showing
11 changed files
with
97 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters