Skip to content

Lido 2.0 (beta1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@tamtamchik tamtamchik released this 23 Sep 22:01
· 1653 commits to master since this release
v2.0.0-beta.1
e575177

Original release: https://github.com/lidofinance/lido-dao/releases/v2.0.0-beta.2


What's Changed

Updates for Lido 2.0 beta release.

High-level overview:

  • Seed initial protocol holder to avoid zero total supply / zero total shares corner cases
  • Collect summary from NodeOperatorRegistry and report stuck / exited keys in a gas-efficient way (avoid nested loops)
  • Resolve lidofinance/lido-dao#634
  • Resolve an accounting issue with unaccountedEther when deposit is made and StakingRouter had non-zero balance
  • Fixes withdrawal request NFT (now it's WithdrawalQueueERC721) edge-cases and ownership issues
  • Make stETH permit signing for the token address
  • Enforces the validator indexes order in ValidatorExitBus
  • Internal comments and minor naming updates
  • Add public views for unstaking UI

See also lidofinance/lido-dao#624


Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1