-
Notifications
You must be signed in to change notification settings - Fork 169
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
Inject Types from Metadata QR #318
Comments
ok so just tested this and for call only meta v8 for Kusama this will be about 32 frames so just over a minute of holding your hand steady. |
since we use the type registry from @polkadot/api, a better and reasonably implementable UX would be to allow registering specific types as is done in @polkadot/apps |
A way to do that is maybe we have a similar website as https://react-native-community.github.io/upgrade-helper/ . |
Following this: #273
For users who don't want to ever upgrade their Signer, eventually payload will fall out of sync with latest metadata. The solution we discussed is to host a QR code with the minified metadata to inject the latest types on the fly for decoding.
Upon scanning a "add new metadata" QR code:
The best would be to add the genesis hash of the network in the payload.
The text was updated successfully, but these errors were encountered: