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

eth/catalyst: require withdrawals on V2 #23

Conversation

MariusVanDerWijden
Copy link
Collaborator

@MariusVanDerWijden MariusVanDerWijden commented Dec 17, 2022

If withdrawal functionality is activated, client software MUST return an INVALID status with the appropriate latestValidHash if payload.withdrawals is null. Similarly, if the functionality is not activated, client software MUST return an INVALID status with the appropriate latestValidHash if payloadAttributes.withdrawals is not null. Blocks without withdrawals MUST be expressed with an explicit empty list [] value. Refer to the validity conditions for engine_newPayloadV1 to specification of the appropriate latestValidHash value.

see https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#specification-1

lightclient and others added 30 commits November 29, 2022 18:21
Co-authored-by: lightclient <lightclient@protonmail.com>
Co-authored-by: marioevz <marioevz@gmail.com>
all: implement forkid changes for shanghai
core/types: make fetchers fetch withdrawals without transactions
internal/ethapi: add withdrawals to full block
params: use shanghai time instead of block
miner: catalyst: return transaction fees for block
@mkalinin
Copy link

Notice on the proposed change that if accepted will affect this PR ethereum/execution-apis#337

@MariusVanDerWijden
Copy link
Collaborator Author

stale, closing

lightclient pushed a commit that referenced this pull request Oct 5, 2023
move tracing docs into new dir
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.

3 participants