Skip to content

Releases: astroport-fi/astroport_ibc

v1.3.0

05 Apr 15:14
0b7f69e
Compare
Choose a tag to compare

This release adds several adjustments in Astroport IBC contracts to facilitate Astroport Hub move.

Notable changes

  • cw20_ics20 contract was slightly modified from current official CosmWasm deployed version 0.15.1. Migration stops any cw20 ASTRO IBC outbound transactions to easily handle tokens supply per outpost;
  • added special migration logic which allows us to turn Assembly contract on Terra into Satellite contract which in fact makes Terra chain Astroport outpost.
  • removed satellite contract customized for Neutron because Neutron becomes the governance hub and won't need it anymore;
  • Satellite now sends whole ASTRO balance to the main Astroport Maker (on the Hub) via TransferAstro {} endpoint. Helps to collect leftovers which might appear because of IBC timeouts.

Full Changelog: v1.2.0...v1.3.0

v1.2.1

12 Oct 14:04
61f3cf9
Compare
Choose a tag to compare

Release contracts

  1. astro-satellite v1.1.0
  2. astro-satellite-neutron v1.1.0
  3. ibc-controller v1.1.0

What's Changed

  • Update dependencies by @ShadoySV in #30
  • Heartbeat feature by @ShadoySV in #31
  • feat(neutron satellite): add extended satellite version by @epanchee in #32
  • feat(crates publish): prepare cargo files; add publish script by @epanchee in #33
  • fix(controller_acks): Add handling of heartbeat acks and timeouts by @donovansolms in #34

New Contributors

Full Changelog: v1.1.0...v1.2.1

v1.1.0

21 Mar 12:16
2b98128
Compare
Choose a tag to compare

What's Changed

  • feat(controller): ability to update timeout for IBC channels by @epanchee in #29

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Feb 14:22
a1ad1ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/astroport-fi/astroport_ibc/commits/v1.0.0