-
Notifications
You must be signed in to change notification settings - Fork 334
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
CIP-0010 | Add 21325 label for PRISM #973
base: master
Are you sure you want to change the base?
CIP-0010 | Add 21325 label for PRISM #973
Conversation
I was playing around in making a new Indexer for PRISM. When I discovered the CIP-10. But I'm not sure how to register the label so I created this PR. |
The Transaction Metadata Label to be registered is 21325. This value 21325 represents the last 16 bits of 344977920845, which is the decimal representation of the concatenation of the hexadecimals 50 52 49 53 4d that form the word PRISM in ASCII. https://github.com/input-output-hk/prism-did-method-spec
68177e9
to
a81dfb1
Compare
@@ -41,7 +41,7 @@ | |||
}, | |||
{ | |||
"transaction_metadatum_label": 839, | |||
"description": "Agora - Proposal creation metadata" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I undo this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes; please take it out: it's better to keep other lines the same to ensure each label has a unique PR associated with it. If white space is a general problem, editors can submit a PR to clean it up or parse it out with some GitHub CI that is running on this file.
@FabioPinheiro I can see the label number itself is correct: https://github.com/search?q=repo:input-output-hk/prism-did-method-spec%2021325 - but in tonight's biweekly CIP meeting we were looking to authenticate the need for the label from a current project representative. Are you in a position to do this and/or indicate how the label will be used? |
@rphair I'm part of the team that created the DID PRISM specification. The DID PRISM is a Decentralized Identifiers https://www.w3.org/TR/did-1.0/. Here is an example of the metadata that is already on mainnet that I pre-computed We are also creating a new specification just for the VDR part. For the Catalyst project#1300189 https://projectcatalyst.io/funds/13/cardano-open-developers/verifiable-data-registry-for-identus-in-cardano |
The Transaction Metadata Label to be registered is 21325.
This value 21325 represents the last 16 bits of 344977920845, which is the decimal representation of the concatenation of the hexadecimals 50 52 49 53 4d that form the word PRISM in ASCII.
https://github.com/input-output-hk/prism-did-method-spec