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 Store'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:
Ivansete-status
changed the title
chore: migrate Store logic fron app.nim to waku_node.nim
chore: migrate Store logic from app.nim to waku_node.nim
Feb 16, 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 Store's configuration logic should be decoupled from
app.nim
and belong towaku_node.nim
The text was updated successfully, but these errors were encountered: