-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Address checksum errors being reported as ENS name resolution errors #694
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
Comments
ricmoo
added a commit
that referenced
this issue
Jan 8, 2020
ricmoo
added a commit
that referenced
this issue
Jan 8, 2020
I've fixed this and published it in v5, available in I've added the fix in v4 too, but since it is relatively low impact, I am holding off on publishing it. If you need it sooner, let me know and I can publish it, otherwise I'll wait a few more days until I have other fixes to push with it. Thanks! :) |
No hurry, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Verified to be an issue.
fixed/complete
This Bug is fixed or Enhancement is complete and published.
I am unsure if this is intended behaviour or a bug, but
resolveName()
is swallowing the errors fromgetAddress()
It is confusing as these are address errors being reported as ENS name resolution errors.
Happy to write a fix if it is confirmed this is unintended!
To reproduce:
The text was updated successfully, but these errors were encountered: