Skip to content

Commit

Permalink
Merge branch 'master' into feat/autoshard-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Sep 12, 2023
2 parents c1514a8 + db25b30 commit c525692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/filter/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (wf *WakuFilterLightNode) onRequest(ctx context.Context) func(s network.Str
}
//For now returning failure, this will get addressed with autosharding changes for filter.
if messagePush.PubsubTopic == nil {
logger.Error("empty pubSub Topic", zap.Error(err))
logger.Error("empty pubsub topic")
wf.metrics.RecordError(decodeRPCFailure)
return
}
Expand Down
1 change: 1 addition & 0 deletions waku/v2/protocol/filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ func (s *FilterTestSuite) SetupTest() {
s.testContentTopic = "TopicA"

s.lightNode = s.makeWakuFilterLightNode(true, true)

//TODO: Add tests to verify broadcaster.

s.relayNode, s.fullNode = s.makeWakuFilterFullNode(s.testTopic)
Expand Down

0 comments on commit c525692

Please sign in to comment.