- Fix pagination issue with SSV keys
- Bump rust toolchain to 1.91
- Bump lighthouse dependencies to v8.1.3
- Test new release process (duplicate of v0.9.6)
- Add new log that prints winning relay's id and bid amount
Breaking changes
- Unified binary: CLI, PBS, and Signer combined into a single
commit-boostbinary with subcommands (#425). This change changes the CLI, notably theinitcommand is now invoked ascommit-boost init --config <config_name>. - New unified Docker image
commit-boost(#464). Dedicatedcommit-boost-pbsandcommit-boost-signerimages continue to ship for backward compatibility. - Signer service API updated, see signer-api.yml
Security
- Sigma Prime audit fixes for the signer service (#438)
Features
- SSV-node API support (#415)
- Custom chain ID support (#429)
- PBS reloads config on file changes without restart (#409)
- New log line for
get_headerauction winner (#443)
Fixes
- CLI double-parse bug (#428)
- Test updates for SSV API rename and PbsState signature change (#427)
Infrastructure
- New release process based on
.releases/YAML model (#462 and #464)