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(CIP15): Add CIP-0015 parser #124

Merged
merged 5 commits into from
May 7, 2022
Merged

feat(CIP15): Add CIP-0015 parser #124

merged 5 commits into from
May 7, 2022

Conversation

mark-stopka
Copy link
Collaborator

@mark-stopka mark-stopka commented Feb 4, 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 update proposal

@mark-stopka mark-stopka added the enhancement New feature or request label Feb 4, 2022
@mark-stopka mark-stopka linked an issue Feb 4, 2022 that may be closed by this pull request
@mark-stopka mark-stopka added this to the v2.0.0 milestone Feb 4, 2022
@mark-stopka mark-stopka marked this pull request as draft February 4, 2022 10:59
@mark-stopka mark-stopka modified the milestones: v2.0.0, v1.3 Feb 6, 2022
@mark-stopka mark-stopka marked this pull request as ready for review March 11, 2022 18:10
src/mapper/cip15.rs Outdated Show resolved Hide resolved
src/mapper/crawl.rs Outdated Show resolved Hide resolved
@mark-stopka mark-stopka modified the milestones: v1.3, v1.4 Apr 12, 2022
@scarmuega scarmuega requested a review from rvcas May 7, 2022 22:56
@scarmuega scarmuega merged commit 3ad5b0b into main May 7, 2022
@scarmuega scarmuega deleted the add-cip-0015 branch May 7, 2022 23:30
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 this pull request may close these issues.

feat: Add CIP-0015 metadata parser
4 participants