You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The validation middleware relies on a web3 instance to validate the chain id. 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_validation_middleware that can be used in the async pathway. It looks like we may be able to take the result_formatters out of this validation middleware and put it in method_formatters.py.
This issue builds on #1986, and will depend on #1987.
The text was updated successfully, but these errors were encountered:
What was wrong?
The validation middleware relies on a web3 instance to validate the chain id. 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_validation_middleware that can be used in the async pathway. It looks like we may be able to take the
result_formatters
out of this validation middleware and put it inmethod_formatters.py
.This issue builds on #1986, and will depend on #1987.
The text was updated successfully, but these errors were encountered: