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

Metrics for DID and Schema #18

Merged
merged 4 commits into from
Jan 28, 2022
Merged

Conversation

arnabghose997
Copy link
Contributor

@arnabghose997 arnabghose997 commented Jan 27, 2022

Following are the changes implemented in this PR:

  • Change in REST endpoint naming

As of now, the REST endpoint had the pattern hypersign-protocol/hidnode/did/{dids}. It has now being changed to hypersign-protocol/hidnode/ssi/did/{dids}, as the module name will be changed from did to ssi in a later PR

Note: The REST urls used in hs-ssi-sdk needs to be changed according to the change described above, once the PR is merged

  • REST endpoints for DID count, Schema count and Schema List has been implemented

  • A new store SchemaCompleteKey (check x/types/keys.go) has been implemented where the key is SchemaID and value is Schema (Complete Structure). This has been do list all the Schemas in the Response.

@Vishwas1 Vishwas1 merged commit b638f5c into main Jan 28, 2022
@arnabghose997 arnabghose997 deleted the did-count-schema-count-list-rpc branch February 21, 2022 04:42
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.

None yet

2 participants