-
Notifications
You must be signed in to change notification settings - Fork 796
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 Fee Details no longer works on Westend and Kusama #4770
Comments
@serban300 Just in case, isn't it the same issue we had yesterday? That extrinsic should include |
@trevor-crypto How did you trigger that calls? And how did you prepare data for those calls? |
@bkontur I am using my own substrate library . |
@trevor-crypto and how or where do you construct |
@bkontur Sure. You first construct the extrinsic. Then the extrinsic is encoded Then you can convert it to hex Take a look at the examples for more details. The code was and is still working for the chains that haven't been updated, which is why I think this was a breaking change. |
I think your We had to fix the same for our BridgeHubKusama yesterday, our fix: https://github.com/paritytech/parity-bridges-common/pull/3011/files#diff-46585d86003b12fcb45eacb4c7b2b45aa64d497ed66dae036144e2d38f4abeb4R36-R49 |
@bkontur Thanks! This does seem to be the issue. I've verified using PolkadotJS for now. Quite the misleading error message! |
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
The RPC call -
payment_queryFeeDetails
and state callTransactionPaymentApi_query_fee_details
are no longer working.On Westend, it appears that the state call is no longer available, but the RPC call still remains, but ultimately calls the same code which is no longer there, but the RPC call is still present.
The error is as follows:
Is there another endpoint that is available but undocumented, where fees can be calculated?
Thanks
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: