Lido 2.0 beta2 release
Pre-release
Pre-release
What's Changed
Updates 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 #634
- Resolve an accounting issue with
unaccountedEther
whendeposit
is made andStakingRouter
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 #624