-
Notifications
You must be signed in to change notification settings - Fork 1.2k
EIP-7732: Refactor Beacon chain state transition function #3898
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
EIP-7732: Refactor Beacon chain state transition function #3898
Conversation
31404fa to
0220642
Compare
0220642 to
cd33c92
Compare
Gulrizwan23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specs/_features/eip7732/beacon-chain.md
potuz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks! hope conflicts on #3854 aren't that bad
jtraglia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 thank you!
| - [Modified `is_merge_transition_complete`](#modified-is_merge_transition_complete) | ||
| - [Modified `validate_merge_block`](#modified-validate_merge_block) | ||
| - [Execution payload processing](#execution-payload-processing) | ||
| - [New `verify_execution_payload_envelope_signature`](#new-verify_execution_payload_envelope_signature) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [New `verify_execution_payload_envelope_signature`](#new-verify_execution_payload_envelope_signature)
Gulrizwan23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified version
Gulrizwan23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go
Gulrizwan23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move
process_execution_payloadto newExecution payload processingsection to separate it fromBlock processing