Skip to content

Rename the max IL transaction size constant name - #5508

Merged
jihoonsong merged 2 commits into
ethereum:masterfrom
jihoonsong:inclusion-list-max-size-const
Aug 3, 2026
Merged

jihoonsong merged 2 commits into
ethereum:masterfrom
jihoonsong:inclusion-list-max-size-const

Conversation

@jihoonsong

@jihoonsong jihoonsong commented Aug 1, 2026

Copy link
Copy Markdown
Member

I've been asked several times how inclusion list size is measured. This PR renames MAX_BYTES_PER_INCLUSION_LIST to MAX_TRANSACTION_BYTES_PER_INCLUSION_LISTMAX_TRANSACTIONS_BYTES_PER_INCLUSION_LIST to remove the ambiguity.

@github-actions github-actions Bot added testing CI, actions, tests, testing infra heze labels Aug 1, 2026
Comment thread configs/mainnet.yaml Outdated
@jihoonsong
jihoonsong force-pushed the inclusion-list-max-size-const branch from 5052020 to 0ae32aa Compare August 3, 2026 10:30
@jihoonsong
jihoonsong enabled auto-merge (squash) August 3, 2026 11:50
@jihoonsong
jihoonsong merged commit 3cbd26f into ethereum:master Aug 3, 2026
16 checks passed
mergify Bot pushed a commit to sigp/lighthouse that referenced this pull request Aug 11, 2026
## Proposed Changes

- Rename `MAX_BYTES_PER_INCLUSION_LIST` to `MAX_TRANSACTIONS_BYTES_PER_INCLUSION_LIST` per [consensus-specs#5508 PR](ethereum/consensus-specs#5508).

- Add the missing IL config values to the `Config` struct, so config file values can modify them instead of Lighthouse silently using its hardcoded defaults:
  - `MAX_TRANSACTIONS_BYTES_PER_INCLUSION_LIST`
  - `MAX_REQUEST_INCLUSION_LIST`
  - `MIN_SLOTS_FOR_INCLUSION_LISTS_REQUESTS`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

heze testing CI, actions, tests, testing infra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants