Skip to content

Releases: morpho-org/morpho-v1-optimizers-vaults

SupplyVault upgrade v1.4.0

13 Mar 20:43
074decd
Compare
Choose a tag to compare

Major changes

  • Make vaults more gas efficient. Some variables will be set to immutable to avoid reading the storage at each interaction with a vault.
  • Make the redistribution of rewards more secure and maintainable. After this upgrade, the DAO would no longer need to specify the amount and the recipient to transfer $MORPHO rewards from a vault to the vault rewards distributor 2. The recipient of the rewards will be set, at construction time, to the vault rewards distributor. All $MORPHO tokens held in a vault can be then transferred to the rewards distributor through a public function transferRewards to the recipient. The DAO’s multisig can still trigger the function, but any EOA can also trigger it to accelerate the process.

Deployments

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.4.0

v1.3.4 Update of Compound vaults transfer accrual

06 Nov 20:30
3547d58
Compare
Choose a tag to compare

Major changes

  • Patch transfer accrual of rewards

Deployment Addresses

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3 Update of Compound vaults

26 Oct 10:39
8e341f7
Compare
Choose a tag to compare

Major Changes

  • Update rewards to the correct user when withdrawing to another account than the caller.

Deployments

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2 Compound Deployment

12 Oct 21:29
Compare
Choose a tag to compare

v1.3.1 Deployed Version

07 Oct 18:15
1c15966
Compare
Choose a tag to compare

Major Changes

  • Fix OwnableUpgradeable initialization

What's Changed

Full Changelog: v1.3...v1.3.1

v1.3 Pre audited version by Omniscia

04 Oct 16:56
8bed0f7
Compare
Choose a tag to compare

Major changes

  • Allow the DAO to transfer rewards tokens
  • Various optimization

What's Changed

Full Changelog: v1.2...v1.3

Aave V2 Deployed

08 Sep 07:36
5e9dbbd
Compare
Choose a tag to compare

Deployed addresses

Compound Supply Vaults

  • Implementation 0xa43e60f739d3b5afddb317a1927fc5bdac751a57
  • DAI 0xd99d793b8fdae42c1867293c172b9cbbd3ea49ff
  • USDC 0x125e52e814d1f32d64f62677bffa28225a9283d1
  • WETH 0x681e90da7ee982e8fd3d0cbd2fad6726abd7f112
  • USDT 0x54dbe0f95df628217c418f423d69aa70227cf9cc
  • WBTC 0x9aca9579b797a9fa14656b3234902374c77600d3
  • COMP 0xb2f76f3ef9bcf4d2b888fc185529648c04c58956
  • UNI 0x8ebb1e7cc4ef6d7ca444401fa8f900db7a6d17c3

Compound Supply Harvest Vaults

  • Implementation 0x301ef488d67d24b2cf4ddbc6771b6fed3cc4a2a6
  • DAI 0x5cbead740564a2173983e48f94f36357c1954eae
  • USDC 0xaf7ddc2e19248fe4e400abc052162f146791745f
  • WETH 0x876b61f9f20bc1d8f87728e581c3b96c2efa20df
  • USDT 0x182971cd346b87d9f99712e3030290f4ddc664d3
  • WBTC 0xbb61dce011f8d66bcca212a501eb315a563f965e
  • COMP 0xf46e39b6b1d2512501bc6d480433ebd1f7e6594d
  • UNI 0x41b29cbbf65f6a1a19a516a466fe5f3bd0453d80

AAVE Supply Vaults

  • Implementation 0x65663ee4cc7c9c494802e7f10cbbd710d3f1fe95
  • DAI 0x3a91d37bac30c913369e1abc8cad1c13d1ff2e98
  • WETH 0x762fafa0257cd3b697e0d7fd40f1f6c03f07a8ef
  • CRV 0x963311ebb58043755a33bc3de4be8b492fda66d0
  • USDT 0x1926bb3977336fd376be0aee2915406a904e5870
  • USDC 0xd45ef8c9b9431298019fc15753609db2fb101aa5
  • WBTC 0xa59d6996bdbfaef7b64eee436e5326869c9d8399

What's Changed

Full Changelog: v1.1...v1.2

Omniscia Audit

30 Aug 07:57
9748c61
Compare
Choose a tag to compare

Audit

What's Changed

Full Changelog: v1.0...v1.1

Omniscia Audit Draft

15 Aug 18:49
eae3316
Compare
Choose a tag to compare

What's Changed

Full Changelog: omniscia-pre-audit...v1.0

Omniscia Pre-Audit

06 Jul 07:39
fdb7bcb
Compare
Choose a tag to compare
Omniscia Pre-Audit Pre-release
Pre-release
Merge pull request #34 from morpho-labs/dev

Dev