-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 name_to_address middleware #1990
Comments
So I started working on this the other day since I felt like it was one of the shortcomings of the Async Provider currently. There were a couple of module level methods that needed to be asynced in @kclowes or anyone else have any thoughts on this approach. |
What was wrong?
The name to address 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_name_to_address_middleware that can be used in the async pathway. This issue builds on #1986, and will depend on #1987.
The text was updated successfully, but these errors were encountered: