Support multiple multisigs creation with same set of threshold and signatories #786
Open
3 of 10 tasks
Labels
P4 - Needs Investigation
Requires analysis to determine cause or feasibility. Not fully understood, needs research first.
My team stores fund on multisigs on Polkadot and use this feature frequently. And I notice there is an odd design in the deterministic multisig private key generation. Because the generated key is deterministic and is a computation outcome of the provided signatories and threshold, one set of signatories and theshold could not own more than one multisigs due to the mentioned mechanism.
Due to my understanding of the
addMultisig
method, by receiving the meta information which are list of signatories and theshold, new address can be generated. Wonder if we can add another parameter in the meta object calledID
ornonce
which is sequential or random. Hence, same set of parameters can produce different value of multisig address.I also added another issue in
polkadot-sdk
because I am not sure if this issue can be resolved on the application level or need to update the pallet multisig: paritytech/polkadot-sdk#3618Version: Unknown
Environment:
Language:
The text was updated successfully, but these errors were encountered: