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

Minor internal fixes #3069

Merged
merged 1 commit into from Jul 31, 2023
Merged

Conversation

fselmo
Copy link
Collaborator

@fselmo fselmo commented Jul 31, 2023

What was wrong?

  • Some of our tests were still using the Web3 class with async providers in the setup. Use AsyncWeb3. I don't believe this should have much of an effect other than the type hinting being corrected.

How was it fixed?

  • Web3(async_provider) -> AsyncWeb3(async_provider)

Todo:

Cute Animal Picture

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

fselmo added a commit to fselmo/web3.py that referenced this pull request Jul 31, 2023
@fselmo fselmo marked this pull request as ready for review July 31, 2023 17:07
@fselmo fselmo requested review from kclowes, pacrob and reedsa July 31, 2023 17:08
fselmo added a commit to fselmo/web3.py that referenced this pull request Jul 31, 2023
@fselmo fselmo force-pushed the minor-internal-async-fixes branch from a5341dd to 6281844 Compare July 31, 2023 17:11
@fselmo fselmo force-pushed the minor-internal-async-fixes branch from 6281844 to 4112229 Compare July 31, 2023 17:30
Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

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

:shipit:

@fselmo fselmo merged commit 3e1501f into ethereum:main Jul 31, 2023
84 checks passed
@fselmo fselmo deleted the minor-internal-async-fixes branch July 31, 2023 18:00
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.

None yet

3 participants