qdrvm / kagome

Kagome - C++20 implementation of Polkadot Host
https://kagome.readthedocs.io
Apache License 2.0
158 stars 33 forks source link

[Enhancement]: update `group_for_para` to `vector<GroupIndex>` #2133

Open iceseer opened 3 months ago

iceseer commented 3 months ago

Description

Assign several groups to a parachain id.

Motivation

It used to be done because of several groups could be assigned to a single parachain in multiple cores because of Ellastic scaling.

Additional context

No response

Are you planning to do it yourself in a pull request ?

Yes