-
Notifications
You must be signed in to change notification settings - Fork 416
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
Raw signing with polkadot.js and parity signer is not possible due to outdated polkadot.js extension version in Chrome and Firefox stores #1268
Comments
I'm thinking it might be related that the versions in the firefox and chrome store |
Indeed, building from master will allow you to sign raw messages. The live extension hasn't got a release since the fix was merged. |
Is there any plan to update the version in the Firefox and Chrome stores? I have no issue with updating the polkadot.js, but our average users that use the polkadot signer likely will not go through that. |
FYI, this is also creating an issue for Talisman too since they use the polkadot extension logic:
|
@jacogr would it be possible to get a release out? |
any updates on this? Quite a blocker for many ppl it seems. In the short term, @Tbaut has told me the only way so to build a custom version of the extension. Do you have the code for that in a fork that we can use? |
If you build master following these instructions, you'll be able to run the latest version of the extension and benefit from the features that have been added in the past years. |
We don't have access to the chrome nor firefox stores. I'm on it, but maybe we need to bite the bullet and create a new extension. |
I think Talisman + Parity Signer can sign raw data. |
I like the idea of us having a backup plan. Maybe we can decide a hard date where if we don't get access by then we can start the transition to a new release under a different extension with a migration guide. |
This should be already fixed for Chrome version and (hopefully) also solved for Firefox version in the next days |
Yeah, confirming that I have the new version on chrome now ✅ |
Happy to confirm the submission in the Firefox store to update to the latest version of the extension has finally been approved :) Closing! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
Judging from novasamatech/parity-signer#1332 and #1155, I was expecting that I can sign raw data using accounts in the parity signer via polkadot.js.
However, when I try to sign raw data, I get "Raw data signing not supported for QR wallets" error:
When injecting the same account with the parity signer companion extension, I can sign raw data.
Polkadot.js extension and the signer companion should behave the same.
Version: 0.44.1
Environment:
Language:
The text was updated successfully, but these errors were encountered: