status-go/protocol/v1
Andrea Maria Piana 9d2117e227
Send abridged version of history with messages in group chats
When sending a message in a private group chat we send the whole history
for redundancy and allow out-of-order processing.
This can be very expensive in some chats, resulting in long delay when
sending a message and calculating the POW.
This commit improves the performance  by only forwarding the events
necessary for the user to be able to construct a group chat and process
correctly the message.
2021-01-26 09:39:52 +01:00
..
README.md Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
clock.go Handle membership update message 2019-12-10 15:20:28 +01:00
clock_test.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
decoder.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
encoder.go Handle membership update message 2019-12-10 15:20:28 +01:00
membership_update_message.go Send abridged version of history with messages in group chats 2021-01-26 09:39:52 +01:00
membership_update_message_test.go Send abridged version of history with messages in group chats 2021-01-26 09:39:52 +01:00
message.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
message_test.go Use goimports instead of gofmt 2020-01-06 10:17:23 +01:00
pair_message.go Move to monorepo structure (#1684) 2019-11-21 17:19:22 +01:00
status_message.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00

README.md

v1 protocol package folder

This folder contains only data types mentioned in the specification and required for its implementation.