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.
We have this CanAuthorWIth trait that is being used by the authorship implementations to find out if the node can author with the current on chain runtime. Currently we are using the native runtime version for this. With the removal of the native runtime, we will not have the native runtime version anymore. So, we can not use this one to check if the current node can build with the on chain runtime. As this feature was not really used that much and it was only about a nice way of telling "your node is outdated". If the authoring interface is broken, it would fail anyway to produce new blocks etc.
The text was updated successfully, but these errors were encountered:
We have this
CanAuthorWIth
trait that is being used by the authorship implementations to find out if the node can author with the current on chain runtime. Currently we are using the native runtime version for this. With the removal of the native runtime, we will not have the native runtime version anymore. So, we can not use this one to check if the current node can build with the on chain runtime. As this feature was not really used that much and it was only about a nice way of telling "your node is outdated". If the authoring interface is broken, it would fail anyway to produce new blocks etc.The text was updated successfully, but these errors were encountered: