Version 0.2.0
Change Log
v0.2.0 (2024-04-21)
This release features smart contracts, deployment scripts and documentation for the Lisk Governance, Staking, Reward sharing and Vesting wallets.
Additionally, it marks the initial submission for the security audit conducted by Trail of Bits.
What's Changed
- Governor Contract Implementation by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/43
- Voting Power Contract Implementation by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/42
- Updated
Governor
thresholds by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/72 - Governor and Voting Power inherit
Ownable2StepUpgradeable
by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/74 - Implementation of Staking and LockingPosition smart contracts by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/54
- Merge feature/lisk-dao-staking into development by @shuse2 in https://github.com/LiskHQ/lisk-contracts-private/pull/76
- DAO address for Claim contract is called after TimelockController is deployed by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/77
- Emit events for every critical change inside staking, governance and airdrop contracts by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/78
- Resolve warnings for Staking and DAO smart contracts found by Slither by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/79
- Reward Contract by @has5aan in https://github.com/LiskHQ/lisk-contracts-private/pull/63
- Add L2VestingWallet contract and deployment script by @Phanco in https://github.com/LiskHQ/lisk-contracts-private/pull/83
- Add vesting documentation by @janhack in https://github.com/LiskHQ/lisk-contracts-private/pull/86
- Modify deployment scripts to deploy Claim contract separately and redistribute LSK tokens in two batches by @matjazv in https://github.com/LiskHQ/lisk-contracts-private/pull/84
- Add readme for staking governance by @AndreasKendziorra in https://github.com/LiskHQ/lisk-contracts-private/pull/90
New Contributors
- @AndreasKendziorra made their first contribution in https://github.com/LiskHQ/lisk-contracts-private/pull/90