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.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
To properly decode extrinsic one needs to know
AddressSignatureCall.While all the above types are included in the
.lookup.types, there is no way to know which one is which.At Subsquid we look at paths and type parameters .
Polkadot.js uses its own set of hardcoded assumptions none of which is guaranteed to hold.
This is practical issue which hardens the maintenance of our stack.
Steps to reproduce
No response