You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fjl: If you want to use rendezvous system, there are many options: do I run my own rendezvous server just for my project? if no, can I use a public one? who runs that?
Are servers connected to each other? How can they decide if a registration is spam?
How does the client choose which rendezvous server it uses? If other rendezvous servers are registered, how does it know if they are bad? What's the incentive to run a rendezvous server for normal users?
Attack prevention
When fetch something from gossipsub, we should be able to know the sender and the relayer of the message. If the message is malicious, we should ban the both of them.
DoS/DDoS
Seems hard to solve
Survey QUIC
Might be useful for a quicker transport layer
Message interface for testnet across implementation
Use protobuf?
The text was updated successfully, but these errors were encountered:
Short term
poc code
ShardPreferenceTable
with peersstream
is closed correctly?connection
is maintained correctly?RequestCollation
RequestShardPreferenceTable
AddPeer
log
correctlyValidator
in gossipsubConnManager
pubsub
, should ask why laterTest
ansible
for small scale, andkubernates
for larger scaleterraform
for managing EC2 instancesSwarm
or use the existing fake network if there is)Tracing
Longer term
The text was updated successfully, but these errors were encountered: