Parachains-Aura: Only produce once per slot (#3308)
Given how the block production is driven for Parachains right now, with the enabling of async backing we would produce two blocks per slot. Until we have a proper collator implementation, the "hack" is to prevent the production of multiple blocks per slot. Closes: https://github.com/paritytech/polkadot-sdk/issues/3282
Showing
- cumulus/client/consensus/aura/src/collator.rs 7 additions, 1 deletioncumulus/client/consensus/aura/src/collator.rs
- cumulus/client/consensus/aura/src/collators/basic.rs 16 additions, 0 deletionscumulus/client/consensus/aura/src/collators/basic.rs
- cumulus/client/consensus/aura/src/lib.rs 23 additions, 1 deletioncumulus/client/consensus/aura/src/lib.rs
- prdoc/pr_3308.prdoc 14 additions, 0 deletionsprdoc/pr_3308.prdoc
Please register or sign in to comment