forked from yearn/yearn-vaults
-
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.
Browse files
Browse the repository at this point in the history
* fix: too few shares are burned in case of loss w/ adjusted withdrawal Audit Response yearn#2 - 5.1 * fix: check loss protection after adjusting for withdrawal capacity Audit Response yearn#2 - 5.2 * docs: clarify documentation around revoking during emergency exit mode * fix: make expected return 0 if strategy is declaring itself inactive Audit Response yearn#2 - 8.4 * fix: use strategy's lastReport value on migration, not block.timestamp Audit Reponse yearn#2 - 8.5 * fix: increase precision on price calc by 3 places Audit Reponse yearn#2 - 8.7 * refactor: small updates to comments and StrategyAPI functions Audit Response yearn#2 - 5.5 * refactor: improve the accuracy of `expectedReturn` Audit Reponse yearn#2 - 5.6 * docs: clarified requirement for Emergency Shutdown * docs: updated requirement Audit Reponse yearn#2 - 5.12 * fix: add reentrancy guard (using same key as "withdraw") to "deposit" Audit Reponse yearn#2 - 5.19
- Loading branch information
Showing
3 changed files
with
43 additions
and
28 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
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