Skip to content

Releases: delvtech/hyperdrive

v0.6.2

27 Jan 21:32
Compare
Choose a tag to compare

Bug Fixes

  • Another fix to the checkpoint flow to address a problem caused by invalid fee logic.

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Jan 06:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the bug where the addresses generated by the migrations script were empty.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

26 Jan 07:49
c31b949
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.1

18 Jan 00:57
570263e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Jan 02:46
10691c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Breaking Changes

  • The addresses object returned by the artifacts server no longer contains the mockHyperdrive field. Instead, the address of the pool that uses the ERC4626Hyperdrive instance (this is configured to represent an sDAI market) is in the erc4626Hyperdrive field, and the address of the pool that uses the StETHHyperdrive instance (this is configured to represent a stETH market) is in the stethHyperdrive field.
  • A new field was added to getPoolInfo called zombieBaseProceeds: https://github.com/delvtech/hyperdrive/blob/10691c2a9a9d60566bcf12850d533acf5ef85df5/contracts/src/interfaces/IHyperdrive.sol#L214. This field allows us to easily calculate the zombie interest that has accrued since the last collection.
  • Zombie positions are now discounted to account for negative interest that has accrued. This negative interest is socialized, so it's possible for a zombie to receive a negative interest haircut even if the negative interest accrued before the position matured.

Features

  • A StETHHyperdrive instance was added. If asBase = true, the deposit is accepted in native ETH. If asBase = false, the deposit is accepted in stETH shares (note that this is not denominated in stETH tokens).

v0.4.0

20 Dec 01:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Nov 18:43
516c95a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Nov 22:00
ecb3124
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Nov 18:11
e3658bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.1.0

v0.0.16

24 Oct 02:03
3f1dc71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.15...v0.0.16