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.
#1411 Implements the runtime APIs themselves. Now we need a simple subsystem that wraps a ProvideRuntimeApi for the v1::ParachainHost runtime API and updates the Runtime API requests.
Since there are already subsystems building on our earlier ideas of what runtime API requests might have looked like. Porting over those components, especially Candidate Backing, will be a significant effort so I recommend adding the new types alongside the old ones, while marking the old ones as _Old and filing issues to migrate subsystems off of them and remove after that.
The actual runtime API subsystem should just ignore the _Old requests, since there's nothing reasonable to do with them.
The text was updated successfully, but these errors were encountered:
#1411 Implements the runtime APIs themselves. Now we need a simple subsystem that wraps a
ProvideRuntimeApi
for thev1::ParachainHost
runtime API and updates the Runtime API requests.Since there are already subsystems building on our earlier ideas of what runtime API requests might have looked like. Porting over those components, especially Candidate Backing, will be a significant effort so I recommend adding the new types alongside the old ones, while marking the old ones as
_Old
and filing issues to migrate subsystems off of them and remove after that.The actual runtime API subsystem should just ignore the
_Old
requests, since there's nothing reasonable to do with them.The text was updated successfully, but these errors were encountered: