Status Protocol implementation in Go
Go to file
Pedro Pombeiro 7101358d7d
Add option to enable legacy generic discovery topic. Closes #12 (#22)
2019-07-17 16:50:09 +02:00
crypto move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
encryption Propagate shared secrets on encryption protocol init (#23) 2019-07-17 15:14:16 +02:00
internal/sqlite Refactor the library (#20) 2019-07-16 12:43:07 +02:00
sqlite update docs for sqlite package 2019-07-17 12:12:27 +02:00
subscription move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
transport/whisper Add option to enable legacy generic discovery topic. Closes #12 (#22) 2019-07-17 16:50:09 +02:00
v1 Add option to enable legacy generic discovery topic. Closes #12 (#22) 2019-07-17 16:50:09 +02:00
vendor Refactor the library (#20) 2019-07-16 12:43:07 +02:00
.gitignore Refactor the library (#20) 2019-07-16 12:43:07 +02:00
.golangci.yml move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
.travis.yml move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
LICENSE Initial commit 2019-07-06 15:05:25 +02:00
Makefile Refactor the library (#20) 2019-07-16 12:43:07 +02:00
README.md move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
adapters.go Add option to enable legacy generic discovery topic. Closes #12 (#22) 2019-07-17 16:50:09 +02:00
chat.go Refactor the library (#20) 2019-07-16 12:43:07 +02:00
go.mod move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
go.sum move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
messenger.go Add option to enable legacy generic discovery topic. Closes #12 (#22) 2019-07-17 16:50:09 +02:00
messenger_test.go Propagate shared secrets on encryption protocol init (#23) 2019-07-17 15:14:16 +02:00
persistence.go Refactor the library (#20) 2019-07-16 12:43:07 +02:00

README.md

status-protocol-go

This is the Status Protocol implementation in Go.

TBD