Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metadata runtime checks and warn about mismatches #730

Open
haerdib opened this issue Feb 26, 2024 · 0 comments
Open

Add metadata runtime checks and warn about mismatches #730

haerdib opened this issue Feb 26, 2024 · 0 comments
Labels
F8-newfeature Introduces a new feature Q5-involved Will take some time to fix this

Comments

@haerdib
Copy link
Contributor

haerdib commented Feb 26, 2024

Follow up issue of #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?
  • ...
@haerdib haerdib added F8-newfeature Introduces a new feature Q5-involved Will take some time to fix this labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F8-newfeature Introduces a new feature Q5-involved Will take some time to fix this
Projects
None yet
Development

No branches or pull requests

1 participant