Releases: astroport-fi/astroport_ibc
Releases · astroport-fi/astroport_ibc
v1.3.0
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
Release contracts
- astro-satellite v1.1.0
- astro-satellite-neutron v1.1.0
- 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
- @donovansolms made their first contribution in #34
Full Changelog: v1.1.0...v1.2.1
v1.1.0
v1.0.0
What's Changed
- fix(deps): update deps to support hidden governance main branch by @epanchee in #1
- feat(all SCs): update to cosmwasm 1.1 (release/terra2) by @P-Yevhenii in #3
- Fix(ics20_cw20): fix contract building by @epanchee in #4
- feat(scripts): added deploy scripts (release/terra2) by @P-Yevhenii in #9
- fix(controller): update permissioned endpoints by @epanchee in #10
- fix(satellite): satellite transaction by @epanchee in #12
- feat(satellite): allow to accept new connections by @epanchee in #13
- Fix deployment scripts (release) by @ShadoySV in #16
- Fix deps by @ShadoySV in #17
- fix oak audit by @P-Yevhenii in #22
- Updated deps by @P-Yevhenii in #24
- fix(satellite): Oak audit by @P-Yevhenii in #25
- feat(release): update GitHub action to produce and upload contracts by @epanchee in #26
Full Changelog: https://github.com/astroport-fi/astroport_ibc/commits/v1.0.0