All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change base token from
Addr
toAssetInfo
to support Astroport native LP tokens. - Bumped
cw-dex-astroport
to0.2.0
. - Bumped
cw-dex-router
to0.5.0
. - Bumped
cw-vault-standard
to0.4.1
. - Bumped
liquidity-helper
to0.4.0
. - Bumped
astroport-liquidity-helper
to0.4.0
. - Bumped
cw-it
to0.4.0
.
- Added release profile to
Cargo.toml
withoverflow-checks = true
to prevent wrapping on overflows in release builds. - Bumped
cosmwasm-std
to1.5.4
.
- 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.
- Bumped
cw-it
to0.3.1
.
- Updated migration from
0.2.0
and0.3.0
to unstake from astroport generator and stake in astroport incentives contract.
- 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
.
- Add optional deposit and withdrawal fees
- 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-liquidity-helper
to0.3.0
- Bumped
cosmwasm-std
to1.5.0