Releases: skip-mev/skip-go-cosmwasm-contracts
Releases · skip-mev/skip-go-cosmwasm-contracts
v0.3.0
What's Changed
- 📝 Ensure Skip Package Is Well Commented by @NotJeremyLiu in #52
- 🔥 Consolidate Neutron and Osmosis Query enum by @NotJeremyLiu in #53
- ✅ Add Unit Tests to Skip Package by @NotJeremyLiu in #55
- ⬆️ Run Cargo Upgrade and Update by @NotJeremyLiu in #57
- ⚡️ Update make optimize to target /target instead of /code/target by @NotJeremyLiu in #58
- 👷 Add cargo fmt check in GitHub Workflow by @NotJeremyLiu in #59
- 👷 Update gh workflow to also run on push to main by @NotJeremyLiu in #60
- ⚡️ Add Skip package path to workspace cargo.toml by @NotJeremyLiu in #61
- ✨ Add Json Schema Generation by @NotJeremyLiu in #64
- ♻️ Restructure Repo To Make Launching Adapter Contracts Easier by @NotJeremyLiu in #65
- ♻️ Refactor Fee Swap Into Ibc Transfer Variant of Action Enum by @NotJeremyLiu in #63
- 🐛 [ENG-1897] only generate affiliate fee msg send if amount > 0 by @dhfang in #68
- ✨ Add Entrypoint That Sends Funds To a Recover Addr Upon Failure by @brimigs in #70
- Deploy Contracts for Recover Entrypoint by @NotJeremyLiu in #73
- ✨ Add Terra Deployment Support (And Update Deployed Contracts) by @NotJeremyLiu in #75
- 🐛 Astroport Slippage Fix by @NotJeremyLiu in #76
- ✨ [API-1723] Add CW20 Support by @NotJeremyLiu in #67
- ✨ [API-2179] Add Lido Satellite Swap Adapter by @foxpy in #74
- ✨ Add Spot Price In Swap Simulation Query Responses by @NotJeremyLiu in #77
- [API-2262] Make Sent Asset Param Optional by @NotJeremyLiu in #79
- ✨[API-2348] Make Contracts Upgradeable by @NotJeremyLiu in #81
- ⬆️ [Chore] Update Dependencies by @NotJeremyLiu in #82
- ⚡️ [API-2349] Preserve Pre Swap Out Asset Contract Balance by @NotJeremyLiu in #83
- ⚡️ [API-2293] Swap Directly On Astroport Pools, Deprecate Router Use by @NotJeremyLiu in #84
New Contributors
- @dhfang made their first contribution in #68
- @brimigs made their first contribution in #70
- @foxpy made their first contribution in #74
Full Changelog: v0.2.0...v0.3.0
Skip API Contracts v0.2.0
📝 Add changelog (#51)
Skip API Contracts v0.1.0
✨ Update Deployment Scripts For Pre Gen Addresses And Permissioned Up…