Releases: apollodao/locked-astroport-vault
Releases · apollodao/locked-astroport-vault
v0.5.0
What's Changed
- Support astroport native lp tokens by @apollo-sturdy in #44
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- chore: bump cw-it to 0.3.1 by @apollo-sturdy in #39
- build: add release profile and bump cosmwasm-std by @apollo-sturdy in #42
Full Changelog: v0.4.2...v0.4.3
v0.4.2
[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
andvault_token_supply_after_action
toapollo/vaults/execute_deposit
,apollo/vaults/execute_redeem
, andapollo/vaults/execute_compound
events.
- Added event attributes
Full Changelog: v0.4.1...v0.4.2
v0.4.1
[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
[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
to0.5.3
- Started using
cw-dex-astroport
crate for Pool and Staking implementations. - Bumped
cw-it
to0.3.0
.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
[0.3.0] - 2024-02-03
All artifacts built with workspace-optimizer
v0.13.0
.
Changed
- feat: Add optional deposit and withdrawal fees by @apollo-sturdy in #33
- build(deps): bump h2 from 0.3.21 to 0.3.24 by @dependabot in #31
- build(deps): bump shlex from 1.2.0 to 1.3.0 by @dependabot in #32
Full Changelog: v0.2.0...v0.3.0
v0.2.0
[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
to0.5.0
- This required adding the field
astroport_liquidity_manager: String
toInstantiateMsg
.
- This required adding the field
- Bumped
cw-dex-router
to0.3.0
- Bumped
liquidity-helper
andastroport-lqiuidity-helper
to0.3.0
- Bumped
cosmwasm-std
to0.5.0
- Bumped
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.1.0 - Initial Release
Wasm built on CI with cosmwasm/workspace-optimizer:0.13.0
.
See DEPLOYMENT.md
for deployed contracts.