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
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
The text was updated successfully, but these errors were encountered:
I close it because is duplicated by #2454
Sorry, something went wrong.
No branches or pull requests
Background
Epic: #2420
Pre-condition
The following should be completed before starting this so that we can benefit from having a single configuration entry to the
waku_node
: #2441Details
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
The text was updated successfully, but these errors were encountered: