-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demonstrate adding EIP7594_MAX_BLOBS_PER_BLOCK
and EIP7594_TARGET_BLOBS_PER_BLOCK
#3952
Comments
For historical reasons, we probably wanna redefine deneb as well:
|
This comment was marked as spam.
This comment was marked as spam.
to be consistent with what we've done previously with BLOB_SIDECAR_SUBNET_COUNT_PECTRA: 8
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK_PECTRA
MAX_REQUEST_BLOB_SIDECARS_PECTRA: 1024
MAX_BLOBS_PER_BLOCK_PECTRA: 8
TARGET_BLOBS_PER_BLOCK_PECTRA: 4 In theory, since there is no previous |
|
oh gosh 🤦 ... obviously... BLOB_SIDECAR_SUBNET_COUNT_ELECTRA: 8
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK_ELECTRA
MAX_REQUEST_BLOB_SIDECARS_ELECTRA: 1024
MAX_BLOBS_PER_BLOCK_ELECTRA: 8
TARGET_BLOBS_PER_BLOCK_ELECTRA: 4 |
Suggested by @barnabasbusa that we could add configurable parameters for devnet-4.
I'll put them with
EIP7594_
prefix for now and switch them once we move to Fulu.The text was updated successfully, but these errors were encountered: