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

Migrate off of eth-* and ethjs-* packages #852

Closed
mcmire opened this issue Jun 13, 2022 · 1 comment
Closed

Migrate off of eth-* and ethjs-* packages #852

mcmire opened this issue Jun 13, 2022 · 1 comment

Comments

@mcmire
Copy link
Contributor

mcmire commented Jun 13, 2022

According to the page for the ethjs org, the ethjs packages are no longer maintained and ethers is suggested instead. The ethjs repo is also archived. Finally, it is a bit of a pain to even work with these packages, as the main file for them (again, see ethjs) seems to link to the uncompiled version the library rather than the compiled version, and for the current version of ethjs-query that we are using, this code contains Babel-specific code. We can upgrade to the latest versions of these packages, of course, and that would probably help us a little bit, but the point still stands that it will end up being a waste of time to keep using these libraries. They are right to suggest Ethers, because Ethers seems to be the best-maintained library when it comes to interactions with Ethereum (it also includes TypeScript types for all of its parts). We should consider switching fully to Ethers.

@desi
Copy link
Contributor

desi commented Apr 22, 2024

There are 2 technical proposals and the issues created for those should replace this. Closing.

@desi desi closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mcmire @desi and others