issues
search
ChainSafe
/
gossamer
🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
432
stars
116
forks
source link
feat(overseer): check if header supports parachain consensus
#4292
Open
EclesioMeloJunior
opened
3 weeks ago
EclesioMeloJunior
commented
3 weeks ago
Issue summary
On activating a leaf (when a block is imported) we should check if the imported head supports parachain, that is easily made by checking if the parachain host runtime api version is at least 1
Other information and links
https://github.com/paritytech/polkadot-sdk/blob/4e2473342fe861687e507a84dcf91e7024a846b9/polkadot/node/overseer/src/lib.rs#L171
Issue summary
Other information and links