Skip to content

Commit

Permalink
chore: moving node initialization code to node_factory.nim (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Mar 3, 2024
1 parent 91e3f8c commit 361fe2c
Show file tree
Hide file tree
Showing 19 changed files with 413 additions and 382 deletions.
1 change: 1 addition & 0 deletions apps/chat2/chat2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import
../../waku/waku_node,
../../waku/node/waku_metrics,
../../waku/node/peer_manager,
../../waku/factory/builder,
../../waku/common/utils/nat,
./config_chat2

Expand Down
1 change: 1 addition & 0 deletions apps/chat2bridge/chat2bridge.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import
../../waku/waku_filter,
../../waku/waku_filter_v2,
../../waku/waku_store,
../../waku/factory/builder,
# Chat 2 imports
../chat2/chat2,
# Common cli config
Expand Down
1 change: 1 addition & 0 deletions apps/networkmonitor/networkmonitor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import
../../waku/waku_discv5,
../../waku/waku_dnsdisc,
../../waku/waku_rln_relay,
../../waku/factory/builder,
../wakunode2/networks_config,
./networkmonitor_metrics,
./networkmonitor_config,
Expand Down
3 changes: 2 additions & 1 deletion apps/wakucanary/wakucanary.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import
../../waku/waku_enr,
../../waku/node/peer_manager,
../../waku/waku_core,
../../waku/waku_node
../../waku/waku_node,
../../waku/factory/builder

# protocols and their tag
const ProtocolsTable = {
Expand Down
Loading

0 comments on commit 361fe2c

Please sign in to comment.