Skip to content

feat: handle grouped execution requests#152

Merged
matthias-wright merged 2 commits intomainfrom
m/grouped-execution-req
Mar 31, 2026
Merged

feat: handle grouped execution requests#152
matthias-wright merged 2 commits intomainfrom
m/grouped-execution-req

Conversation

@matthias-wright
Copy link
Copy Markdown
Collaborator

This adds supports for grouped execution requests. For example, according to EIP-7685, deposit requests may be encoded like this:
0x00 || deposit_request1 || deposit_request2 || deposit_request3

instead of

0x00 || deposit_request1
0x00 || deposit_request2
0x00 || deposit_request3

The same is true for all other execution requests.

@matthias-wright matthias-wright merged commit f1a4409 into main Mar 31, 2026
4 checks passed
@matthias-wright matthias-wright deleted the m/grouped-execution-req branch March 31, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant