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

Fix Panic In Builder Service #12277

Merged
merged 1 commit into from
Apr 14, 2023
Merged

Fix Panic In Builder Service #12277

merged 1 commit into from
Apr 14, 2023

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Apr 14, 2023

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

In the event our builder client is not initialized, we return an error rather than trying to access the builder client and triggering a panic. A regression test has been added in.

Which issues(s) does this PR fix?

Fixes #12275

Other notes for review

@nisdas nisdas added Bug Something isn't working Ready For Review A pull request ready for code review Priority: High High priority item Builder PR or issue that supports builder related work labels Apr 14, 2023
@nisdas nisdas requested a review from a team as a code owner April 14, 2023 05:30
@terencechain terencechain merged commit f376427 into develop Apr 14, 2023
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fixBuilderServicePanic branch April 14, 2023 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Builder PR or issue that supports builder related work Priority: High High priority item Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Having builder enabled on the validator client while the beacon node's builder is disabled results in a panic
2 participants