-
Notifications
You must be signed in to change notification settings - Fork 907
Open
Labels
Networkingcode-qualityconsensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.electraRequired for the Electra/Prague forkRequired for the Electra/Prague fork
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.
Metadata
Metadata
Assignees
Labels
Networkingcode-qualityconsensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.electraRequired for the Electra/Prague forkRequired for the Electra/Prague fork