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

serviceEndpoint string check should use a proper URI library #898

Closed
thehenrytsai opened this issue Oct 24, 2020 · 1 comment
Closed

serviceEndpoint string check should use a proper URI library #898

thehenrytsai opened this issue Oct 24, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@thehenrytsai
Copy link
Collaborator

The current use of URL lib to perform the serviceEndpoint string check is not compliant to the Sidetree spec.
Use uri-js npm pacakge's URI.parse() to do the job.

@thehenrytsai
Copy link
Collaborator Author

Done.

Reference implementation automation moved this from 2020 November to Done Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

1 participant