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

feat(rust/cbork): Add report_duplicated_key and report_missing_keys functions to the cbork-utils crate #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stanislav-tkach
Copy link
Member

@stanislav-tkach stanislav-tkach commented Jan 25, 2025

Description

  • Add report_duplicated_key and report_missing_keys functions to the cbork-utils crate.

Description of Changes

It is rather common pattern in the Decode trait implementation to check for report duplicated keys and check presence of the required ones. For example in CIP-36 decoding and CIP-509 decoding. I'm not sure if cbork-utils is the best place for these functions, but it would be nice to reuse them instead of having several almost identical implementations.

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

@stanislav-tkach stanislav-tkach changed the title feat(rust/cbork-utils): Add report_duplicated_key and report_missing_keys to the cbork-utils crate feat(rust/cbork-utils): Add report_duplicated_key and report_missing_keys functions to the cbork-utils crate Jan 25, 2025
Copy link
Contributor

Test Report | ${\color{lightgreen}Pass: 272/272}$ | ${\color{red}Fail: 0/272}$ |

@stanislav-tkach stanislav-tkach changed the title feat(rust/cbork-utils): Add report_duplicated_key and report_missing_keys functions to the cbork-utils crate feat(rust/cbork): Add report_duplicated_key and report_missing_keys functions to the cbork-utils crate Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant