You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Description of bug
While working on the Swift SDK I found that the new RuntimeApi metadata has inconsistency for the TransactionPaymentApi.query_info call (and query_fee_details call too).
UncheckedExtrinsic has the sequence type inside, which should be encoded with a size prefix. But in reality, call expects uxt to be encoded without prefix, as fixed data. This inconsistency prevents the dynamic encoding of this runtime call.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
While working on the Swift SDK I found that the new RuntimeApi metadata has inconsistency for the
TransactionPaymentApi.query_infocall (andquery_fee_detailscall too).Right now the call is described as:
UncheckedExtrinsichas thesequencetype inside, which should be encoded with a size prefix. But in reality, call expectsuxtto be encoded without prefix, as fixed data. This inconsistency prevents the dynamic encoding of this runtime call.Steps to reproduce
No response