-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Proxy account for Ledger does not sign OpenGov voting transaction on PolkadotJS Apps #8408
Comments
The apps UI only handles the tx until submission. Ledger/Proxy is not handled any differently to any other txs. Does the Ledger app support the new transactions as of yet? (I know there is limited space on the devices, so not all txs are supported, so also need to ensure that the latest firmware is available on the device) |
Thanks for the clarifications, @jacogr. However, when I tried to use the proxy account to make the call, I got the following message: Not sure where the issue lies, but it is clearly the case that the (Non-transfer) Proxy isn't doing what it should do. |
CallFiltered - that is from the runtime itself. So it seem that (currently) it doesn't allow wrapped proxy calls. (Can only be confirmed by looking at the runtime config, e.g https://github.com/paritytech/polkadot/tree/master/runtime/kusama) |
I don't see the new pallets ConvictionVoting and Referenda in this list: https://github.com/paritytech/polkadot/blob/master/runtime/kusama/src/lib.rs#L984 Thanks for the info! 🙏🏿 |
Expect chaos ;) |
See paritytech/polkadot#6366 for the PR adding runtime support. |
Closing. (This is runtime related so should be tracked there - however I believe the latest runtimes do have support now) |
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. |
I'm having an issue with voting on Gov2.0/OpenGov referenda with a proxy on Polkadot JS Extension for a ledger account via PolkadotJS Apps.
The transaction is shown as submitted on PJS Apps, but it doesn't appear in Subscan and the vote is not ultimately counted.
Last time I voted with this setup was 4 days ago, and I had no issue then.
Please investigate this bug. 🔍
The text was updated successfully, but these errors were encountered: