Skip to content

cli-v0.1.1

Compare
Choose a tag to compare
@thedevbirb thedevbirb released this 16 Dec 13:31
· 286 commits to unstable since this release
ca7c8e9

This release brings small quality of life improvements for users of the bolt CLI.

🔧 Bug Fixes
• Don't require secrets for bolt pubkeys local-keystore command flags.
• Operator status returning incorrect stake results.
• Remove redundant command bolt pubkeys public-keys --public-keys.

📚 Documentation Improvements
• The documentation now recommends using the bolt generate bls command directly, removing the need to visit external websites for key generation.
• Highlight that the default RPC used for send commands is the bolt RPC that automatically handles nonces over preconfirmed state.

✨ New Features
• The CLI now logs whether operators have the required collateral and are active, giving users greater visibility when managing operations.

🛠️ Refactoring and Maintenance
• The operators command has been refactored into separate files for cleaner, more maintainable code.
• Unification of KeysSource and SecretsSource brings consistency across the CLI

Full change-log