You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following should be completed before starting this so that we can benefit from having a single configuration entry to the waku_node: #2441
Details
The DiscV5 and DNS Discovery are nowadays directly handled by the app.nim module. We need to migrate that logic so that they fall under waku_node module umbrella and therefore, it is easy to use them from both wakunode2 app and libwaku.
Notice that we can create new separate modules, if needed, because the waku_node.nim is getting quite long. In any case, the new modules should be created under the folder waku/node/.
The text was updated successfully, but these errors were encountered:
Ivansete-status
changed the title
chore: migrate DiscV5 and DNS Discovery app.nim and waku_node.nim
chore: migrate DiscV5 and DNS Discovery from app.nim to waku_node.nim
Feb 19, 2024
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 DiscV5 and DNS Discovery are nowadays directly handled by the
app.nim
module. We need to migrate that logic so that they fall underwaku_node
module umbrella and therefore, it is easy to use them from bothwakunode2
app andlibwaku
.Notice that we can create new separate modules, if needed, because the
waku_node.nim
is getting quite long. In any case, the new modules should be created under the folderwaku/node/
.The text was updated successfully, but these errors were encountered: