Source PR: Consensys-Incorporated/teku#11088, http://github.com/Consensys/teku/pull/11106
What changed: Teku now parses an optional GAS_LIMIT_SCHEDULE network-config field (EIP-8261) and computes a scheduled gas limit per epoch. When --validators-builder-registration-default-gas-limit is unset, validators now use the scheduled gas limit for the current epoch (falling back to 60000000 if no schedule is configured), rather than always using the flat default. Warnings are logged if a manually configured gas limit exceeds the scheduled recommendation.
Why docs need updating: cli/index.md documents --validators-builder-registration-default-gas-limit simply as a flat default (60000000) without mentioning the network-scheduled override. Update the description to note the network-scheduled-gas-limit behavior and precedence.
Source PR: Consensys-Incorporated/teku#11088, http://github.com/Consensys/teku/pull/11106
What changed: Teku now parses an optional
GAS_LIMIT_SCHEDULEnetwork-config field (EIP-8261) and computes a scheduled gas limit per epoch. When--validators-builder-registration-default-gas-limitis unset, validators now use the scheduled gas limit for the current epoch (falling back to 60000000 if no schedule is configured), rather than always using the flat default. Warnings are logged if a manually configured gas limit exceeds the scheduled recommendation.Why docs need updating:
cli/index.mddocuments--validators-builder-registration-default-gas-limitsimply as a flat default (60000000) without mentioning the network-scheduled override. Update the description to note the network-scheduled-gas-limit behavior and precedence.