We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ subxt metadata --url wss://rpc.polkadot.io --pallets "ElectionProviderMultiPhase,System" -f bytes > metadata.scale
$ ./target/debug/staking-miner --uri wss://rpc.polkadot.io info Remote_node: { "spec_name": "polkadot", "impl_name": "parity-polkadot", "spec_version": 9431, "impl_version": 0, "authoring_version": 0, "transaction_version": 24, "state_version": 0 } Compatible: NO
If one just generates "untrimmed metadata" it works as expected.
The text was updated successfully, but these errors were encountered:
Oh interesting, it def should work for trimmed metadata, so I geuss there's a bug somewhere!
Sorry, something went wrong.
is_codegen_valid_for
tadeohepperle
Successfully merging a pull request may close this issue.
If one just generates "untrimmed metadata" it works as expected.
The text was updated successfully, but these errors were encountered: