-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore_: remove waku api wrappers #6245
Conversation
Jenkins BuildsClick to see older builds (39)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We certainly need an approval from @richard-ramos for this
32ad247
to
fc6813b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6245 +/- ##
===========================================
+ Coverage 61.74% 61.77% +0.03%
===========================================
Files 845 843 -2
Lines 111323 111285 -38
===========================================
+ Hits 68739 68750 +11
+ Misses 34612 34575 -37
+ Partials 7972 7960 -12
Flags with carried forward coverage won't be shown. Click here to find out more.
|
cc: @chaitanyaprem |
wakuv2/api.go
Outdated
Timestamp: message.Sent, | ||
Hash: message.Hash().Bytes(), | ||
PubsubTopic: message.PubsubTopic, | ||
Topic: types.TopicType(message.ContentTopic), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Topic
instead of ContentTopic
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm, I just saw that we're reusing the ReceivedMessage
, and renamed it to Message
. Probably a good moment to rename that property to ContentTopic
, as it is easier to know what kind of topic are we dealing with!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
6dc3ce7
to
572bc4f
Compare
fc6813b
to
432039a
Compare
432039a
to
f56eb37
Compare
You will need to rebase your branch on |
Removed waku api wrappers and duplicated types, also cleaned up unused code.
closes #6302