Files
lighthouse/beacon_node/lighthouse_network
Pawan Dhananjay 076f3f0984 Clarify network limits (#7175)
Resolves #6811


  Rename `GOSSIP_MAX_SIZE` to `MAX_PAYLOAD_SIZE` and remove `MAX_CHUNK_SIZE` in accordance with the spec.

The spec also "clarifies"  the message size limits at different levels. The rpc limits are equivalent to what we had before imo.
The gossip limits have additional checks.

I have gotten rid of the `is_bellatrix_enabled`  checks that used a lower limit (1mb) pre-merge. Since all networks we run start from the merge, I don't think this will break any setups.
2025-04-09 02:50:45 +00:00
..
2025-01-31 12:21:06 +00:00
2025-04-09 02:50:45 +00:00
2025-04-09 02:50:45 +00:00
2025-02-10 01:58:11 +00:00