Open
Description
Per this PR:
The spec has moved from using GOSSIP_MAX_SIZE
to MAX_PAYLOAD_SIZE
.
While adding Hoodi in this PR (#7145) I opted just to continue using GOSSIP_MAX_SIZE
. All these parameters have the default values currently, so it doesn't make any difference.
Eventually we should switch over to using MAX_PAYLOAD_SIZE
and the new values. I don't think we need to worry about backwards-compatibility, because these params are relatively unimportant, and the only thing we will be breaking will be local testnet setups using old testnet dirs.