Skip to content

Commit

Permalink
Merge pull request #27 from probe-lab/fix/unsubscribe-voluntary-exits
Browse files Browse the repository at this point in the history
Temporary Fix: Unsubscribe to the `voluntary_exits` topic
  • Loading branch information
cortze authored May 22, 2024
2 parents e362cd6 + 51bac9e commit 86e98c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eth/node_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,10 @@ func desiredPubSubBaseTopics() []string {
p2p.GossipBlockMessage,
p2p.GossipAggregateAndProofMessage,
p2p.GossipAttestationMessage,
p2p.GossipExitMessage,
// In relation to https://github.com/probe-lab/hermes/issues/24
// we unfortunatelly can't validate the messages (yet)
// thus, better not to forward invalid messages
//p2p.GossipExitMessage,
p2p.GossipAttesterSlashingMessage,
p2p.GossipProposerSlashingMessage,
p2p.GossipContributionAndProofMessage,
Expand Down

0 comments on commit 86e98c2

Please sign in to comment.