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 builder status check for block proposal #11052

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

terencechain
Copy link
Member

We were not using builder status correctly. We were using it before getting header and payload requests and that significantly eat up the block proposal time. Builder status was meant to call during start-up to validate that relay and builder are reachable. There's not much value calling it frequently besides slowing down block proposal

@terencechain terencechain added Ready For Review A pull request ready for code review Builder PR or issue that supports builder related work optimization labels Jul 13, 2022
@terencechain terencechain requested a review from a team as a code owner July 13, 2022 18:54
@terencechain terencechain self-assigned this Jul 13, 2022
Copy link
Contributor

@james-prysm james-prysm left a comment

Choose a reason for hiding this comment

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

LGTM

@prylabs-bulldozer prylabs-bulldozer bot merged commit 819632d into develop Jul 13, 2022
@delete-merged-branch delete-merged-branch bot deleted the rm-status-check branch July 13, 2022 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builder PR or issue that supports builder related work optimization Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants