-
Notifications
You must be signed in to change notification settings - Fork 262
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
Runtime panicked: Bad input data provided to validate_transaction: Invalid length prefix #738
Comments
hey @metmirr Can you please specify which substrate I tried running the balance transfer against substrate b1396f and it worked fine. Please not that the |
Thanks for the quick reply. I am using the |
alright, "subxt master" is only tested against the polkadot "master" so we don't really keep track of backwards compatibility with older polkadot/substrate versions. you can find more info about that here: #626 Perhaps try some older version of subxt such as |
I see, thank you. I will close the issue then. Perhaps would it make sense to add that info to the readme. As you can guess most of the starters use node template which is pointed to some stable version of the substrate. |
Hello, I am using subxt to read data and submit transactions. I have the latest
substrate-node-template
running and I am using this example as a starter examples/balance_transfer.rs.Error details:
Error: Rpc(ClientError(Call(Custom(ErrorObject { code: ServerError(1002), message: "Verification Error: Runtime error: Execution failed: Runtime panicked: Bad input data provided to validate_transaction: Invalid length prefix", data: Some(RawValue("RuntimeApi(\"Execution failed: Runtime panicked: Bad input data provided to validate_transaction: Invalid length prefix\")")) }))))
Additional notes: I can read storage without any issues. Also, submit transactions from the polkadot.js.org/apps
The text was updated successfully, but these errors were encountered: