ethers-error-parser icon indicating copy to clipboard operation
ethers-error-parser copied to clipboard

Ethers v6 support

Open DavNej opened this issue 1 year ago • 1 comments

This library is very much needed! Awesome project. Thank you!

Do you plan to add Ethers V6 support soon ? Is there anything to take into account if we use ethers v6 in our project ?

Thanks for the energy you put in this 🙏

DavNej avatar Aug 14 '23 16:08 DavNej

Hi @DavNej!

Ethers v6 brought a big series of changes with error handling. As you can see on the docs, most of the error cases are being handled by the library itself.

I have personally not used Ethers v6 on any project yet because the migration cost was a bit too high. Have you identified places where their error handling falls-off short? I guess now that they actually have some kind of error handling, we might just contribute to the library itself to round the corners.

enzoferey avatar Aug 15 '23 11:08 enzoferey