Andrea Maria Piana e65760ca85 Add basic peersyncing
This commit adds basic syncing capabilities with peers if they are both
online.

It updates the work done on MVDS, but I decided to create the code in
status-go instead, since it's very tight to the application (similarly
the code that was the inspiration for mvds, bramble, is all tight
together at the database level).

I reused parts of the protobufs.

The flow is:

1) An OFFER message is sent periodically with a bunch of message-ids and
   group-ids.
2) Anyone can REQUEST some of those messages if not present in their
   database.

3) The peer will then send over those messages.

It's disabled by default, but I am planning to add a way to set up the
flags.
2024-01-23 12:46:17 +00:00
2021-06-16 16:19:45 -04:00
2023-06-23 12:01:30 +01:00
2023-01-13 17:52:03 +00:00
2024-01-23 12:46:17 +00:00
2024-01-22 13:08:58 +01:00
2023-11-18 02:26:34 +02:00
2022-03-28 13:14:12 +01:00
2022-03-28 13:14:12 +01:00
2024-01-23 12:46:17 +00:00
2021-07-20 10:57:38 +02:00
2024-01-18 20:29:33 +00:00
2023-11-09 14:35:59 +08:00
2024-01-23 12:46:17 +00:00
2023-01-13 17:52:03 +00:00
2023-12-20 12:53:32 +00:00
2024-01-23 12:46:17 +00:00
2022-12-29 14:16:19 +08:00
2024-01-23 12:46:17 +00:00
2022-07-17 15:37:14 +02:00
2024-01-18 20:29:33 +00:00
2024-01-23 12:46:17 +00:00
2024-01-23 12:46:17 +00:00
2023-12-05 12:29:27 +08:00
2023-11-13 14:06:32 -05:00
2024-01-23 12:46:17 +00:00
2024-01-23 12:46:17 +00:00
2024-01-23 12:46:17 +00:00
2024-01-23 12:46:17 +00:00
2023-10-05 14:11:38 +01:00
2023-10-12 15:21:49 -04:00
2024-01-23 12:46:17 +00:00
2024-01-23 12:46:17 +00:00
2016-09-21 10:00:29 +08:00
2024-01-18 20:29:33 +00:00
2024-01-22 13:39:38 +01:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.7%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%