Skip to content

Releases: yearn/tokenized-strategy

Yurchenko

31 Oct 21:07
8280628
Compare
Choose a tag to compare
v3.0.4

chore: add ts

v3.0.3

24 Sep 22:18
6e12ce0
Compare
Choose a tag to compare

CHANGES:

  • Add an optional maxLoss variable to the maxRedeem and maxWithdraw 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

08 Apr 20:53
Compare
Choose a tag to compare
  • Change all pragma versions to all be >=0.8.18instead of0.8.18`

Korbut

06 Mar 00:33
0d90dee
Compare
Choose a tag to compare

Version 3.0.2

Changes

  • Remove increase and decrease allowance.
  • Remove minimum performance fee.
  • Name change from is{specificRole} => require{specificRole}
  • Removal of totalIdle and totalDebt.

Features

  • Increased gas efficiency on all state changing functions.
  • Better struct packing.
  • Reporting efficiency improvements.

Fixes

  • maxRedeem rounding direction.

v3.0.1

19 Oct 19:24
c5c34db
Compare
Choose a tag to compare

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

24 Jul 01:19
0bd2a0a
Compare
Choose a tag to compare

First Official Release!

3.0.1-beta

05 Jun 02:40
72a71b1
Compare
Choose a tag to compare
3.0.1-beta Pre-release
Pre-release

Second Audit version.