This repository was archived by the owner on Feb 23, 2026. It is now read-only.
cli-v0.1.2
·
164 commits
to unstable
since this release
TLDR
This release is mandatory for those wishing to change their RPC for bolt v0.4.0-alpha.
🔧 Bug Fixes
- Better error handling
✨ New Features
- Now command to update your operator RPC:
bolt operators <protocol> update-rpc - New command to output compressed pubkey hash (useful for debugging)
- Better parsing of values, can now use
1etheror2gwei
🛠️ Refactoring and Maintenance
- New library for confirmation logic
- Various dependency updates
What's Changed
- chore: parse ether value with units by @merklefruit in #580
- fix(cli): return non-ABI error responses by @merklefruit in #582
- fix(cli): remove default --chain in bolt delegate command by @merklefruit in #589
- feat(cli): add command to output a compressed pubkey hash by @merklefruit in #644
- Chore: Bolt-CLI: Use library for confirmation logic by @0ex-d in #674
- Chore: Bolt-CLI: exhaustive err match on inquire Error by @0ex-d in #675
- feat(cli): add operators update-rpc command by @mempirate in #687
- feat(cli): bump to v0.1.2 by @mempirate in #690
- chore: bump rust version everywhere by @thedevbirb in #654
- chore(deps): bump alloy from 0.7.3 to 0.8.3 in /bolt-cli by @dependabot in #612
- chore(deps): bump serde_json from 1.0.133 to 1.0.134 in /bolt-cli by @dependabot in #613
- chore(deps): bump thiserror from 2.0.7 to 2.0.9 in /bolt-cli by @dependabot in #626
- chore(deps): bump serde from 1.0.216 to 1.0.217 in /bolt-cli by @dependabot in #624
- chore(deps): bump alloy-node-bindings from 0.7.2 to 0.8.3 in /bolt-cli by @dependabot in #625
- chore(deps): bump rustls from 0.23.19 to 0.23.20 in /bolt-cli by @dependabot in #637
- chore(deps): bump prost from 0.13.3 to 0.13.4 in /bolt-cli by @dependabot in #636
- chore(deps): bump alloy from 0.8.3 to 0.9.2 in /bolt-cli by @dependabot in #638
- chore(deps): bump serde_json from 1.0.134 to 1.0.135 in /bolt-cli by @dependabot in #668
- chore(deps): bump tokio from 1.42.0 to 1.43.0 in /bolt-cli by @dependabot in #667
New Contributors
Full Changelog: cli-v0.1.1...cli-v0.1.2