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
Following discussions like this one, among others, numerous repositories are transitioning from ethers to alloy as a more comprehensive, precise, and modern Rust Ethereum library. Consequently, it appears appropriate to migrate entirely to the equivalent alloy library here, eliminating all references to ethers.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the codebase, there are several instances where
ethers
types are still being used, such as:dojo/crates/katana/rpc/rpc-types/src/account.rs
Line 1 in 91d8dac
dojo/crates/katana/primitives/src/transaction.rs
Line 2 in 91d8dac
dojo/crates/katana/core/src/service/messaging/ethereum.rs
Line 9 in 91d8dac
Describe the solution you'd like
Following discussions like this one, among others, numerous repositories are transitioning from
ethers
toalloy
as a more comprehensive, precise, and modern Rust Ethereum library. Consequently, it appears appropriate to migrate entirely to the equivalentalloy
library here, eliminating all references toethers
.The text was updated successfully, but these errors were encountered: