-
Notifications
You must be signed in to change notification settings - Fork 248
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
Blocked with subxt extrinsics transactions failure ... #355
Comments
Can you try regenerating your static metadata for the client? When using the |
Thanks @ascjones for pointer ...
Did below step, please correct me if I am wrong ...
|
Ah I see you are not using the macro directly, why not? Codegen should work but as you say has less options.
That should be easy enough to add, but not high on the priority list at the moment. Please open an issue for it, or even better a PR :) |
Sure, right now made quick hack like below,
Looks like still I am missing some pieces.
Tried both above possibilities, but still no luck, nodle chain throws same RPC error of Could you please confirm the right way of getting |
Well using the macro is the preferred way, and you can do that via
But if you say you have tried this already and it still fails, then the bug is somewhere else. Do the all the calls work individually when not sent as a batch? e.g. calling |
Sorry got blocked with something else ... Regarding examples, have taken simple use-case from existing With nodle chain, hit with RPC error of "Transaction has a bad signature" ... Tried same example with
Substrate Traces
Polkadot Traces
Used subxt master with all recent updates Is there any update from susbstrate is missing on Polkadot-v0.9.13 ? looks like for nodle we missing the same. |
Most likely a mismatch between the hardcoded |
Perfect, its working. Adopted https://github.com/NodleCode/subxt/blob/polkadot-v0.9.12/src/extrinsic/extra.rs Verified batch commands with unit test, and its working fine ... https://github.com/NodleCode/subxt/blob/polkadot-v0.9.12/examples/utility_batch.rs Thanks a lot for pointer & great support ... |
Hello Subxt team,
We need your support badly, bit blocked in our parachain bringup, nodle auxillay service is part of nodle chain ecosystem.
nodle auxillay service subxt integration Snippet
The text was updated successfully, but these errors were encountered: