status-go/protocol/encryption
Samuel Hawksby-Robinson 89251e8416
Sync Communities (#2253)
* Added community sync protobuf

* Updated community sync send logic

* Integrated syncCommunity handling

* Added synced_at field and tidied up some other logic

* persistence testing

* Added testing and join functionality

* Fixed issue with empty scan params

* Finshed persistence tests for new db funcs

* Midway debug of description not persisting after sync

* Resolved final issues and tidied up

* Polish

* delint

* Fix error not handled on SetPrivateKey

* fix infinite loop, again

* Added muted option and test fix

* Added Muted to syncing functions, not just in persistence

* Fix bug introduced with Muted property

* Added a couple of notes for future devs

* Added most of the sync RequestToJoin functionality

Tests need to be completed and tests are giving some errors

* Finished tests for getJoinedAndPending

* Added note

* Resolving lint

* Fix of protobuf gen bug

* Fixes to community sync tests

* Fixes to test

* Continued fix of e2e

* Final fix to e2e testing

* Updated migration position

* resolve missing import

* Apparently the linter spellchecks

* Fix bug from  #2276 merge

* Bug fix for leaving quirkiness

* Addressed superfluous MessengerResponse field

* Addressed feedback

* VERSION bump
2021-08-06 16:40:23 +01:00
..
github.com/protocol/encryption Use marshal binary 2021-07-20 10:57:38 +02:00
migrations Sync Communities (#2253) 2021-08-06 16:40:23 +01:00
multidevice fix: close resultsets so we don't leak them (#1809) 2020-05-14 11:51:32 +01:00
publisher move contact code to subscription 2020-08-18 16:29:37 +02:00
sharedsecret Remove unnecessary logs & fix flaky test 2020-11-26 16:25:52 +01:00
encryption_multi_device_test.go move contact code to subscription 2020-08-18 16:29:37 +02:00
encryption_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
encryptor.go Remove unnecessary logs & fix flaky test 2020-11-26 16:25:52 +01:00
persistence.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
persistence_keys_storage_test.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
persistence_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
protocol.go Rename MessageProcessor to MessageSender (#2264) 2021-06-23 17:13:48 +03:00
protocol_message.pb.go feat: add bookmarks table for the browser bookmarks 2020-11-16 13:31:34 -05:00
protocol_message.proto Add reply message to activity center notification of type reply (#2272) 2021-07-15 17:21:44 -03:00
protocol_test.go move contact code to subscription 2020-08-18 16:29:37 +02:00
x3dh.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
x3dh_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00