Skip to content

Commit d17a3a6

Browse files
authored
Merge branch 'main' into support-stader
2 parents f5b4bec + 5b3d5b3 commit d17a3a6

3 files changed

Lines changed: 33 additions & 1 deletion

File tree

.releases/v0.10.0-rc1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
commit: "efda6a67f43b0ddb400c454a65b055d59acc7d6c"
2+
reason: "Substantial change to harden security in the signer service, improve build and release process, quality of life improvements to logging, and more support for SSV integrations. Contains breaking changes to the signer service and how the CLI is invoked."

.releases/v0.9.8.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
commit: "7b531cb8afa073fdde083068e30c6fc176b61ebc"
2+
reason: "Small addition to log the auction's winning relay"

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Release Changelog
22

3-
### v0.9.4
3+
### v0.9.6
44
- Fix pagination issue with SSV keys
55
- Bump rust toolchain to 1.91
66
- Bump lighthouse dependencies to v8.1.3
7+
8+
### v0.9.7-rc1
9+
- Test new release process (duplicate of v0.9.6)
10+
11+
### v0.9.8
12+
- Add new log that prints winning relay's id and bid amount
13+
14+
### v0.10.0-rc1
15+
**Breaking changes**
16+
- Unified binary: CLI, PBS, and Signer combined into a single `commit-boost` binary with subcommands (#425). This change changes the CLI, notably the `init` command is now invoked as `commit-boost init --config <config_name>`.
17+
- New unified Docker image `commit-boost` (#464). Dedicated `commit-boost-pbs` and `commit-boost-signer` images continue to ship for backward compatibility.
18+
- Signer service API updated, see signer-api.yml
19+
20+
**Security**
21+
- Sigma Prime audit fixes for the signer service (#438)
22+
23+
**Features**
24+
- SSV-node API support (#415)
25+
- Custom chain ID support (#429)
26+
- PBS reloads config on file changes without restart (#409)
27+
- New log line for `get_header` auction winner (#443)
28+
29+
**Fixes**
30+
- CLI double-parse bug (#428)
31+
- Test updates for SSV API rename and PbsState signature change (#427)
32+
33+
**Infrastructure**
34+
- New release process based on `.releases/` YAML model (#462 and #464)

0 commit comments

Comments
 (0)