Skip to content

Releases: apollodao/locked-astroport-vault

v0.5.0

28 Aug 13:07
38f3680
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

28 Aug 13:05
0c5c9cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

28 Feb 18:58
7278204
Compare
Choose a tag to compare

[0.4.2] - 2024-02-26

All artifacts built with workspace-optimizer v0.13.0.

Added

  • feat: add state attributes to deposit/redeem/compound events by @apollo-sturdy in #37
    • Added event attributes staked_base_tokens_after_action and vault_token_supply_after_action to apollo/vaults/execute_deposit, apollo/vaults/execute_redeem, and apollo/vaults/execute_compound events.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

15 Feb 10:51
de8094f
Compare
Choose a tag to compare

[0.4.1] - 2024-02-15

All artifacts built with workspace-optimizer v0.13.0.

What's Changed

  • fix: Unstake from generator and stake in incentives contract in migration by @apollo-sturdy in #36

Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Feb 08:40
7cbacda
Compare
Choose a tag to compare

[0.4.0] - 2024-02-13

All artifacts built with workspace-optimizer v0.13.0.

Changed

  • Use Astroport incentives contract instead of generator for staking rewards.
  • Bumped cw-dex to 0.5.3
  • Started using cw-dex-astroport crate for Pool and Staking implementations.
  • Bumped cw-it to 0.3.0.

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

v0.3.0

03 Feb 15:48
Compare
Choose a tag to compare

[0.3.0] - 2024-02-03

All artifacts built with workspace-optimizer v0.13.0.

Changed

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

v0.2.0

06 Nov 09:21
5b22dd7
Compare
Choose a tag to compare

[0.2.0] - 2023-11-03

All artifacts built with workspace-optimizer v0.13.0.

Changed

  • chore: bump deps and add changelog by @apollo-sturdy in #29
    • Bumped cw-dex to 0.5.0
      • This required adding the field astroport_liquidity_manager: String to InstantiateMsg.
    • Bumped cw-dex-router to 0.3.0
    • Bumped liquidity-helper and astroport-lqiuidity-helper to 0.3.0
    • Bumped cosmwasm-std to 0.5.0

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

v0.1.0

27 Sep 13:29
Compare
Choose a tag to compare

v0.1.0 - Initial Release

Wasm built on CI with cosmwasm/workspace-optimizer:0.13.0.

See DEPLOYMENT.md for deployed contracts.