-
Notifications
You must be signed in to change notification settings - Fork 9
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
Provide metadata validation to the proposal list and on the GA creation #876
Labels
Comments
jankun4
added a commit
that referenced
this issue
Apr 29, 2024
jankun4
added a commit
that referenced
this issue
Apr 29, 2024
a/validate endpoint Signed-off-by: jankun4 <michaljankun@gmail.com>
5 tasks
jankun4
added a commit
that referenced
this issue
Apr 29, 2024
Signed-off-by: jankun4 <michaljankun@gmail.com>
jankun4
added a commit
that referenced
this issue
Apr 29, 2024
Signed-off-by: jankun4 <michaljankun@gmail.com>
jankun4
added a commit
that referenced
this issue
May 8, 2024
jankun4
added a commit
that referenced
this issue
May 8, 2024
Sworzen1
added a commit
that referenced
this issue
May 9, 2024
…tion-to-the-proposal-list-and-on-the-ga-creation [#876] add metadata/validate endpoint
OK Adding proposal |
Below tracked in issue #1150:
OK - no error 500 was returned TBC - status - for postive case - nothing returned when all is fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example payload:
Example response:
url
don't match the CIP-108 standard.url
doesn't match providedhash
If validation passes for all the cases response can be any eg.:
{ "valid": true }
Provide to:
GET /proposal/list
GET /proposal/get/{proposalId}
GET /drep/getVotes/{drepId}
The text was updated successfully, but these errors were encountered: