status-go/protocol
Jakub Sokołowski 7a97325850 add GetContactByID to Messenger
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-13 12:55:09 +01: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 Verify ENS in the background (#1824) 2020-02-05 11:09:33 +01:00
identity Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
internal/sqlite
migrations Verify ENS in the background (#1824) 2020-02-05 11:09:33 +01:00
protobuf Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
sqlite Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
subscription
transport Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
tt
v1 Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
zaputil
LICENSE
README.md
chat.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
chat_group_proxy.go Handle membership update message 2019-12-10 15:20:28 +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 Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +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 Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01: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 add GetContactByID to Messenger 2020-02-13 12:55:09 +01: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 Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
persistence.go Bug/validate pubkey (#1838) 2020-02-07 12:56:30 +01:00
persistence_legacy.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
persistence_legacy_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01: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