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 #95
- Fix increasing amount while remaining locking duration is less than
MIN_LOCKING_DURATION
by @matjazv in #97 - Update
calculatePenalty
function by @matjazv in #107 - Fixes:
L2Reward.extendDuration
for expired locking positions by @has5aan in #110 - Emit events for important state changes inside Staking contract by @matjazv in #117
- Adds additional events for
L2Reward
by @has5aan in #118 - Add documentation regarding privilege roles and operations by @matjazv in #104
- Fixes: increaseLockingAmount and Refactors: _claimReward by @has5aan in #116