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

Unable to Sign Transactions with Nested Proxy Accounts #10615

Open
asiniscalchi opened this issue May 24, 2024 · 0 comments
Open

Unable to Sign Transactions with Nested Proxy Accounts #10615

asiniscalchi opened this issue May 24, 2024 · 0 comments

Comments

@asiniscalchi
Copy link
Contributor

asiniscalchi commented May 24, 2024

  • I'm submitting a ...
    Bug report

  • What is the current behavior and expected behavior?

When trying to send tokens from a nested proxy account (proxy_1 controlled by proxy_0), the application displays an error: "Cannot sign with a locked key pair." The expected behavior is that Polkadot.js should be able to sign transactions with nested proxy accounts without any issues.

  • What is the motivation for changing the behavior?

This issue prevents the use of nested proxy accounts for transactions, limiting the flexibility and security provided by hierarchical account structures. Fixing this bug would allow users to fully utilize nested proxy accounts.

  • Please tell us about your environment:

    • Version: v0.137.2-41
    • Environment: Browser (Chrome/Firefox)
  • Screenshots to illustrate the issue:

Screenshot from 2024-05-24 09-09-02
Screenshot from 2024-05-24 09-07-08

  • Steps to reproduce:
    1. Create a pure proxy account controlled by Alice (proxy_0).
    2. Create another pure proxy account controlled by proxy_0 (proxy_1).
    3. Attempt to send tokens from proxy_1 to another account.
    4. Observe the error message: "Cannot sign with a locked key pair."

Thank you for your attention to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant