Releases: yearn/yearn-vaults
Releases · yearn/yearn-vaults
Bonny
- Proxy Mode to BaseStrategy (#183)
- Support for non-compliant ERC20s (USDT) (#186, #195)
- fix vault debtRatio update on _reportLoss (#190)
- management and Guardian should be able to harvest() a Strategy (#198)
- Profit lock up that increases share price steadily over time (#167)
- change "rate limit" feature to min/max harvest debt size params (#173)
Ham
Strelka
- add TVL calculation api (#120)
- standardize
permit
(#126) - check for strategy vault and want address matches on add (#127)
- upgrade to Vyper 0.2.8 (#116)
- add event logs for vault config updates (#131)
- set correct access control for
Vault.setEmergencyShutdown
(#135) - incorporate
manager
entity in vault (#134) migrateStrategy
shouldn't reset activation time (#137)- consolidate
BaseStrategy.exitPosition
intoBaseStrategy.liquidatePosition
(#140) - set vault deposit limit to zero on initialization (#146)
- use debt ratio vs. absolute debt limit (#141)
- remove
Vault.balanceSheetOfStrategy
andVault.totalBalanceSheet
(#148) - protect against excessive losses on withdraw (#143)
- audit fixes (#145)
Belka
Laika
Khomyakov
- add sweep amount/ERC721 support (#58)
- use deposit limit remaining when depositing all (#65)
- separate strategist and reward roles in BaseStrategy (#68)
- update performance and management fee defaults (#59)
- add ability to report losses (#74)
- add available deposit limit as view-only function (#79)
- add guest list (#84)
- move from block-based calculations to time-based (#81)
- add Debt Payments to Vault.report() (#83)
- add Rate Limit Disable (#94)
von Braun
Oberth
Tsiolkovsky
- add ability to disable rate limiter
- fix withdraw queue failures
- add
addStrategyToQueue
- add Harvested event to
BaseStrategy
- remove withdrawal fee, add inflationary management fee