Skip to content

fix(rust/signed-doc): Modify the DocumentRef structure #355

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

Draft
wants to merge 5 commits into
base: feat/new-cat-signed-doc
Choose a base branch
from

Conversation

bkioshn
Copy link
Contributor

@bkioshn bkioshn commented Jun 3, 2025

Description

Modify the DocumentRef structure according to https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/signed_doc/metadata/#document-reference

Related Issue(s)

#323

Description of Changes

Change the structure of DocumentRef from {id, ver} to DocumentRefs
that store a list of DocumentRef {id, ver, locator}

Breaking Changes

The structure of document ref changed

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

bkioshn added 4 commits May 30, 2025 13:22
Signed-off-by: bkioshn <bkioshn@gmail.com>
Signed-off-by: bkioshn <bkioshn@gmail.com>
Signed-off-by: bkioshn <bkioshn@gmail.com>
Signed-off-by: bkioshn <bkioshn@gmail.com>
@bkioshn bkioshn self-assigned this Jun 3, 2025
@bkioshn bkioshn added this to Catalyst Jun 3, 2025
@bkioshn bkioshn added the enhancement New feature or request label Jun 3, 2025
@bkioshn bkioshn moved this from New to 🏗 In progress in Catalyst Jun 3, 2025
@bkioshn bkioshn changed the title fix(rust/signed-doc) Modify the DocumentRef structure fix(rust/signed-doc): Modify the DocumentRef structure Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

1 participant