-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add oracle recency requirement for deposits to make frontrun attacks impossible even without admin intervention * RPL liquidity is now prioritized over stake rebalancing during minipool processing * Removed timelock requirement for the `maxValidators` parameter (to allow the admin to increase the medium timelock delay without delaying growth responses) * Optimized revert conditions for `SuperNodeAccount.createMinipool()` to first check the most common reasons for revert to save gas in those cases * Add an event in `OperatorDistributor.sol` to help with rewards calculations * xrETH and xRPL now comply with Balancer's `IRateProvider` interface for easier integration
- Loading branch information
Showing
37 changed files
with
1,290 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.