-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the secondary runtime metadata #330
Conversation
Why idea why does scale-info care about that module in the first place? |
scale-info defines a |
I used |
Also worth reporting this upstream, can you create an issue, please? |
Yes, missed the one in the test runtime, will update.
Sure, will do. |
polkadot.js is broken due to the metadata RPC call panics. ``` FATAL: Unable to initialize the API: -32603: Unknown error occurred: Client error: Execution failed: Runtime panicked: All path segments should be valid Rust identifiers: InvalidIdentifier { segment: 1 } ``` It turns out `r#` is unsupported by scale-info.
6cac044
to
1729f46
Compare
polkadot.js is broken due to the metadata RPC call panics.
It turns out
r#
is unsupported by scale-info.