diff --git a/eth/node_config.go b/eth/node_config.go index f582de5..4f23900 100644 --- a/eth/node_config.go +++ b/eth/node_config.go @@ -377,6 +377,10 @@ func desiredPubSubBaseTopics() []string { p2p.GossipBlockMessage, p2p.GossipAggregateAndProofMessage, p2p.GossipAttestationMessage, + // 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.GossipExitMessage, p2p.GossipAttesterSlashingMessage, p2p.GossipProposerSlashingMessage,