-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
752eda5
commit c80c29b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule status-go
updated
11 files
+10 −0 | eth-node/bridge/geth/waku.go | |
+8 −0 | eth-node/bridge/geth/wakuv2.go | |
+4 −0 | eth-node/types/waku.go | |
+7 −11 | protocol/communities/manager.go | |
+16 −12 | protocol/messenger.go | |
+77 −13 | protocol/messenger_communities.go | |
+3 −1 | protocol/messenger_mailserver.go | |
+12 −12 | protocol/messenger_mailserver_cycle.go | |
+15 −0 | protocol/transport/transport.go | |
+12 −0 | wakuv2/persistence/signed_messages.go | |
+39 −2 | wakuv2/waku.go |