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

Backend support of ENS and UD address resolution for sending assets #18531

Closed
bbondy opened this issue Oct 4, 2021 · 0 comments · Fixed by brave/brave-core#10447
Closed

Backend support of ENS and UD address resolution for sending assets #18531

bbondy opened this issue Oct 4, 2021 · 0 comments · Fixed by brave/brave-core#10447
Assignees
Labels
feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality OS/Desktop QA/No release-notes/exclude

Comments

@bbondy
Copy link
Member

bbondy commented Oct 4, 2021

Implement new APIs to support ENS/UD address resolution in the new wallet.

EnsGetEthAddr(string domain) => (bool success, string address);
UnstoppableDomainsGetEthAddr(string domain) => (bool success, string address);
@bbondy bbondy added OS/Android Fixes related to Android browser functionality OS/Desktop labels Oct 4, 2021
@bbondy bbondy added this to the 1.33.x - Nightly milestone Oct 14, 2021
@yrliou yrliou changed the title Support ENS and UD address resolution for sending assets Backend support of ENS and UD address resolution for sending assets Oct 14, 2021
@kjozwiak kjozwiak added the feature/web3/wallet Integrating Ethereum+ wallet support label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/web3/wallet Integrating Ethereum+ wallet support OS/Android Fixes related to Android browser functionality OS/Desktop QA/No release-notes/exclude
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants