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

Remove exchange merge transition config #11452

Closed
wants to merge 1 commit into from

Conversation

terencechain
Copy link
Member

What type of PR is this?

Post merge clean up

What does this PR do? Why is it needed?

It removes the exchange transition configuration between Prysm and the EL clients. This piece of code will never be relevant and used. From now on, Prysm will sync though the merge transition through initial sync, this means the exchange transition config for TTD is no longer relevant. This only applies for regular sync

Which issues(s) does this PR fix?

N/A

Other notes for review

@terencechain terencechain requested a review from a team as a code owner September 15, 2022 12:16
@terencechain terencechain added the Cleanup Code health! label Sep 15, 2022
}
if isExecutionBlock {
log.Debug("PoS transition is complete, no longer checking for configuration changes")
return
Copy link
Member Author

Choose a reason for hiding this comment

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

Note that as soon as we have a merge block, we'll exit from this function

@terencechain terencechain self-assigned this Sep 15, 2022
@terencechain terencechain added the Blocked Blocked by research or external factors label Sep 15, 2022
Copy link
Member

@prestonvanloon prestonvanloon left a comment

Choose a reason for hiding this comment

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

Some unused metrics now in beacon-chain/execution/metrics.go

@terencechain terencechain deleted the rm-exchange-transition branch June 5, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Blocked by research or external factors Cleanup Code health!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants