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
Building off of #62, one thing that web3py supports in both sync and async versions is the caching of chainids by using the simple_cache_middleware.
Would it be an overreach to modify the default middlewares in utils.py and remove the internal mapping, where users will simply have to ensure they're using it (unless we want to check in utils and add it in a similar fashion as ClientTimeout)?
The text was updated successfully, but these errors were encountered:
How far back does this support go? I like that multicall is able to work with some older versions of web3 as well and would prefer to keep that wide of a range if we can.
You can go ahead and implement this so long as we're able to maintain support for all currently supported web3 versions.
Building off of #62, one thing that web3py supports in both sync and async versions is the caching of chainids by using the
simple_cache_middleware
.Would it be an overreach to modify the default middlewares in utils.py and remove the internal mapping, where users will simply have to ensure they're using it (unless we want to check in utils and add it in a similar fashion as
ClientTimeout
)?The text was updated successfully, but these errors were encountered: