You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior and expected behavior?
When using an external QR-code signer account (like Polkadot Vault smartphone app) this extension displays the to-be-signed transaction data as QR codes. Larger data is split across multiple QR codes which are changed automatically by the extension. This feature request suggests to increase the frequency at which those QR codes are changed, because the current frequency is too low for very large data (like 900 kB for registrar.register).
Expected behavior
Large transaction data (~1 MB) can be transferred to an external QR signer account in a short amount of time.
What is the motivation for changing the behavior?
Very long QR code scanning sessions (>30min) are bad user experience
Very long signing sessions lead to timeouts for some applications (like Multix)
At the moment it's not possible to call registrar.register with 900 kB wasm code and Multix + polkadot{.js} extension + Polkadot Vault due to slow QR code display and application timeout
The metadata scanning uses Raptor, which is not the "normal" QR display, rather an adaptation of fountain codes, which is a fascinating theory and certainly solves real-world issues. This means that and adaptation of that not only requires a change on the extension, but also in all apps that read QR codes.
With the current implementation rate is difficult to optimize - older phones always have issues with faster rates. (We had numerous issues in the past with increasing the rate with the "normal-as-used-QR" display)
As of now, this is sadly a "won't fix" (or rather a "won't touch", at some point if there are libraries available to generate these on the fly in the browser, i.e. a pure JS implementation and the apps consuming these have support for it, can revisit)
Could you elaborate on the second idea: Making the rate user configurable. Or even adaptive based on data size?
User configurable
Initially the extension uses the current "save" default rate.
A QR code rate setting (e.g. "normal", "fast") is available for users who granted the QR code camera access to the extension.
Automatic adaptive
The extension increases the QR code rate according to total data size (e.g. >100 kB). Currently the signing process of large data is broken for everyone. This allows signing for faster devices with no disadvantage for slower devices (no signing either way).
TarikGul
added
the
Support
Tracks issues or requests related to troubleshooting, answering questions, and user assistance.
label
Oct 30, 2024
I'm submitting a ...
When using an external QR-code signer account (like Polkadot Vault smartphone app) this extension displays the to-be-signed transaction data as QR codes. Larger data is split across multiple QR codes which are changed automatically by the extension. This feature request suggests to increase the frequency at which those QR codes are changed, because the current frequency is too low for very large data (like 900 kB for registrar.register).
Large transaction data (~1 MB) can be transferred to an external QR signer account in a short amount of time.
Therefore, my suggestion is:
Version: Browser extension version 0.44.1, Chromium version 115.0.5790.110 (Official Build), Polkadot Vault version 6.1.2
Environment: Chromium with polkadot{.js} extension on Linux and Polkadot Vault on Android and iOS
The text was updated successfully, but these errors were encountered: