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

EIP-7732: Refactor Beacon chain state transition function #3898

Conversation

StefanBratanov
Copy link
Contributor

@StefanBratanov StefanBratanov commented Aug 23, 2024

Move process_execution_payload to new Execution payload processing section to separate it from Block processing

@StefanBratanov StefanBratanov changed the title EIP-7332 Refactor Beacon chain state transition function EIP-7332: Refactor Beacon chain state transition function Aug 23, 2024
@StefanBratanov StefanBratanov force-pushed the refactor_beacon_chain_state_transition_function branch from 31404fa to 0220642 Compare August 23, 2024 16:37
@StefanBratanov StefanBratanov force-pushed the refactor_beacon_chain_state_transition_function branch from 0220642 to cd33c92 Compare August 23, 2024 17:31
@StefanBratanov StefanBratanov changed the title EIP-7332: Refactor Beacon chain state transition function EIP-7732: Refactor Beacon chain state transition function Aug 24, 2024
Copy link

@Gulrizwan23 Gulrizwan23 left a 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

Gulrizwan23

This comment was marked as resolved.

Copy link
Contributor

@potuz potuz left a 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 jtraglia mentioned this pull request Sep 13, 2024
5 tasks
Copy link
Member

@jtraglia jtraglia left a comment

Choose a reason for hiding this comment

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

LGTM 👍 thank you!

@jtraglia jtraglia merged commit e12b9ab into ethereum:dev Sep 18, 2024
26 checks passed
@StefanBratanov StefanBratanov deleted the refactor_beacon_chain_state_transition_function branch September 18, 2024 15:50
- [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)

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)

Copy link

@Gulrizwan23 Gulrizwan23 left a comment

Choose a reason for hiding this comment

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

Modified version

Copy link

@Gulrizwan23 Gulrizwan23 left a comment

Choose a reason for hiding this comment

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

Go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants