-
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 wakuv1 and wakuv2 wrappers #6273
base: develop
Are you sure you want to change the base?
Conversation
eab61cc
to
45fc2c6
Compare
Jenkins BuildsClick to see older builds (11)
|
45fc2c6
to
228d40b
Compare
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.
wondering if we need to keep wakuv1. since we are refactoring anyways, why not remove it and just have waku and use it directly. i am sure a lot of unused code will get deleted as well this way.
also wakuv1 is removed from underlying waku repo anyways already.
but @richard-ramos will have better idea than me on this topic though
This would be the next step, but it is not trivial because nearly all protocol tests depend on wakuv1. |
Ideally we'd remove it, yes. The annoying part is that some tests depend on a storenode that's created on the fly, so that means that some tests would need to be modified to use a nwaku node via docker. |
228d40b
to
c22db18
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6273 +/- ##
===========================================
- Coverage 61.92% 61.79% -0.14%
===========================================
Files 843 840 -3
Lines 111286 111156 -130
===========================================
- Hits 68918 68685 -233
- Misses 34388 34499 +111
+ Partials 7980 7972 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
No description provided.