status-go/params
Andrea Maria Piana e836ffb47f Soft blacklist peer ids
Why make this change?

This change is useful so we can blacklist peer ids, without actually
disconnecting them, so that it's harder for them to tell that they are
being blacklisted. Envelopes will just be dropped.

What has changed?

In waku we pass a config with a list of hex-encoded peer ids, and we
check that against newly received envelopes.
If so we just drop the envelope and return
2020-09-09 22:57:15 +02:00
..
cluster.go Add example to demonstrate Whisper-Waku bridge (#1875) 2020-02-26 20:36:25 +01:00
config.go Soft blacklist peer ids 2020-09-09 22:57:15 +02:00
config_test.go Enabled push notifications by default and add fleet 2020-08-27 18:54:06 +02:00
defaults.go Address feedback from code review and add quoted image 2020-06-01 11:30:04 +02:00
validator.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
version.go make sure Version is always set in loadNodeConfig() 2019-10-29 12:53:27 +01:00
version_test.go add test to check that version doesn't start with v 2019-10-29 12:53:27 +01:00