@soufflejs/simple-multi-sig
v0.3.0
Published
--- sections: ['SimpleMultiSig'] ---
Downloads
5
Readme
sections: ['SimpleMultiSig']
SimpleMultiSig Contract
@soufflejs/simple-multi-sig
The SimpleMultiSig contract is a simple multi-signature wallet that allows multiple parties to agree on transactions before execution. It is a fork of Paxos's SimpleMultiSig, which is itself a fork of Christian Lundkvist's SimpleMultiSig.
The relevant audits are found here:
- Consensys Diligence audit of Paxos's SimpleMultiSig
- Consensys Diligence audit of Christian Lundkvist's SimpleMultiSig
Changelog
v1.0.0
- Initial release
v1.1.0
| Type | Description |
| --------- | ------------------------------------------------ |
| Feature
| add EIP-1271 signature verification capability |
| QOL
| add executeWithSignatures
, deprecate execute
|