Error occurs when number of parachain validators is less than number of all validators
Bug Description
It is observed that when KAGOME participates in parachains consensus in Kusama it creates blocks with no parachain inherents (Candidate backed/included).
The reason is that KAGOME implements Grid and cluster topologies, that distribute manifests only among parachain validators.
It is not clear how Polkadot-SDK validators create blocks with parachain inherents under the same circumstances
Bug Summary
Error occurs when number of parachain validators is less than number of all validators
Bug Description
It is observed that when KAGOME participates in parachains consensus in Kusama it creates blocks with no parachain inherents (Candidate backed/included). The reason is that KAGOME implements Grid and cluster topologies, that distribute manifests only among parachain validators. It is not clear how Polkadot-SDK validators create blocks with parachain inherents under the same circumstances
Steps to Reproduce
0001-parachains-pvf.toml.zip
zombienet-macos-arm64 spawn -p native 0001-parachains-pvf.toml
Effects of the Bug
Slow down in parachains block finalization as their manifests cannot be included in time
Expected Behavior
No response
System Information
Polkadot-SDK 1.13 KAGOME – latest master
Additional Context
No response