You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asynchronous backing is a cutting edge feature for parachains wherein each relay chain block may have more than one parachain block associated with it. We do not have to configure it immediately, but priority is open for discussion.
Steps to configure:
Update CheckAssociatedRelayNumber to RelayNumberMonotonicallyIncreases
Update ConsensHook to pallet_async_backing::consensus_hook::FixedVelocityConsensusHook
Add experimental feature to node + CLI command to author blocks with asynchronous backing
Contribution Guidelines
I agree to follow this project's Contribution Guidelines
The text was updated successfully, but these errors were encountered:
What is the feature you would like to see?
Asynchronous backing is a cutting edge feature for parachains wherein each relay chain block may have more than one parachain block associated with it. We do not have to configure it immediately, but priority is open for discussion.
Steps to configure:
CheckAssociatedRelayNumber
toRelayNumberMonotonicallyIncreases
ConsensHook
topallet_async_backing::consensus_hook::FixedVelocityConsensusHook
Contribution Guidelines
The text was updated successfully, but these errors were encountered: