-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Only one sign request appears for a multi-sig wallet transaction #3936
Comments
@jacogr Is there a way to use multisig now? And how it will work when the keys are on separate computers, via same concept as it works on Mist? |
Hello, So in order to confirm/sign transactions of a multisig wallet, you just need to click on the |
@ngotchac I don't see "Pending Confirmations" in the multisig wallet view, just a blue spinner indicator (attached) which never stops. |
Websocket output, lots of eth_syncing message despite being on the latest block:
|
@SyRenity Ah so this is a bug... Can you send me your Wallet address ? Or is it doing this for any Wallets ? Also if you have access to the JS logs (by opening the Dev Tools in Chrome), it would be helpful :) |
(and the |
@ngotchac The wallet address is 0x0c3fCc9f47337D250C0c2c3faC8219185A857868, though any multi-sig I created appears to have this issue. |
This is what I see in Dev Tools console:
|
@SyRenity I cannot really reproduce it. Could you just (hopefully lastly) share which version of Parity you are on ? (bottom left of the UI) |
@ngotchac From the CLI: |
@ngotchac Can you attach a snapshot how it looks on your side? |
I checked out the version you are using and there might have been a bug that is now fixed. You could try to rebuild from master, hopefully it will be fixed. |
@ngotchac Unfortunately it didn't help as well. Should I just generate a new multisig wallet perhaps? |
Yes I guess you could try. It's really strange I cannot reproduce it. And even stranger that nothing appears in the JS Console... |
Nevermind, can reproduce, will look into it! |
@SyRenity Should be fixed now on master. |
Thanks, can confirm this is finally working now. Great work! |
I'm currently experiencing the blue spinner on my multisig wallet. What information can I provide to assist in resolving this issue? Parity versions tested: 1.7.2, nightly builds |
Just did, that fixed it. Thanks! :) |
When trying to send a transaction from a multi-sign wallet, the signer tab contains only a single account signing request.
Signing this request does not show the sign requests of other accounts (members of the multisig wallet).
The text was updated successfully, but these errors were encountered: