-
Notifications
You must be signed in to change notification settings - Fork 8
Adapt for nwaku v0.35 #114
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
Conversation
Needed to adapt to nwaku changes
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #114 +/- ##
==========================================
- Coverage 62.64% 57.76% -4.89%
==========================================
Files 18 21 +3
Lines 1791 1153 -638
==========================================
- Hits 1122 666 -456
+ Misses 669 487 -182 ☔ View full report in Codecov by Sentry. |
gabrielmer
left a comment
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.
Thanks so much!
NagyZoltanPeter
left a comment
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, nitpick that for nwaku eyes ;-) naming vendor_path makes confusion.
waku-sys/build.rs
Outdated
| .success() | ||
| { | ||
| // Now, inside nwaku folder, run 'make update' to get nwaku's vendors | ||
| let vendor_path = project_dir.join("vendor"); |
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.
maybe better call it nwaku_path?
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.
Thanks! Corrected in 343402c
waku-bindings/src/general/messagehash.rsso that we handle waku message hashes as strings instead of byte[32]waku-sys/build.rsso that the submodule is automatically initialized once and adapt to new parameter usage in nwaku's MakefileIssue