Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from ethers to alloy #1681

Closed
tcoratger opened this issue Mar 19, 2024 · 3 comments · Fixed by #1693
Closed

Migration from ethers to alloy #1681

tcoratger opened this issue Mar 19, 2024 · 3 comments · Fixed by #1693
Assignees
Labels
contributor enhancement New feature or request katana This issue is related to Katana

Comments

@tcoratger
Copy link
Contributor

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:

use ethers::types::U256;

use ethers::types::H256;

use ethers::types::{Address, BlockNumber, Log};

Describe the solution you'd like

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.

@tarrencev
Copy link
Contributor

Thanks for opening this. That would be great. Are you interested in making this contribution?

@tcoratger
Copy link
Contributor Author

Thanks for opening this. That would be great. Are you interested in making this contribution?

Yes sure I can handle this.

@glihm
Copy link
Collaborator

glihm commented Apr 3, 2024

Closed by #1760.

@glihm glihm closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor enhancement New feature or request katana This issue is related to Katana
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants