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.
Currently the Substrate client requires that every runtime implement the Metadata runtime Api. But not all runtimes will need this Api. When writing a simple runtime, probably without frame, you have to stub this runtime api with something like this
As far as I understood, similar to #14198, all such bounds would go away after paritytech/polkadot-sdk#27. If confirmed, let's close this one as well in favor of it.
Currently the Substrate client requires that every runtime implement the Metadata runtime Api. But not all runtimes will need this Api. When writing a simple runtime, probably without frame, you have to stub this runtime api with something like this
Is metadata intended for use in FRAME only? If so, I don't think it should be required.
cc @kianenigma
Tasks
sp-api
requirement on compile time bounds polkadot-sdk#27The text was updated successfully, but these errors were encountered: