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

Honor WEB3_PROVIDER_URI for geth auto dev connection #2023

Merged
merged 2 commits into from
Jun 14, 2021

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Jun 10, 2021

What was wrong?

Connecting via the gethdev auto provider didn't look first for the WEB3_PROVIDER_URI environment variable.

Fixes #1817

How was it fixed?

Added a check at the beginning of the get_dev_ipc_path function for the WEB3_PROVIDER_URI environment variable.

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@kclowes kclowes changed the title [WIP] Honor WEB3_PROVIDER_URI for geth auto dev [WIP] Honor WEB3_PROVIDER_URI for geth auto dev connection Jun 10, 2021
@kclowes kclowes changed the title [WIP] Honor WEB3_PROVIDER_URI for geth auto dev connection Honor WEB3_PROVIDER_URI for geth auto dev connection Jun 10, 2021
@kclowes kclowes requested review from wolovim and fselmo June 10, 2021 20:17
Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

@kclowes Looks good to me!

@kclowes kclowes merged commit f4add46 into ethereum:master Jun 14, 2021
@kclowes kclowes deleted the geth-dev-auto branch June 14, 2021 16:51
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.

gethdev AutoProvider does not consider the WEB3_PROVIDER_URI environment variable
3 participants