0.3.0 • Published 11 months ago

@soufflejs/simple-multi-sig v0.3.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

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:


Changelog

v1.0.0

  • Initial release

v1.1.0

TypeDescription
Featureadd EIP-1271 signature verification capability
QOLadd executeWithSignatures, deprecate execute