-
Notifications
You must be signed in to change notification settings - Fork 79
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
c0d761a
commit a8315da
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule status-go
updated
26 files
+1 −1 | VERSION | |
+80 −4 | account/generator/account.go | |
+13 −0 | api/multiformat/utils.go | |
+17 −0 | api/multiformat/utils_test.go | |
+1 −1 | go.mod | |
+2 −2 | go.sum | |
+10 −0 | mobile/status.go | |
+11 −0 | multiaccounts/settings/columns_test.go | |
+19 −0 | multiaccounts/settings/structs.go | |
+23 −7 | protocol/activity_center_persistence.go | |
+1 −0 | protocol/chat_test.go | |
+10 −0 | protocol/common/message.go | |
+14 −0 | protocol/common/message_test.go | |
+20 −0 | protocol/contact.go | |
+24 −0 | protocol/contact_test.go | |
+2 −2 | protocol/messenger_activity_center.go | |
+12 −0 | protocol/messenger_contacts.go | |
+3 −1 | protocol/messenger_handler.go | |
+18 −7 | protocol/messenger_test.go | |
+96 −22 | protocol/persistence_test.go | |
+2 −2 | server/pairing/events.go | |
+6 −2 | services/ext/api.go | |
+2 −2 | services/wallet/history/service_test.go | |
+14 −1 | vendor/github.com/waku-org/go-waku/waku/v2/discv5/discover.go | |
+15 −1 | vendor/github.com/waku-org/go-waku/waku/v2/protocol/peer_exchange/waku_peer_exchange.go | |
+1 −1 | vendor/modules.txt |