Skip to content

caplin: re-enable voluntary_exit gossip topic subscription#19764

Merged
AskAlexSharov merged 1 commit into
erigontech:release/3.3from
Giulio2002:fix-voluntary-exit-gossip
Mar 10, 2026
Merged

caplin: re-enable voluntary_exit gossip topic subscription#19764
AskAlexSharov merged 1 commit into
erigontech:release/3.3from
Giulio2002:fix-voluntary-exit-gossip

Conversation

@Giulio2002

Copy link
Copy Markdown
Contributor

Fixes #19643

The voluntary_exit gossip topic was accidentally commented out in cl/sentinel/service/start.go, causing POST /eth/v1/beacon/pool/voluntary_exits to fail with:

[Beacon REST] failed to publish voluntary exit to gossip app=caplin err="unknown topic voluntary_exit"

Voluntary exits were being inserted into the operations pool but never propagated via gossip.

Fix: uncomment sentinel.VoluntaryExitSsz in the gossip topic list.

Note: this is already fixed on main where the gossip subscription architecture was refactored — the voluntary exit service is properly registered via RegisterGossipServices in register.go.

…h#19643)

The voluntary_exit topic was accidentally commented out, causing
POST /eth/v1/beacon/pool/voluntary_exits to fail with:
  'unknown topic voluntary_exit'

Voluntary exits were being inserted into the pool but never
propagated via gossip.
@Giulio2002 Giulio2002 requested a review from domiwei as a code owner March 10, 2026 01:20
@AskAlexSharov AskAlexSharov merged commit 213dffc into erigontech:release/3.3 Mar 10, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants