-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Description
#394 removes the lookup for error details from metadata at runtime, instead using the static metadata.
This will only work if the configuration of the target runtime modules is identical to that of the compile time metadata. So for tools which target a single pallet that might be present across many versions of many chains (e.g. cargo-contract, or xcm-cli) then the error resolution might not work.
This was one of the original design goals for this library, and indeed the resolution of indices for constructing extrinsics and decoding events is still dynamic. So there should also be a similar mechanism for resolving runtime error details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels