-
Notifications
You must be signed in to change notification settings - Fork 0
Catalyst Signed Docs parameters
field.
#307
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
Comments
vlopes11
added a commit
that referenced
this issue
May 13, 2025
This commit replaces the ad-hoc attributes (category_id, election_id, campaign_id, brand_id) for a single `parameters` field, that is expected to hold document-specific validation rules. It is in accordance to the architecture specs https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/signed_doc/spec/ Closes #307
8 tasks
vlopes11
added a commit
that referenced
this issue
May 13, 2025
This commit replaces the ad-hoc attributes (category_id, election_id, campaign_id, brand_id) for a single `parameters` field, that is expected to hold document-specific validation rules. It is in accordance to the architecture specs https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/signed_doc/spec/ Closes #307
8 tasks
stevenj
pushed a commit
that referenced
this issue
May 19, 2025
* refactor(rust/signed-doc): add parameters field This commit replaces the ad-hoc attributes (category_id, election_id, campaign_id, brand_id) for a single `parameters` field, that is expected to hold document-specific validation rules. It is in accordance to the architecture specs https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/signed_doc/spec/ Closes #307 * Update rust/signed_doc/src/validator/mod.rs * wip * wip * wip * fix spelling * fix clippy * wip * pedantic suggestion (#327) --------- Co-authored-by: Alex Pozhylenkov <[email protected]> Co-authored-by: Artur Helmanau <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Add a new
parameters
metadata field, which should be basically a replacement of thecategory_id
,election_id
,campaign_id
,brand_id
.Description
Update
ExtraFields
structure, remove existingcategory_id
,election_id
,campaign_id
andbrand_id
fields. Add newparameters
field which should have the following defintionThe text was updated successfully, but these errors were encountered: