debots icon indicating copy to clipboard operation
debots copied to clipboard

Msig Debot should allow custom msigs

Open NoamDev opened this issue 3 years ago • 1 comments

Currently, msig debot checks the codehash of the multisig to make sure it's one of five specific implementations. However, when using 24 hour msig for example, you usually make the change in the contract and compile it on your own, leading to the codehash sometimes being different (due to difference in compiler version). This is the case with the Academy subgov msig for example. So they can't use the debot to sign transactions.

I suggest to either remove those checks, or allow the user to choose to use his msig even though it's not official.

NoamDev avatar May 13 '21 16:05 NoamDev

Also I beliave it should be possible to invoke msig debot with passing custom payload

gofman8 avatar Jun 29 '21 09:06 gofman8