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

Add error if no Infura key is found #1294

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Mar 20, 2019

What was wrong?

Infura will stop supporting API calls without a key on 3/27.

Related to Issue #1246

How was it fixed?

Now an error is thrown when connecting to Infura if there is no API key found.

Cute Animal Picture

maxresdefault

conftest.py Outdated Show resolved Hide resolved
@kclowes kclowes requested review from pipermerriam and carver March 20, 2019 21:57
@kclowes kclowes force-pushed the throw-error-infura branch 2 times, most recently from 252cd16 to 9ae9610 Compare March 22, 2019 17:05
tests/core/providers/test_auto_provider.py Outdated Show resolved Hide resolved
@kclowes kclowes force-pushed the throw-error-infura branch from eadc1f7 to e83e0ab Compare March 25, 2019 22:12
@kclowes kclowes merged commit 78ffc01 into ethereum:master Mar 25, 2019
@kclowes kclowes deleted the throw-error-infura branch March 25, 2019 22:44
@@ -1,3 +1,4 @@
import os
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this cruft from some local changes? I don't see how it's used.

Edit: oops, this was sitting in a pending review, unpublished. Super minor, anyway

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.

3 participants