Skip to content

Specify rep/resp for inclusion lists#5424

Open
jihoonsong wants to merge 2 commits into
ethereum:masterfrom
jihoonsong:inclusion-list-req-resp
Open

Specify rep/resp for inclusion lists#5424
jihoonsong wants to merge 2 commits into
ethereum:masterfrom
jihoonsong:inclusion-list-req-resp

Conversation

@jihoonsong

Copy link
Copy Markdown
Member

This PR specifies InclusionListsByIndices.

  1. Compared to previous req/resp, it adds inclusion_list_committee_root in the request content. This is to specify which branch the requester is asking for. Note that SignedInclusionList the response also has inclusion_list_committee_root, which the requester can verify whether the response is for the same branch that they're on. I've added it as adding the 32-bytes information would make it easier for both requester and responder.

  2. InclusionListsByIndices returns signed objects same with other req/resp. To that end, inclusion_list_store will be changed to store SignedInclusionList. This will be handled in the following PR to keep each PR tight and easier to review.

@jihoonsong jihoonsong requested review from jtraglia and nflaig July 3, 2026 15:20
@github-actions github-actions Bot added the heze label Jul 3, 2026
@jihoonsong jihoonsong force-pushed the inclusion-list-req-resp branch from 474fd85 to 601df31 Compare July 3, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant