astroport-fi / astroport-core

Astroport DEX core contracts
https://astroport.fi/
GNU General Public License v3.0
153 stars 105 forks source link

Release 3.10 #401

Closed epanchee closed 9 months ago

epanchee commented 9 months ago

This PR brings new features and adjustments to Astroport, namely

  1. new pair type - transmuter pool
  2. factory got ability to define whether pair type is permissioned or permissionless. Simple XYK, stableswap and PCL Astroport pair types remain permissionless after migration. XYK with sales tax and transmuter will be permissioned.
  3. Internal stableswap math optimizations in PCL.
  4. Maker contract owner can set collect cooldown.
  5. Bug fixes in incentives contract.
  6. Adjustments across whole codebase to comply with cosmwasm-std 1.5 version.