-
Notifications
You must be signed in to change notification settings - Fork 789
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
Query payment_queryInfo no longer works on Kusama #4798
Comments
Hi, just happened to see this, but we've had reports of similar errors and the cause is that since the last runtime upgrade a few days ago, the tx format on Kusama changed, with the addition of the Edit: We as in the PJS team, not the SDK team. Edit2: Also I think this query won't work with the new tx format, since it's already being deprecated. Refer here for an alternative. |
yes, exactly, the same issue few days ago, check here: #4770 |
Thanks, I finished working on the transaction assembly, and now payment_queryInfo returns a successful response. Request:
Response:
|
Could you share the params used for the payload so we can recreate it? The tx you submitted is wrong, but it would be easier to see what's wrong if you tell us what you wanted to do in the first place |
I am trying to send Kusama from one address to another. This code works for Polkadot and Polkadot-like blockchains. But after the update, it stopped working for Kusama. First, I create a transaction for signing – here. Edit: transaction's params
|
For the unsigned tx, you need to set a value for You can check this example for a payload Edit: clarified metadata append |
Thank you for the detailed and prompt response. Now it's clear how this should work. Can you tell me if similar changes are planned for Polkadot or other blockchains? |
For Polkadot this same change is set to take effect on block 21,455,000, which is about July 1st. For the parachains, no clue |
@Mama1emon yes, all the system parachains are also moved to this signed extension. So, after 1 July, Polkadot, Kusama and all their system chains should be migrated. @Mama1emon can you tell me what you are working on? We have done quite a lot of communication before to inform people about this breaking change, but apparently we didn't reached you. If you tell me what you are working on, I can ensure that next time you will be informed as well. |
@bkchr, I apologize for the delayed response. I am working on the Tangem project. Tangem Wallet - is a cold crypto wallet. We have the support of Polkadot, Kusama, and some parachains. There are a lot of clients who use these chains, so we need to have an update from your side for sure. Could you please clarify regarding the current update:
|
For Polkadot/Kusama it will be BTW, it would be better if you use the metadata to detect the signed extensions used by a runtime. This way you can detect this without relying on spec versions. |
@Mama1emon just to add to the conversation before, I believe you can track Bittensor's development for this feature here: opentensor/subtensor#428 |
Description
The request stopped working.
All nodes return the same response. Example, https://kusama-rpc.polkadot.io/
We also checked on polkadot.js.
Request
Response
The text was updated successfully, but these errors were encountered: