-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Description
Optimint nodes should maintain a blacklist of peers that they have determined are acting malicious. Nodes should sever their peering connections with malicious nodes and refuse to rebroadcast any messages they receive from these nodes.
We should consider if there is value in having a set of "blacklist seed nodes" which maintain a blacklist they can share with new nodes joining the p2p network.
Subtasks:
- Use libp2p.ConnectionGater to limit connections
- Implement
datastore.Datastoreinterface - Add configuration option/param to block peer/IP
- Make it possible to unblock blacklisted peer/IP
Wondertan
Metadata
Metadata
Assignees
Labels
No labels