You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a lot of MultiSigs work in a relatively similar way (e.g., using signatures, some threshold of votes/signatures is required, only approved signers can execute, etc.) we could probably build a set of general properties to test MultiSigs.
For example:
If votes < threshold, calls can't be executed
Signatures cannot be reused
nonce is strictly monotonously increasing
nonce can only be used once
The text was updated successfully, but these errors were encountered:
Describe the desired feature or improvement
Since a lot of MultiSigs work in a relatively similar way (e.g., using signatures, some threshold of votes/signatures is required, only approved signers can execute, etc.) we could probably build a set of general properties to test MultiSigs.
For example:
The text was updated successfully, but these errors were encountered: