This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
V14 metadata doesn't provide enough information to decode extrinsic #12929
Closed
Description
Is there an existing issue?
- I have searched the existing issues
Experiencing problems? Have you tried our Stack Exchange first?
- This is not a support question.
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