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

Implementation of register-credential-status rpc #154

Merged
merged 6 commits into from
May 27, 2022

Conversation

arnabghose997
Copy link
Contributor

The register-credential-status implements the able to store the status of a VC on-chain, without revealing privacy related fields.

CLI Signature is as follow:

Usage:
  hid-noded tx ssi register-credential-status [credential-status] [proof]

Hands-on is descripted in the file docs/ssi/cred-ops.md of this repo

@arnabghose997 arnabghose997 self-assigned this May 22, 2022
@arnabghose997 arnabghose997 linked an issue May 22, 2022 that may be closed by this pull request
@arnabghose997 arnabghose997 marked this pull request as draft May 22, 2022 13:01
@Vishwas1 Vishwas1 marked this pull request as ready for review May 23, 2022 12:41
@arnabghose997
Copy link
Contributor Author

Following checks have been added:

  • Only "Live" credential status is accepted
  • Expiration date shouln't be less than issuance date
  • Created and Update Dates should be similar

@arnabghose997 arnabghose997 merged commit 0801dd2 into main May 27, 2022
@arnabghose997 arnabghose997 deleted the 151-implement-register-credential-status-rpc branch May 27, 2022 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement register-credential-status RPC
1 participant