Skip to content

Comments

Implement KYC management with IPFS#123

Merged
GoSTEAN merged 2 commits intoskill-mind:mainfrom
wheval:feat/ipfs
Aug 1, 2025
Merged

Implement KYC management with IPFS#123
GoSTEAN merged 2 commits intoskill-mind:mainfrom
wheval:feat/ipfs

Conversation

@wheval
Copy link
Contributor

@wheval wheval commented Jul 27, 2025

Fixes #120

  • Added store_kyc_details, update_kyc_details, get_kyc_details, has_kyc_details, fn delete_kyc_details functions
  • Added extensive tests test_update_kyc_details_success,test_update_kyc_details_no_existing, test_update_kyc_details_empty_hash, test_update_kyc_details_same_hash, test_store_kyc_details_success, test_store_kyc_details_empty_hash, test_store_kyc_details_already_exists, test_has_kyc_details_true, test_has_kyc_details_false
kyc

Copy link
Collaborator

@GoSTEAN GoSTEAN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@GoSTEAN GoSTEAN merged commit 7730561 into skill-mind:main Aug 1, 2025
1 check passed
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.

SC: Hashing

2 participants