status-go/protocol
Andrea Maria Piana 25d46c6d82
Fix waku tests & contact ens (#1802)
2020-01-17 13:39:09 +01:00
..
applicationmetadata Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
datasync Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
encryption Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
identity Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
internal/sqlite Move to protobuf for Message type (#1706) 2019-12-05 17:25:34 +01:00
migrations Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
protobuf Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
sqlite Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
subscription Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
transport Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +01:00
tt Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
v1 Sync installation messages & contact requests (#1791) 2020-01-15 08:25:09 +01: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
Makefile Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
README.md Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
chat.go Sync installation messages & contact requests (#1791) 2020-01-15 08:25:09 +01:00
chat_group_proxy.go Handle membership update message 2019-12-10 15:20:28 +01:00
contact.go Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +01:00
go.mod Sync installation messages & contact requests (#1791) 2020-01-15 08:25:09 +01:00
go.sum Sync installation messages & contact requests (#1791) 2020-01-15 08:25:09 +01:00
group_chat_system_messages.go Handle membership update message 2019-12-10 15:20:28 +01:00
message.go Sync installation messages & contact requests (#1791) 2020-01-15 08:25:09 +01:00
message_builder.go Add Commands (#1731) 2020-01-10 19:59:01 +01:00
message_handler.go Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +01:00
message_handler_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
message_processor.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
message_processor_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
message_validator.go Add Commands (#1731) 2020-01-10 19:59:01 +01:00
message_validator_test.go Add Commands (#1731) 2020-01-10 19:59:01 +01:00
messenger.go Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +01:00
messenger_contact_update_test.go make lint-fix 2020-01-16 13:18:36 +01:00
messenger_installations_test.go make lint-fix 2020-01-16 13:18:36 +01:00
messenger_test.go Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +01:00
persistence.go make lint-fix 2020-01-16 13:18:36 +01:00
persistence_legacy.go Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +01:00
persistence_legacy_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
transaction_validator.go Fix waku tests & contact ens (#1802) 2020-01-17 13:39:09 +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