Update MAX_BLOBS_PER_BLOCK to a higher bound

This commit is contained in:
gajinder 2023-04-25 15:36:48 +05:30
parent 696eac6127
commit 17dac8cab9
2 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@
# ---------------------------------------------------------------
# `uint64(4096)`
FIELD_ELEMENTS_PER_BLOB: 4096
# `uint64(2**2)` (= 4)
MAX_BLOBS_PER_BLOCK: 4
# `uint64(2**10)` (= 1024)
MAX_BLOBS_PER_BLOCK: 1024

View File

@ -68,7 +68,7 @@ This upgrade adds blobs to the beacon chain as part of Deneb. This is an extensi
| Name | Value |
| - | - |
| `MAX_BLOBS_PER_BLOCK` | `uint64(2**2)` (= 4) |
| `MAX_BLOBS_PER_BLOCK` | `uint64(2**10)` (= 1024) |
## Configuration