Skip to content

Commit

Permalink
Merge branch 'master' into use-extended-keygen
Browse files Browse the repository at this point in the history
  • Loading branch information
s1fr0 authored Dec 13, 2022
2 parents 8ea8052 + 33e9d8b commit 0247d19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ sim1: | build deps wakunode1
# TODO: Remove unused target
docs: | build deps
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim doc --accept --index:on --project --out:.gh-pages waku/waku.nim waku.nims
$(ENV_SCRIPT) nim doc --run --index:on --project --out:.gh-pages waku/waku.nim waku.nims


#####################
Expand Down
1 change: 0 additions & 1 deletion waku/v2/protocol/waku_rln_relay/utils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,6 @@ proc mount(wakuRelay: WakuRelay,
return err("dynamic rln-relay could not be mounted: " & rlnRelayRes.error())
let wakuRlnRelay = rlnRelayRes.get()
if persistCredentials:
# TODO should be replaced with key-store with proper encryption
# persist rln credential
credentials = some(RlnMembershipCredentials(rlnIndex: wakuRlnRelay.membershipIndex,
identityCredential: wakuRlnRelay.identityCredential))
Expand Down

0 comments on commit 0247d19

Please sign in to comment.