polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.75k stars 1.55k forks source link

Multisig calls fail when linked to a proxy account. #10975

Open 0xrishitripathi opened 1 month ago

0xrishitripathi commented 1 month ago

The current PolkaJs explorer has a bug where MultiSig calls aren't executing.

Steps to reproduce:

If you have a multisig account that also has an associated proxy account to it, whenever you will try to perform a transaction, without using that proxy i.e. "don't use a proxy call for this call", the UI will be stuck with loading icon over "Sign and Submit" button make it unresponsive. Only workaround is removing the Proxy Account from the explorer.

Here's a short video detailing the entire process:

https://github.com/user-attachments/assets/aa612533-faf6-4198-9076-e28cf0b4eb26

0xrishitripathi commented 1 month ago

Also, I tested it on explorers of other Parachains (Paseo etc. which are maintained on latest release), and I see the same issue there as well.

Xexr commented 3 weeks ago

I have the same issue, somewhat frustrating.