status-go/waku/common
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
..
README.md Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
bloomfilter.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
const.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
envelope.go Address linter issues 2022-03-28 13:14:12 +01:00
envelope_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
errors.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
events.go Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
filter.go Add basic peersyncing 2024-01-23 12:46:17 +00:00
filter_test.go Upgrade linter and address issues 2020-12-28 16:55:14 +01:00
helpers.go Refactor/waku tidy 1 (#1958) 2020-05-01 19:14:01 +01:00
message.go Address linter issues 2022-03-28 13:14:12 +01:00
message_test.go Address linter issues 2022-03-28 13:14:12 +01:00
metrics.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00
protocol.go rename status-react to status-mobile 2022-07-17 15:37:14 +02:00
rate_limiter.go Don't leak goroutines on decorator 2021-01-26 17:58:25 +01:00
rate_limiter_test.go Move bytes rate limits to a different rlp key 2020-06-15 19:46:23 +02:00
stats.go feat: upload/download rate for waku v1 messages (#2286) 2021-08-03 15:27:15 -04:00
topic.go Waku package README.md documentation (#1949) 2020-05-14 08:49:06 +01:00
topic_test.go Move networking code for waku under `v0` namespace 2020-04-27 14:58:02 +02:00

README.md

Waku Common

See here