-
Notifications
You must be signed in to change notification settings - Fork 48
Could we be resistant? #824
Copy link
Copy link
Closed
Description
@aliXsed
From the code here
pub enum CollatorSybilResistance {
/// There is a collator-selection protocol which provides sybil-resistance,
/// such as Aura. Sybil-resistant collator-selection protocols are able to
/// operate more efficiently.
Resistant,
/// There is no collator-selection protocol providing sybil-resistance.
/// In situations such as "free-for-all" collators, the network is unresistant
/// and needs to attach more metadata to block announcements, relying on relay-chain
/// validators to avoid handling unbounded numbers of blocks.
Unresistant,
}
I read this as we should mark if we are resistant or not. So I think we should pick Unresistant here
Originally posted by @simonsso in #816 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels