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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: