-
Notifications
You must be signed in to change notification settings - Fork 984
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
Update ENS resolving implementation to match what is defined in EIP-1577 #6688
Comments
There will be changes made to the EIP so implementation should be paused. |
The EIP has been updated and should be good to go: https://eips.ethereum.org/EIPS/eip-1577
|
…in EIP-1577 Signed-off-by: Julien Eluard <[email protected]>
The EIP has been updated @rachelhamlin, the implementation will need updating too. https://eips.ethereum.org/EIPS/eip-1577
|
@decanus Do you mind pointing at what changed specifically? |
@jeluard The multicodec table used and the way the hashes are encoded. |
thanks @decanus 🙏 |
What problem are you trying to solve?
To try and find a better system @Arachnid and I created EIP-1577 that allows for a better representation of network and content addresses.
Describe the solution you'd like
Implement resolution using the new
multiaddr
field when available.Issue was copied over from the Metamask repository because of laziness
The text was updated successfully, but these errors were encountered: