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.
- Return Ok if amount to swap is zero in
execute_swap_operation
. This fixes a bug where the swap operation would fail if the amount to swap was zero, which might happen when basket liquidating assets with overlapping paths.
- Bump cw-dex to version
0.4.0
and make relevant API changes.- NB: This is a breaking change.