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

feat: Add CIP-0015 metadata parser #72

Closed
mark-stopka opened this issue Jan 17, 2022 · 2 comments · Fixed by #124
Closed

feat: Add CIP-0015 metadata parser #72

mark-stopka opened this issue Jan 17, 2022 · 2 comments · Fixed by #124
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mark-stopka
Copy link
Collaborator

mark-stopka commented Jan 17, 2022

Implement CIP15 metadata parser which will separate all five metadata fields as per the relevant CDDL schema.

$voting_pub_key /= bytes .size 32
$staking_pub_key /= bytes .size 32
$ed25519_signature /= bytes .size 64
$reward_address /= bytes
$nonce /= uint

NOTE: See also cardano-foundation/CIPs#188 and cardano-foundation/CIPs#200 update proposals

@mark-stopka mark-stopka added the enhancement New feature or request label Jan 17, 2022
@mark-stopka mark-stopka added this to the v2.0.0 milestone Jan 25, 2022
@mark-stopka
Copy link
Collaborator Author

Please beware that was cardano-foundation/CIPs#188 replaced by cardano-foundation/CIPs#200

@mark-stopka mark-stopka changed the title Add CIP-0015 metadata parser feat: Add CIP-0015 metadata parser Jan 28, 2022
@mark-stopka mark-stopka linked a pull request Feb 4, 2022 that will close this issue
@mark-stopka
Copy link
Collaborator Author

@pavlix I have moved the changes relevant to this ticket to #124, if you could prioritize developing this over the #84 please.

@mark-stopka mark-stopka modified the milestones: v2.0.0, v1.3 Feb 6, 2022
@mark-stopka mark-stopka modified the milestones: v1.3, v1.4 Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants