Skip to content

v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@larry0x larry0x released this 02 Jan 08:29
· 78 commits to master since this release
  • Change of contract interface: replace increase_position/reduce_position/pay_debt with a single function update_position, which takes a list of user-defined Actions. 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