Version 0.1.1
Change Log
v0.1.1 (2024-03-21)
This release incorporates all the fixes addressing the findings from the security audit conducted by Trail of Bits.
What's Changed
- Fix:
_keys
array length must not be zero when callingclaimMultisigAccount
by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/58 - Implement two step process for critical operations by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/59
- Emit even when DAO address is set by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/60
- Validation for arguments in
initialize
function insideL2Claim
by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/66