Skip to content

Commit

Permalink
chore: move networkmonitor and wakucanary to apps directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Delgado authored Apr 27, 2023
1 parent ce92fc1 commit 209579b
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 670 deletions.
12 changes: 1 addition & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ testcommon: | build deps
#############
## Waku v2 ##
#############
.PHONY: testwaku2 wakunode2 testwakunode2 example2 sim2 scripts2 wakubridge testbridge chat2 chat2bridge
.PHONY: testwaku2 wakunode2 testwakunode2 example2 wakubridge testbridge chat2 chat2bridge

testwaku2: | build deps librln
echo -e $(BUILD_MSG) "build/$@" && \
Expand All @@ -184,16 +184,6 @@ example2: | build deps
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim example2 $(NIM_PARAMS) waku.nims

# TODO: Remove unused target
sim2: | build deps wakunode2
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim sim2 $(NIM_PARAMS) waku.nims

# TODO: Remove unused target
scripts2: | build deps wakunode2
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim scripts2 $(NIM_PARAMS) waku.nims

wakubridge: | build deps
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim bridge $(NIM_PARAMS) waku.nims
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions tools/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions tools/scripts/rpc_info.nim

This file was deleted.

40 changes: 0 additions & 40 deletions tools/scripts/rpc_publish.nim

This file was deleted.

43 changes: 0 additions & 43 deletions tools/scripts/rpc_query.nim

This file was deleted.

36 changes: 0 additions & 36 deletions tools/scripts/rpc_subscribe.nim

This file was deleted.

39 changes: 0 additions & 39 deletions tools/scripts/rpc_subscribe_filter.nim

This file was deleted.

147 changes: 0 additions & 147 deletions tools/simulation/quicksim2.nim

This file was deleted.

Loading

0 comments on commit 209579b

Please sign in to comment.