mirror of
https://github.com/status-im/status-go.git
synced 2025-01-14 00:36:40 +00:00
9d2117e227
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.
v1 protocol package folder
This folder contains only data types mentioned in the specification and required for its implementation.