This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
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
- The type of
Address
- The type of
Signature
- The type of
Call.
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