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
payment_queryInfo used to return the WeightV1 or WeightV2 type, depending on the runtime, which could as is be SCALE encoded regardless of being a Struct or u64. Now it has to be checked and modified to Struct if necessary.
The text was updated successfully, but these errors were encountered:
arjanz
changed the title
get_payment_info() breaks because of reverting back to u64
get_payment_info() breaks because of RPC always returning WeightV1
Nov 10, 2022
payment_queryInfo
used to return theWeightV1
orWeightV2
type, depending on the runtime, which could as is be SCALE encoded regardless of being aStruct
oru64
. Now it has to be checked and modified to Struct if necessary.paritytech/substrate#12633
The text was updated successfully, but these errors were encountered: