Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .releases/v0.10.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
commit: "d317e6021809c8a5e5a663ffb98f4026f116a485"
reason: "Patch release: Lido Curated Module v2 support, version string correction, and dependency advisory fixes"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
### v0.10.0
- Accumulation of rc1-rc4

### v0.10.1
- Add support for Lido Curated Module v2 (#489)
- Correct the reported version: v0.10.0 binaries self-reported as `0.10.0-rc4`
- Update dependencies to clear advisories present in v0.10.0: `h2` (RUSTSEC-2026-0258), `ruint` (RUSTSEC-2026-0220), and the yanked `spin` 0.9.8
- Add a publish-age cooldown for dependency resolution and `--locked` builds (#492)

### v0.11.0-rc1
- Introduces SSZ encodings for `get_header` and `submit_block`
- Introduces optional streaming endpoint to receive bids over WebSocket connection
Expand Down
Loading