Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Withdrawal req #234

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Change Withdrawal req #234

merged 1 commit into from
Oct 11, 2024

Conversation

somnathb1
Copy link
Contributor

No description provided.

@somnathb1 somnathb1 marked this pull request as draft September 30, 2024 14:48
@somnathb1 somnathb1 marked this pull request as ready for review October 11, 2024 10:23
@somnathb1 somnathb1 merged commit 81edac3 into master Oct 11, 2024
@somnathb1 somnathb1 deleted the som/flat_withdrawal_req branch October 11, 2024 10:25
somnathb1 added a commit to erigontech/erigon that referenced this pull request Oct 11, 2024
In summary, does away with a lot of earlier complexities related to
parsing and encoding withdrawal requests. These are now just byte
strings, essentially

Refer to the following
- ethereum/EIPs#8855 (flat requests format
update for EIP-7002)
-
https://github.com/ethereum/EIPs/pull/8934/files#diff-70472fac1debb567783ce13873323261713f3ce488a26a5c3769a9193f4a7e27R596
(Address update)

Needs interface update -
erigontech/interfaces#234

(Tasks board - #12106)
H160 source_address = 1;
bytes validator_pubkey = 2;
uint64 amount = 3;
bytes request_data = 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we merge deposit/withdrawal/consolidation requests together?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, i will merge them with a subsequent PR, these are small progressions of changes to make reviewing easier.

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.

2 participants