Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
679 stars 284 forks source link

8767 electra blob config params #8800

Closed mehdi-aouadi closed 2 weeks ago

mehdi-aouadi commented 2 weeks ago

PR Description

Add new Electra blob config params

BLOB_SIDECAR_SUBNET_COUNT_PECTRA: 8
MAX_REQUEST_BLOB_SIDECARS_PECTRA: 1024
MAX_BLOBS_PER_BLOCK_PECTRA: 8
TARGET_BLOBS_PER_BLOCK_PECTRA: 4 

This PR adds all the new params but only 2 of them are in use:

BLOB_SIDECAR_SUBNET_COUNT_PECTRA: 8
MAX_REQUEST_BLOB_SIDECARS_PECTRA: 1024

The target blobs per block and the max blobs per block usage will be added in a separate PR

MAX_BLOBS_PER_BLOCK_PECTRA: 8
TARGET_BLOBS_PER_BLOCK_PECTRA: 4 

Fixed Issue(s)

fixes #8767

Documentation

Changelog

mehdi-aouadi commented 2 weeks ago

Will raise separate smaller PRs instead