-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: too few shares are burned in case of loss w/ adjusted withdrawal Audit Response #2 - 5.1 * fix: check loss protection after adjusting for withdrawal capacity Audit Response #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 #2 - 8.4 * fix: use strategy's lastReport value on migration, not block.timestamp Audit Reponse #2 - 8.5 * fix: increase precision on price calc by 3 places Audit Reponse #2 - 8.7 * refactor: small updates to comments and StrategyAPI functions Audit Response #2 - 5.5 * refactor: improve the accuracy of `expectedReturn` Audit Reponse #2 - 5.6 * docs: clarified requirement for Emergency Shutdown * docs: updated requirement Audit Reponse #2 - 5.12 * fix: add reentrancy guard (using same key as "withdraw") to "deposit" Audit Reponse #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