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