You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Uses of `MAX_BLOBS_PER_BLOCK` in existing validations are replaced with `MAX_BLOBS_PER_BLOCK_ELECTRA`.
However in the gossip validation there is a check which uses BLOB_SIDECAR_SUBNET_COUNT but we should use BLOB_SIDECAR_SUBNET_COUNT_ELECTRA here as well
Looks like this was missed in #4023
The electra spec only states that
MAX_BLOBS_PER_BLOCK_ELECTRA
should be used instead ofMAX_BLOBS_PER_BLOCK
consensus-specs/specs/electra/p2p-interface.md
Line 87 in e6bddd9
However in the gossip validation there is a check which uses
BLOB_SIDECAR_SUBNET_COUNT
but we should useBLOB_SIDECAR_SUBNET_COUNT_ELECTRA
here as wellconsensus-specs/specs/deneb/p2p-interface.md
Line 180 in e6bddd9
It might be required to update
compute_subnet_for_blob_sidecar
(or simply extend the note in p2p-interface.md)consensus-specs/specs/deneb/validator.md
Line 183 in e6bddd9
The text was updated successfully, but these errors were encountered: