v0.6.0
Pre-release
Pre-release
- Change of contract interface: replace
increase_position
/reduce_position
/pay_debt
with a single functionupdate_position
, which takes a list of user-definedAction
s. This gives much more flexibilities to frontends. - Integration with Astro generator
- Improvement to liquidation logic
- Fix a vulnerability related to the calculation of LP token value
- Split off asset adapters to a separate repository:
cw-asset