status-go/protocol
Andrea Maria Piana 3c5354280c Return count of updated messages in MarkMessagesSeen
The frontend needs to know if the messaged marked as seen was actually
seen or not, as we might not have it loaded in the frontend.
2020-04-07 13:23:21 +02:00
..
applicationmetadata Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
datasync Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
encryption Upgrade deps (#1892) 2020-03-09 08:55:58 +01:00
identity add transparent background to identicon 2020-03-25 09:02:58 +01:00
internal/sqlite Move to protobuf for Message type (#1706) 2019-12-05 17:25:34 +01:00
migrations Upgrade deps (#1892) 2020-03-09 08:55:58 +01:00
protobuf Add content type for group chats 2020-03-25 09:29:08 +01:00
sqlite Add statusUpdate code (#1861) 2020-02-21 15:48:53 +01:00
subscription Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
transport Upgrade deps (#1892) 2020-03-09 08:55:58 +01:00
tt Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
v1 Return count of updated messages in MarkMessagesSeen 2020-04-07 13:23:21 +02:00
zaputil Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
LICENSE Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
README.md Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
chat.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
chat_group_proxy.go Clean up protocol package (#1890) 2020-03-09 07:19:23 +01:00
chat_test.go Bug/validate pubkey (#1838) 2020-02-07 12:56:30 +01:00
contact.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
ens.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
ens_test.go Verify ENS in the background (#1824) 2020-02-05 11:09:33 +01:00
group_chat_system_messages.go Add content type for group chats 2020-03-25 09:29:08 +01:00
message.go rename gomarkdown/markdown to status-im/markdown 2020-02-11 16:06:43 +01:00
message_builder.go make Messenger.Timesource public (#1837) 2020-02-07 12:30:26 +01:00
message_handler.go Return count of updated messages in MarkMessagesSeen 2020-04-07 13:23:21 +02:00
message_handler_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
message_processor.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
message_processor_test.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
message_validator.go Peg clock value to whisper timestamp (#1804) 2020-01-20 17:44:32 +01:00
message_validator_test.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
messenger.go Return count of updated messages in MarkMessagesSeen 2020-04-07 13:23:21 +02:00
messenger_contact_update_test.go make lint-fix 2020-01-16 13:18:36 +01:00
messenger_installations_test.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
messenger_test.go Return count of updated messages in MarkMessagesSeen 2020-04-07 13:23:21 +02:00
persistence.go Bug/validate pubkey (#1838) 2020-02-07 12:56:30 +01:00
persistence_legacy.go Return count of updated messages in MarkMessagesSeen 2020-04-07 13:23:21 +02:00
persistence_legacy_test.go Return count of updated messages in MarkMessagesSeen 2020-04-07 13:23:21 +02:00
timesource.go make Messenger.Timesource public (#1837) 2020-02-07 12:30:26 +01:00
transaction_validator.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
transaction_validator_test.go make lint-fix 2020-01-16 13:18:36 +01:00

README.md

status-go/protocol

This is the Status Protocol implementation in Go.

TBD