Open NotJeremyLiu opened 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:
fee_swap
swap_and_action
Action::IbcTransfer
min_coin
min_asset
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
fee_swap
is no longer a param inswap_and_action
, but instead a field in theAction::IbcTransfer
variant after https://github.com/skip-mev/skip-api-contracts/pull/63min_coin
param of type Coin inswap_and_action
is changed tomin_asset
of type Asset after https://github.com/skip-mev/skip-api-contracts/pull/67. See PR for json representation of the object change.