Skip to content

Commit

Permalink
unsubscribe to the Voluntary Exit topic to address #24
Browse files Browse the repository at this point in the history
  • Loading branch information
cortze committed May 21, 2024
1 parent e362cd6 commit 51bac9e
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 51bac9e

Please sign in to comment.