-
Notifications
You must be signed in to change notification settings - Fork 973
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
EIP-7732: Refactor Beacon chain state transition function #3898
Conversation
31404fa
to
0220642
Compare
0220642
to
cd33c92
Compare
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
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
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)
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
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
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_payload
to newExecution payload processing
section to separate it fromBlock processing