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 Incremental Cardano DB in client CLI #2246

Open
9 of 17 tasks
Tracked by #2047
jpraynaud opened this issue Jan 27, 2025 · 0 comments
Open
9 of 17 tasks
Tracked by #2047

Implement Incremental Cardano DB in client CLI #2246

jpraynaud opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
feature 🚀 New implemented feature

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 27, 2025

Why

The client CLI should be able to list, get details of Incremental Cardano DB snapshots and restore a partial folder of a Cardano database.

What

Implement the Incremental Cardano DB signed entity type in the Mithril client CLI.

How

  • Implement new commands in mithril-client-cli as unstable:
    • cardano-db-v2 command with alias cdbv2
    • cardano-db-v2 snapshot list (same interface as cardano-db command)
    • cardano-db-v2 snapshot show {artifact_hash} (same interface as cardano-db command)
    • cardano-db-v2 download latest (same interface as cardano-db command)
    • cardano-db-v2 download {artifact_hash} (same interface as cardano-db command, i.e. with include_ancillary and without allow_override)
    • cardano-db-v2 download {artifact_hash} --start {start} --end {end} --include_ancillary --allow-override
  • Verify artifact download by the client cli in the end to end test
    • cardano-db-v2 command
    • cardano-db-v2 snapshot list
    • cardano-db-v2 snapshot show {artifact_hash}
    • cardano-db-v2 download {artifact_hash}
  • Add new verification step in client Manual multi-platform GitHub action
    • cardano-db-v2 command
    • cardano-db-v2 snapshot list
    • cardano-db-v2 snapshot show {artifact_hash}
    • cardano-db-v2 download {artifact_hash}
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

No branches or pull requests

2 participants