We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to PR #731 and #781
The following line of code generate a not valid sid: https://github.com/mesg-foundation/core/pull/731/files#diff-eeade751807b5e894d1f9a5b21390878R199
s.Sid = "_" + s.Hash
We need to make sure that the generated Sid is valid. Otherwise, we could require service definition to have a Sid.
Sid validation of #781:
validate:"omitempty,printascii,max=63,domain"`
The text was updated successfully, but these errors were encountered:
We need to make sure that the generated Sid is valid.
There will be no generated sid in the #799 pr, because we don't need one
Sorry, something went wrong.
What do you mean there is not need for one?
No branches or pull requests
Related to PR #731 and #781
The following line of code generate a not valid sid:
https://github.com/mesg-foundation/core/pull/731/files#diff-eeade751807b5e894d1f9a5b21390878R199
We need to make sure that the generated Sid is valid.
Otherwise, we could require service definition to have a Sid.
Sid validation of #781:
The text was updated successfully, but these errors were encountered: