astroport-fi / astroport-core

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

Merge Astroport features and polishments #363

Closed epanchee closed 1 year ago

epanchee commented 1 year ago

This PR adds several polishments and new testing features:

  1. New crate astroport-mocks added. It allows to instantiate necessary contract easily and use them in integration tests based on cw-multitest.
  2. In some cases PCL pair could stuck due to rounding problems in withdraw. This was fixed.
  3. PCL for Injective: converting raw integer value representing min_quantity_tick_size in Injective exchange module into Decimal with base asset precision applied.