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 was archived by the owner on Nov 15, 2023. It is now read-only.
At present, it is assumed that the block-authoring logic supports only a single authoring version. This is not correct since it can reasonably switch its logic depending on the specific runtime. Rather the block authoring logic should be able to state a set of different authoring versions that it can support. This version declaration is independent of the basic runtime version declaration, unlike at present where the two are shared.