Releases: lidofinance/dual-governance
v1.0.0-alpha.1
What's Changed
- fix: make tiebreakerScheduleProposal calling activateNextState by @rkolpakov in #97
- Solidity warnings fixes by @rkolpakov in #99
- Change failure models of setters by @rkolpakov in #98
- fix: sealable calls resume return value fix by @rkolpakov in #102
- Fix/audit fixes for escrow by @rkolpakov in #103
- Fix: make DG.activateNextState() first call in the Escrow's lock/unlock methods by @Psirex in #95
- fix: withdrawal batches fix by @rkolpakov in #105
- fix: proposers lib fix by @rkolpakov in #104
- Add tests for EscrowState library by @sandstone-ag in #92
- Proposal scheduling and types usage for committees by @bulbozaur in #93
- Fix typo in the
getVetoerState().unstETHLockedShares
by @Psirex in #108 - Fix: align
cancelAllPendingProposals()
with specification by @Psirex in #100 - Fix: Prevent executed proposals from changing state after cancelAll is called by @Psirex in #94
- Tiebreaker improvements & natspec and unit tests by @rkolpakov in #96
- Fix the possible overflow of the rage quit round by @Psirex in #107
- 1.0.0-alpha.1 release by @Psirex in #109
Full Changelog: v1.0.0-alpha...v1.0.0-alpha.1
v1.0.0-alpha release
Dual Governance - Alpha Release v1.0.0-alpha
This alpha release of the Dual Governance project introduces a sustainable architecture and implements the main functionality of the Dual Governance mechanism.
Key Features
Established Architecture: The contracts are developed to support modularity and maintainability, providing a strong foundation for the system.
Core Functionality: Implements the essential features of the Dual Governance mechanism, including veto support and escrow operations.
Work in Progress and To Be Done
Test Coverage: The current release includes partial test coverage, primarily with unit tests and some scenario tests. Enhanced coverage is to be done in future releases.
Deployment Infrastructure: Deployment scripts and additional infrastructure are not included in this release but are to be integrated in future versions.
Full Changelog: https://github.com/lidofinance/dual-governance/commits/v1.0.0-alpha