This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
sp-api
should not depend on frame-metadata
#14296
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Comments
The entire requirement of needing to pass some kind of We should make the |
bkchr
added
the
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
label
Jun 2, 2023
bkchr
added a commit
that referenced
this issue
Jun 15, 2023
bkchr
added a commit
that referenced
this issue
Jul 3, 2023
* sp-api: Put `frame-metadata` behind some feature Closes: #14296 * ".git/.scripts/commands/fmt/fmt.sh" * Review feedback --------- Co-authored-by: command-bot <>
nathanwhit
pushed a commit
to nathanwhit/substrate
that referenced
this issue
Jul 19, 2023
* sp-api: Put `frame-metadata` behind some feature Closes: paritytech#14296 * ".git/.scripts/commands/fmt/fmt.sh" * Review feedback --------- Co-authored-by: command-bot <>
taqtiqa-mark
pushed a commit
to subversive-upstream/polkadot-sdk-substrate-frame-support
that referenced
this issue
Sep 14, 2023
* sp-api: Put `frame-metadata` behind some feature Closes: paritytech/substrate#14296 * ".git/.scripts/commands/fmt/fmt.sh" * Review feedback --------- Co-authored-by: command-bot <>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
T1-runtime
This PR/Issue is related to the topic “runtime”.
Not all Substrate blockchains use frame. However, all Substrate blockchains will use
sp-api
for the core and blockbuilder apis among others.Currently
sp-api
has a hard dependency onmetadata-ir
which has a hard dependency onframe-metadata
. Bothmetadata-ir
andframe-metadata
are very frame-specific, and are not used by non-frame chains. They should also not have to be compiled.The text was updated successfully, but these errors were encountered: