- Removed
MAX_CHUNK_SIZE
from network global configurations, which will mean older clients will not get it from newer versions of Teku.
- Applied spec change to alter
GOSSIP_MAX_SIZE
toMAX_PAYLOAD_SIZE
. MAX_PAYLOAD_SIZE
is now used instead ofMAX_CHUNK_SIZE
.