We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Epic: #2420
The following should be completed before starting this so that we can benefit from having a single configuration entry to the waku_node: #2441
waku_node
Apply the needed changes in libwaku.nim and libwaku.h so that we bring support to RLN-relay there.
libwaku.nim
libwaku.h
The mountRlnRelay should be invoked in
mountRlnRelay
nwaku/library/waku_thread/inter_thread_communication/requests/node_lifecycle_request.nim
Line 193 in 2060cfa
conf.rlnRelay == true
In this case, we might need to allow accepting more config options in the JSON file. Example of how JSON config file is being passed:
nwaku/examples/cbindings/waku_example.c
Line 271 in 2060cfa
Notice that is interesting to extend the cwaku_example so that we can test the new RLN-relay feature from there.
cwaku_example
From a very high level, the libwaku node should also support these operations:
The text was updated successfully, but these errors were encountered:
richard-ramos
Successfully merging a pull request may close this issue.
Background
Epic: #2420
Pre-requisite
The following should be completed before starting this so that we can benefit from having a single configuration entry to the
waku_node
: #2441Details
Apply the needed changes in
libwaku.nim
andlibwaku.h
so that we bring support to RLN-relay there.The
mountRlnRelay
should be invoked innwaku/library/waku_thread/inter_thread_communication/requests/node_lifecycle_request.nim
Line 193 in 2060cfa
conf.rlnRelay == true
.In this case, we might need to allow accepting more config options in the JSON file. Example of how JSON config file is being passed:
nwaku/examples/cbindings/waku_example.c
Line 271 in 2060cfa
Notice that is interesting to extend the
cwaku_example
so that we can test the new RLN-relay feature from there.From a very high level, the libwaku node should also support these operations:
The text was updated successfully, but these errors were encountered: