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

Get rid of compute_state_by_epoch_processing_to #3878

Merged

Conversation

mkalinin
Copy link
Collaborator

@mkalinin mkalinin commented Aug 9, 2024

Replaces a recently introduced compute_state_by_epoch_processing_to helper with:

state_copy = state.copy()
run_epoch_processing_to(spec, state_copy, …)

Copy link
Contributor

@hwwhww hwwhww 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 @mkalinin!

@hwwhww hwwhww merged commit 7259a6c into ethereum:dev Aug 28, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants