Status Protocol implementation in Go
Go to file
Jakub Sokołowski e23b974619
udpate README with legacy warning
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-21 16:44:29 +01:00
.dependabot Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
applicationmetadata Handle messages in raw method as well 2019-07-29 16:19:04 +02:00
bridge Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
crypto Handle DH double ratchet errors 2019-10-31 16:22:44 +01:00
datasync Rearrange datasync methods (#116) 2019-11-11 20:51:51 +01:00
encryption Handle DH double ratchet errors 2019-10-31 16:22:44 +01:00
ens Add ens names verification 2019-10-31 17:32:19 +01:00
identity Implement signing MembershipUpdate message (#78) 2019-09-30 17:11:30 +02:00
internal/sqlite Consolidate databases and migrations (#36) 2019-07-27 14:27:31 +02:00
migrations Add last-message-clock-value 2019-10-31 18:34:50 +01:00
sqlite Improve interface around chats and add matching messages against chats (#66) 2019-09-20 08:41:53 +02:00
subscription move code from status-go and status-console-client 2019-07-08 11:21:21 +02:00
transport/whisper Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
tt Add data sync tests (#63) 2019-08-31 16:56:28 +02:00
types Marshal json hash 2019-11-02 20:33:40 +01:00
v1 Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
vendor Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
zaputil Unify logging in tests (#38) 2019-07-30 20:36:42 +02:00
.gitignore Refactor the library (#20) 2019-07-16 12:43:07 +02:00
.golangci.yml update Travis config (#29) 2019-07-25 08:51:30 +02:00
.travis.yml Implement signing MembershipUpdate message (#78) 2019-09-30 17:11:30 +02:00
LICENSE Initial commit 2019-07-06 15:05:25 +02:00
Makefile Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
README.md udpate README with legacy warning 2019-11-21 16:44:29 +01:00
chat.go Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
chat_group_proxy.go Implement group messages logic (#86) 2019-10-13 20:16:43 +02:00
contact.go Add ens names verification 2019-10-31 17:32:19 +01:00
go.mod Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
go.sum Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
message.go Prepare API to support other implementations of ETH nodes- Wrap geth types so they don't leak from the library internals 2019-10-09 14:20:51 +02:00
message_handler.go Implement group messages logic (#86) 2019-10-13 20:16:43 +02:00
message_processor.go Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
message_processor_test.go Enable parsing of messages 2019-11-06 14:14:58 +01:00
messenger.go Merge pull request #119 from status-im/feature/status-nim 2019-11-18 13:35:24 +01:00
messenger_test.go Add markdown 2019-11-15 08:46:52 +01:00
migrations.go Consolidate databases and migrations (#36) 2019-07-27 14:27:31 +02:00
migrations_test.go Consolidate databases and migrations (#36) 2019-07-27 14:27:31 +02:00
persistence.go Improve codebase related to transactions (#103) 2019-11-12 08:17:53 +01:00
persistence_legacy.go Improve codebase related to transactions (#103) 2019-11-12 08:17:53 +01:00
persistence_legacy_test.go Add ens names verification 2019-10-31 17:32:19 +01:00

README.md

Description

This is a LEGACY Status Protocol implementation in Go.

It has been moved to status-go repo under the protocol folder: https://github.com/status-im/status-go/tree/develop/protocol