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
Just to check; how old is the version of the subxt binary that you're using?
Definitely worth trying the very latest version if possible. #1648 is perhaps related, and the issue there is essentially that older versions of the subxt binary relied on a version of scale-info that would not properly handle type IDs when stripping pallets (something we will flag up better in future versions via paritytech/scale-typegen#34)
It seems as if stripping pallets leads to a type not being found. This when generating metadata for Acala
The specific error comes from https://github.com/paritytech/scale-typegen/blob/c8c6f95f421d56c67be7a2bfd34ad8c615be5ace/typegen/src/utils.rs#L134, but is prob the result of some type no longer existing in the type registry that should be there.
This goes away if the
--pallets
flag is removed.@pgherveou I don't suppose you have a link to the repo/code that we could run that hits this error?
The text was updated successfully, but these errors were encountered: