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

Futures features #21

Open
2 tasks
ltfschoen opened this issue Mar 15, 2022 · 0 comments
Open
2 tasks

Futures features #21

ltfschoen opened this issue Mar 15, 2022 · 0 comments

Comments

@ltfschoen
Copy link
Contributor

ltfschoen commented Mar 15, 2022

impl pallet_session::Config for Runtime {
    ...
    type ValidatorIdOf = pallet_collator_selection::IdentityCollator;
    ...
    type SessionManager = CollatorSelection;

I tried to replace collator-selection with Moonbeam's parachain-staking pallet (since apparently it's more decentralized, and collator-selection allows for delegations), but couldn't get it to work at first attempt. other teams like Kilt, Mangata Finance, and Zeitgeist are using it, so we need to have a look at their codebases to see how they incorporated it.

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