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
Over the coming months, we should probably switch from ethers-rs to alloy-rs and use reth in additional places where it's possible, e.g., RPC.
This would be useful since they are most actively developed libraries at the moment for Rust Ethereum, we could possibly get some performance gains, and there are some new ways to handle ABI and smart contracts. Requites quite a lot of code changes though.
The text was updated successfully, but these errors were encountered:
Over the coming months, we should probably switch from
ethers-rs
toalloy-rs
and usereth
in additional places where it's possible, e.g., RPC.This would be useful since they are most actively developed libraries at the moment for Rust Ethereum, we could possibly get some performance gains, and there are some new ways to handle ABI and smart contracts. Requites quite a lot of code changes though.
The text was updated successfully, but these errors were encountered: