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

Async Gas Price Strategy middleware #1989

Closed
kclowes opened this issue May 10, 2021 · 1 comment
Closed

Async Gas Price Strategy middleware #1989

kclowes opened this issue May 10, 2021 · 1 comment
Assignees

Comments

@kclowes
Copy link
Collaborator

kclowes commented May 10, 2021

What was wrong?

The gas price strategy middleware relies on calls to an RPC server. In order to have a full async pathway, web3py needs an async version of the middleware that will use an async w3 instance.

How can it be fixed?

Add an async_gas_price_strategy_middleware that can be used in the async pathway. This issue builds on #1986, and will depend on #1987.

@kclowes kclowes self-assigned this May 10, 2021
@kclowes
Copy link
Collaborator Author

kclowes commented Jun 11, 2021

Closed with #1999

@kclowes kclowes closed this as completed Jun 11, 2021
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

No branches or pull requests

1 participant