Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jul 25, 2024
2 parents 094e08a + 5f86317 commit 8e138ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eth/node_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8e138ed

Please sign in to comment.