substrate-api-client
substrate-api-client copied to clipboard
Add metadata runtime checks and warn about mismatches
Follow up issue of https://github.com/scs/substrate-api-client/issues/344
The following could work: Take the user-set config and check it against the retrieved node metadata. If there's a mismatch, print a warning. Option: add and unchecked function in for users that do not want this check.
We could check the following:
- extrinsic signature, especially the additional signed and tip type
- extrinsic call usage : is the call available within the metadata?
- ...