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.11.0-rc2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
commit: "7b2b116841d3f39ceabfc923f19d6d32402fff21"
reason: "Pre-release for relay header secrets and the ws bid stream metrics endpoint"
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@
- Introduces SSZ encodings for `get_header` and `submit_block`
- Introduces optional streaming endpoint to receive bids over WebSocket connection
- Fix Prysm issue #17136

### v0.11.0-rc2
- Relay API keys and other custom relay headers can be loaded from a secret file or an environment variable instead of being written in the config (#498)
- The WebSocket bid stream metrics for handshake latency, bid updates per window, unparseable frames and HTTP fallbacks counts under its own `get_header_stream` endpoint (#499)
- Add support for Lido Curated Module v2 (#489)
- Bump sigstore version (#494)