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

Implement Cardano Stake Distribution in client CLI #1880

Closed
8 of 9 tasks
Tracked by #955
jpraynaud opened this issue Aug 6, 2024 · 0 comments · Fixed by #1883
Closed
8 of 9 tasks
Tracked by #955

Implement Cardano Stake Distribution in client CLI #1880

jpraynaud opened this issue Aug 6, 2024 · 0 comments · Fixed by #1883
Assignees
Labels
feature 🚀 New implemented feature

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Aug 6, 2024

Why

The client CLI should be able to list, get details and certify Cardano stake distribution.

What

Implement the Cardano stake distribution signed entity type in the Mithril client CLI.

How

  • Implement new commands in mithril-client-cli as unstable:
    • cardano-stake-distribution command with alias csd
    • cardano-stake-distribution list
    • cardano-stake-distribution download latest
    • cardano-stake-distribution download $EPOCH
    • cardano-stake-distribution download --hash $ARTIFACT_HASH or cardano-stake-distribution download-by-hash $ARTIFACT_HASH
    • cardano-stake-distribution download $HASH
  • Verify artifact download by the client cli in the end to end test
  • Add new verification step in client Manual multi-platform GitHub action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 New implemented feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants