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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
The new ParachainSystem::ConsensusHook type parameter should be feature-flagged. The actual logic of the consensus hook doesn't need to be (as it's backwards compatible), but adding the type to the trait itself is a breaking change. If the feature flag is disabled, the logic should run with ExpectParentIncluded (and later, RequireParentIncluded)
The text was updated successfully, but these errors were encountered:
The new
ParachainSystem::ConsensusHook
type parameter should be feature-flagged. The actual logic of the consensus hook doesn't need to be (as it's backwards compatible), but adding the type to the trait itself is a breaking change. If the feature flag is disabled, the logic should run withExpectParentIncluded
(and later,RequireParentIncluded
)The text was updated successfully, but these errors were encountered: