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
Currently there's logic related to a Waku Node's configuration at the application level (app.nim). This shouldn't happen there in the first place, and as a consequence, there's important node configuration logic not available when we try to directly create a node.
Because of this, we have lots of duplicated code in libwaku that should belong to the Waku Node's core logic.
Acceptance criteria
A Waku Node's Relay and RLN-Relay's configuration logic should be decoupled from app.nim and belong to waku_node.nim
The text was updated successfully, but these errors were encountered:
gabrielmer
changed the title
chore: migrate node logic fron app.nim to waku_node.nim
chore: migrate node logic fron app.nim to waku_node.nim
Feb 15, 2024
gabrielmer
changed the title
chore: migrate node logic fron app.nim to waku_node.nim
chore: migrate Relay logic fron app.nim to waku_node.nim
Feb 15, 2024
Background
Currently there's logic related to a Waku Node's configuration at the application level (
app.nim
). This shouldn't happen there in the first place, and as a consequence, there's important node configuration logic not available when we try to directly create a node.Because of this, we have lots of duplicated code in
libwaku
that should belong to the Waku Node's core logic.Acceptance criteria
A Waku Node's Relay and RLN-Relay's configuration logic should be decoupled from
app.nim
and belong towaku_node.nim
The text was updated successfully, but these errors were encountered: