-
Notifications
You must be signed in to change notification settings - Fork 52
feat: stable tools utxo-hd commands in client CLI
#2681
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
Conversation
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.
Pull Request Overview
This PR stabilizes the tools utxo-hd commands in the Mithril client CLI by removing the experimental/unstable flag requirement. The commands are now available as stable functionality without needing the --unstable flag.
- Removed unstable flag requirement for
tools utxo-hdcommands - Updated documentation to reflect stable status
- Version bump to 0.12.30
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| mithril-client-cli/src/main.rs | Removed unstable feature gate for Tools commands |
| mithril-client-cli/src/commands/tools/mod.rs | Updated command description to remove "[unstable]" marker |
| mithril-client-cli/src/commands/cardano_db/shared_steps.rs | Updated example command to remove --unstable flag |
| mithril-client-cli/Cargo.toml | Version bump from 0.12.29 to 0.12.30 |
| docs/website/root/manual/getting-started/bootstrap-cardano-node.md | Updated documentation examples to remove --unstable flag |
| docs/website/root/manual/develop/nodes/mithril-client.md | Updated help text to remove "[unstable]" marker |
| CHANGELOG.md | Added entry for stable tools utxo-hd support |
| .github/workflows/test-client.yml | Updated CI tests to remove --unstable flag |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
112377e to
372ffd9
Compare
372ffd9 to
1120444
Compare
turmelclem
left a comment
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 the stabilization of the
tools utxo-hdcommands in the client CLI.Pre-submit checklist
Issue(s)
Relates to #2625