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

Informative Errors on Execution Client Connection Issues #11359

Merged
merged 3 commits into from
Aug 30, 2022

Conversation

rauljordan
Copy link
Contributor

@rauljordan rauljordan commented Aug 30, 2022

This PR adds informative errors in case a user runs into the following scenarios:

  1. Not authenticating their HTTP connection to their execution client with a JWT token, which will return 401 unauthorized errors upon checking the chain ID of the execution client via JSON-RPC
  2. Not connecting to their execution client on the engine port, which will lead to "not found" errors when connecting via the usual JSON-RPC at 8545

Tested in interop mode and is a lot friendlier now than it was before.

@prylabs-bulldozer prylabs-bulldozer bot merged commit 0725905 into develop Aug 30, 2022
@delete-merged-branch delete-merged-branch bot deleted the add-err-auth branch August 30, 2022 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants