Skip to content
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

fix: libwaku.nim: unsubscribe -> unsubscribeAll to make it build properly #2082

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

Ivansete-status
Copy link
Collaborator

@Ivansete-status Ivansete-status commented Sep 26, 2023

Description

We introduced a change in the next PR
#1983
that made the libwaku stop building properly
(make libwaku) because a signature change in the
unsubscribe proc of waku/waku_relay/protocol.nim.

This PR is a temporary workaround to make it work, and not block any ongoing PR tests,
although not it doesn't not work exactly as expected because we are unsubscribing from all topics.

We introduced a change in the next PR
https://github.com/waku-org/nwaku/pull/1983/files
that made the `libwaku` to stop building properly
(make libwaku) because a signature change in the
`unsubscribe` proc of waku/waku_relay/protocol.nim.

This commit is a temporary workaround to make it work,
and not block any ongoing PR tests,
although not exactly as it is expected because we are
unsubscribing from all topics.
@Ivansete-status Ivansete-status marked this pull request as ready for review September 26, 2023 14:25
@Ivansete-status Ivansete-status merged commit 3264a4f into master Sep 26, 2023
8 checks passed
@Ivansete-status Ivansete-status deleted the fix-libwaku-build-error-unsubscribe branch September 26, 2023 14:32
@github-actions
Copy link

You can find the image built from this PR at

quay.io/wakuorg/nwaku-pr:2082

Built from 3d551b8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants