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: specs/phase0/p2p-interface.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ This section outlines configurations that are used in this spec.
199
199
200
200
| Name | Value | Description |
201
201
|---|---|---|
202
-
|`MAX_PAYLOAD_SIZE`|`10 * 2**20` (= 10485760, 10 MiB) | The maximum allowed size of uncompressed payload in gossipsub messages / RPC chunks |
202
+
|`MAX_PAYLOAD_SIZE`|`10 * 2**20` (= 10485760, 10 MiB) | The maximum allowed size of uncompressed payload in gossipsub messages and RPC chunks |
203
203
|`MAX_REQUEST_BLOCKS`|`2**10` (= 1024) | Maximum number of blocks in a single request |
204
204
|`EPOCHS_PER_SUBNET_SUBSCRIPTION`|`2**8` (= 256) | Number of epochs on a subnet subscription (~27 hours) |
205
205
|`MIN_EPOCHS_FOR_BLOCK_REQUESTS`|`MIN_VALIDATOR_WITHDRAWABILITY_DELAY + CHURN_LIMIT_QUOTIENT // 2` (= 33024, ~5 months) | The minimum epoch range over which a node must serve blocks |
@@ -294,7 +294,7 @@ This defines both the type of data being sent on the topic and how the data fiel
294
294
-`Encoding` - the encoding strategy describes a specific representation of bytes that will be transmitted over the wire.
295
295
See the [Encodings](#Encodings) section for further details.
296
296
297
-
Clients MUST reject messages with unknown topic.
297
+
Clients MUST reject messages with an unknown topic.
298
298
299
299
*Note*: `ForkDigestValue` is composed of values that are not known until the genesis block/state are available.
300
300
Due to this, clients SHOULD NOT subscribe to gossipsub topics until these genesis values are known.
0 commit comments