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
Copy file name to clipboardExpand all lines: config/params/network_config.go
+2
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ type NetworkConfig struct {
23
23
MessageDomainInvalidSnappy [4]byte`yaml:"MESSAGE_DOMAIN_INVALID_SNAPPY"`// MessageDomainInvalidSnappy is the 4-byte domain for gossip message-id isolation of invalid snappy messages.
24
24
MessageDomainValidSnappy [4]byte`yaml:"MESSAGE_DOMAIN_VALID_SNAPPY"`// MessageDomainValidSnappy is the 4-byte domain for gossip message-id isolation of valid snappy messages.
25
25
MinEpochsForBlobsSidecarsRequest primitives.Epoch`yaml:"MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUEST"`// MinEpochsForBlobsSidecarsRequest is the minimum number of epochs the node will keep the blobs for.
26
+
MaxRequestBlobSidecarsuint64`yaml:"MAX_REQUEST_BLOB_SIDECARS"`// MaxRequestBlobSidecars is the maximum number of blobs to request in a single request.
27
+
MaxRequestBlocksDenebuint64`yaml:"MAX_REQUEST_BLOCKS_DENEB"`// MaxRequestBlocksDeneb is the maximum number of blocks in a single request after the deneb epoch.
26
28
27
29
// DiscoveryV5 Config
28
30
ETH2Keystring// ETH2Key is the ENR key of the Ethereum consensus object in an enr.
0 commit comments