Releases: yearn/tokenized-strategy
Releases · yearn/tokenized-strategy
Yurchenko
v3.0.3
CHANGES:
- Add an optional
maxLoss
variable to themaxRedeem
andmaxWithdraw
functions to match the multi strategy vault abi . - Change the domain separator to use "Yearn vault" instead of strategies name to match multi strategy and since name can be updated.
FEATURES:
- Allow the strategy name to be updated post deployment.
- Allow for max uint256 to be passed on deposits, will pull the full user balance.
FIXES:
- Don't cache initial chain ID or initial domain separator since they can not be immutables.
Korbut-1
- Change all pragma versions to all be >=0.8.18
instead of
0.8.18`
Korbut
Version 3.0.2
Changes
- Remove increase and decrease allowance.
- Remove minimum performance fee.
- Name change from
is{specificRole}
=>require{specificRole}
- Removal of
totalIdle
andtotalDebt
.
Features
- Increased gas efficiency on all state changing functions.
- Better struct packing.
- Reporting efficiency improvements.
Fixes
maxRedeem
rounding direction.
v3.0.1
Features:
Allow for instant profit unlocking.
Add an option Emergency Admin.
Improved balance updates during tend and emergency withdraws.
Improved revert messages.
Make all base functions virtual.
v3.0.0
First Official Release!
3.0.1-beta
Second Audit version.