Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could we be resistant? #824

Closed
Tracked by #827 ...
simonsso opened this issue Feb 9, 2024 · 0 comments
Closed
Tracked by #827 ...

Could we be resistant? #824

simonsso opened this issue Feb 9, 2024 · 0 comments

Comments

@simonsso
Copy link
Contributor

simonsso commented Feb 9, 2024

          @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)

@simonsso simonsso mentioned this issue Feb 9, 2024
15 tasks
@simonsso simonsso mentioned this issue Feb 19, 2024
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant