status-go/node
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
..
get_status_node.go Add example to demonstrate Whisper-Waku bridge (#1875) 2020-02-26 20:36:25 +01:00
geth_node.go Soft blacklist peer ids 2020-09-09 22:57:15 +02:00
geth_node_api_test.go Integrate Whisper-Waku bridge in status-go (#1854) 2020-02-18 12:21:01 +01:00
geth_node_test.go Nimbus node support 2020-01-20 13:15:17 +01:00
geth_status_node_test.go pending-stickers field added to settings, unit-tests fixed (#1830) 2020-02-13 13:48:04 +02:00
nimbus_node.go Nimbus node support 2020-01-20 13:15:17 +01:00
nimbus_status_node.go Prevent starting node without APIModules (#1876) 2020-02-26 20:35:47 +01:00
status_node_rpc_client_test.go Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00