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

Tests: wakuext unfurling #6093

Open
4 tasks
churik opened this issue Nov 12, 2024 · 0 comments
Open
4 tasks

Tests: wakuext unfurling #6093

churik opened this issue Nov 12, 2024 · 0 comments

Comments

@churik
Copy link
Member

churik commented Nov 12, 2024

URL Management

  • wakuext_getTextURLsToUnfurl

    • Parses the provided text and returns a deduplicated and somewhat normalized slice of URLs. This can be used as cache keys by clients, with corresponding metadata for unfurling.
  • wakuext_getTextURLs

    • Deprecated: Parses text and returns a deduplicated and somewhat normalized slice of URLs. This is replaced by the more generic GetTextURLsToUnfurl.
  • wakuext_unfurlURLs

    • Uses a best-effort approach to unfurl each URL. Failed URLs will be removed from the response. This method expects URLs normalized by GetTextURLs.

ENS Verification

  • wakuext_ensVerified
    • Verifies the ENS (Ethereum Name Service) with the provided public key and ENS name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant