-
Notifications
You must be signed in to change notification settings - Fork 10
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
💡 Writing CIP119 metadata for DRep registration and DRep Updates #1758
Comments
@Ryun1 is this essential for Bootstrapping, or is it a nice to have feature for this phase? |
To support this, GovTool need to have for DReps" Ref: CIP 119 - https://developers.cardano.org/docs/governance/cardano-improvement-proposals/cip-0119/
Hence, there is some design work, but also we need to understand:
|
Hey @m-i-k-e
For this, GovTool can just support base64 encoding the images
This identity thing is weird and confusing, agreed. For this we can just reuse the
This is a boolean, that I think GovTool should support and enter a default value of |
Awesome, just how it should work |
From the CIP:
So this means that an image is required, and as far as I understand there can be a url for metadata (along with a hash), and a url for the image (along with it's own hash) However, to maintain sanity, GovTool will only support writing the image into the single JSON file. What concerns me is that the image is required. I guess we upload a generic avatar for everyone, and they change it or not. |
For now, lets not support image upload |
…etadata-for-drep-registration-and-drep-updates feat(#1758): add CIP-119 support on backend and metadata-validation
Area
Delegation Pillar
Is there new design needed?
Not sure
What?
Why?
How?
(Optional) User Story with acceptance criteria
As a DRep
I want to attach rich metadata to my DRep registration
So delegators can have a good understanding of me when looking to delegate
The text was updated successfully, but these errors were encountered: