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
There are some TODOs left in the extensions mod, pending an async multicall implementation using alloy.
While an explicit multicall approach in ethers-rs works, it's not elegant. An alloy::providers::Provider should batch the calls under the hood without any code change at the call site.
The text was updated successfully, but these errors were encountered:
There are some TODOs left in the
extensions
mod, pending an asyncmulticall
implementation usingalloy
.While an explicit multicall approach in
ethers-rs
works, it's not elegant. Analloy::providers::Provider
should batch the calls under the hood without any code change at the call site.The text was updated successfully, but these errors were encountered: