-
Notifications
You must be signed in to change notification settings - Fork 41
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
Stabilize namings cardano transactions #1542
Stabilize namings cardano transactions #1542
Conversation
`snapshot` command is still available but deprecated.
Test Results 3 files ±0 42 suites ±0 8m 54s ⏱️ +26s Results for commit 8c6d72c. ± Comparison against base commit a15369c. This pull request removes 13 and adds 13 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. As seen together, we should probably have the following commands/sub-commands:
snapshot list
=>cardano-db snapshot list
snapshot show
=>cardano-db snapshot show
snapshot download
=>cardano-db download
orcardano-db restore
docs/website/root/manual/developer-docs/nodes/mithril-client.md
Outdated
Show resolved
Hide resolved
docs/website/root/manual/developer-docs/nodes/mithril-client.md
Outdated
Show resolved
Hide resolved
docs/website/root/manual/developer-docs/nodes/mithril-client.md
Outdated
Show resolved
Hide resolved
Updated commands now become: * `snapshot list` => `cardano-db snapshot list` * `snapshot show` => `cardano-db snapshot show` * `snapshot download` => `cardano-db download`
603bc8c
to
420c6d3
Compare
420c6d3
to
8c6d72c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Content
This PR includes a refactor after the recent implementation of Cardano transactions.
snapshot
has been renamedcardano-db
. Thesnapshot
command still exists to avoid breaking changes but is deprecated.Pre-submit checklist
Issue(s)
Closes #1535