Skip to content

Futures features #21

Open
Open
@ltfschoen

Description

@ltfschoen
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions