Change Log
v0.2.1 (2024-05-08)
This release incorporates all the fixes addressing the findings from the security audit conducted by Trail of Bits.
What's Changed
- Documentation L2Staking and Governance by @has5aan in https://github.com/LiskHQ/lisk-contracts-private/pull/95
- Fix increasing amount while remaining locking duration is less than
MIN_LOCKING_DURATION
by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/97 - Update
calculatePenalty
function by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/107 - Fixes:
L2Reward.extendDuration
for expired locking positions by @has5aan in https://github.com/LiskHQ/lisk-contracts-private/pull/110 - Emit events for important state changes inside Staking contract by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/117
- Adds additional events for
L2Reward
by @has5aan in https://github.com/LiskHQ/lisk-contracts-private/pull/118 - Add documentation regarding privilege roles and operations by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/104
- Fixes: increaseLockingAmount and Refactors: _claimReward by @has5aan in https://github.com/LiskHQ/lisk-contracts-private/pull/116