cli-v0.1.1
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
- fix: bolt pubkeys local-keystore command flags by @merklefruit in #522
- chore(docs): use bolt generate bls instead of visiting website by @merklefruit in #523
- feat(bolt-cli): log if operators have collateral by @estensen in #550
- chore(cli): refactor operators command in files by @merklefruit in #553
- chore(cli): unify KeysSource and SecretsSource by @merklefruit in #556
- chore(cli): bump version, docs by @thedevbirb in #572
- fix(cli): operator status stake @merklefruit in #575