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.
- Update Astroport package to 5.2.0 which includes native lp token implementation.
- Replace Astroport artifacts.
- Update Astroport helpers to use native lp tokens instead of CW20.
- Bump
astroport-router
to1.2.0
.
- Bump dependencies
osmosis-std
to 0.22.0test-tube
to 0.5.0osmosis-test-tube
to 22.1.0prost
to 0.12cosmrs
to 0.15cosmwasm-std
to 1.5.0
- Helper fn
instantiate_astroport
now instantiates theastroport-incentives
contract.- NB: Astroport incentives contract API is only in
astroport
package version >= 3.11 which contains unreleased changes. Be careful when integrating with Astroport as they don't follow SemVer.
- NB: Astroport incentives contract API is only in
- Bumped
astroport
to2.9.0
and removedastroport_v3
dependency since2.9.0
now includes theastroport-liquidity-manager
contract.
- Bumped
astroport
to2.8.7
. - Helper fn
instantiate_astroport
now instantiates theastroport-liquidity-manager
contract and registers theconcentrated
pair type in the factory contract.- NB: Astroport liquidity manager API only exists in the
astroport
version >= 3.6.1 which contains unreleased changes. Be careful when integrating with Astroport as they don't follow SemVer.
- NB: Astroport liquidity manager API only exists in the
- Bumped
osmosis-std
to0.19.2
. - Bumped
osmosis-test-tube
to0.19.0
. - Bumped
test-tube
to0.1.7
. - Renamed
TestRunner
toOwnedTestRunner
and introduced new enumTestRunner
that has borrowed fields. - Introduced
Unwrap
enum that helps with unwrappingResult
s in Robot tests.