skip-mev / skip-go-cosmwasm-contracts

CosmWasm Contracts for Skip Go
Apache License 2.0
27 stars 25 forks source link

v0.3.0 Tracking Issue #49

Open NotJeremyLiu opened 1 year ago

NotJeremyLiu commented 1 year ago

TODOs:

Major Feature:

Minor Repo Improvements:

Minor Documentation Improvements:

Minor Code Improvements:

Minor Testing Improvements:

Minor CI Improvements:

Chores:

Pushed Back Into Future Release:

Interface Changes

  1. fee_swap is no longer a param in swap_and_action, but instead a field in the Action::IbcTransfer variant after https://github.com/skip-mev/skip-api-contracts/pull/63
  2. min_coin param of type Coin in swap_and_action is changed to min_asset of type Asset after https://github.com/skip-mev/skip-api-contracts/pull/67. See PR for json representation of the object change.