status-go/protocol/v1
frank b6d4e75cf1
Feat/sync activity center notification (#3535)
fix flaky test: TestRetrieveBlockedContact

resolve conflict when rebase origin/develop

Feat/sync activity center notification (#3581)

* feat: sync activity center notification

* add test

* fix lint issue

* fix failed test

* addressed feedback from sale

* fix failed test

* addressed feedback from ilmotta

go generate ./protocol/migrations/sqlite/...

feat: add updated_at for syncing activity center notification
2023-06-10 10:00:17 +08:00
..
README.md Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
clock.go Handle membership update message 2019-12-10 15:20:28 +01:00
clock_test.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
decoder.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
encoder.go Handle membership update message 2019-12-10 15:20:28 +01:00
membership_update_message.go fix TestGroupChatMembersRemoval sometimes failed (#3037) 2023-01-05 23:37:50 +08:00
membership_update_message_test.go fix TestGroupChatMembersRemoval sometimes failed (#3037) 2023-01-05 23:37:50 +08:00
message.go Communities encryption integration 2022-06-17 21:24:39 +03:00
message_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
pair_message.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
status_message.go Feat/sync activity center notification (#3535) 2023-06-10 10:00:17 +08:00

README.md

v1 protocol package folder

This folder contains only data types mentioned in the specification and required for its implementation.