What's Changed
- feat: implement query_pending_rewards by @apollo-sturdy in #22
- Replace
apollo-proto-rust
withosmosis-std
by @georgemc98 in #20 - feat: move helpers to apollo_utils by @apollo-pacman in #26
- Increase allowance before swap in JunoswapPool by @apollo-pacman in #31
- Implement AstroportBasePool and use delegate crate to implement XYK pool by @apollo-pacman in #36
- Astroport XYK Pool and Staking implementation by @apollo-pacman in #10
- Astroport Stableswap - Older Astroport Package by @georgemc98 in #38
- fix: rename arguments in Pool trait by @apollo-pacman in #41
- feat: validate pair_type and get lp_addr from query in new() by @apollo-pacman in #44
- Unify
AstroportXykPool
andAstroportStableSwapPool
by @apollo-pacman in #46 - Use cw-asset fork by @apolloshab in #59
- Use Stargate queries in
provide_liquidity
andwithdraw_liquitidy
by @apollo-pacman in #49 - Docstrings and comments by @apollo-bobby in #62
- Use
min_out
instead ofslippage_tolerance
forprovide_liquidity
. by @apollo-sturdy in #64 - feat: use MsgJoinPool by @georgemc98 in #65
- Various fixes by @apollo-sturdy in #72
- chore: fixes after apollo-utils updated by @apollo-sturdy in #75
- feat: separate out lp simulations in osmosis by @apollo-sturdy in #77
- Update cw-utils to 0.16 by @apollo-pacman in #76
- Remove Astroport dependency by @apolloshab in #78
- docs: Add readme by @apollo-sturdy in #87
- CI/workflows by @apollo-bobby in #88
- Bug fixes by @apollo-pacman in #92
- feat!: Add fn lp_token to pool trait by @apollo-sturdy in #93
- feat!: Put implementations behind cargo features by @apollo-sturdy in #91
- fix: Use MsgJoinSwapExternAmountIn by @apollo-sturdy in #97
- ci: Add name to test coverage job by @apollo-bobby in #99
- Query rewards before claiming by @georgemc98 in #98
- Sort assets before providing liquidity in Osmosis by @apolloshab in #100
- fix: audit-3 issue 16 by @apollo-pablo in #101
- Add pool validation to
OsmosisPool
and addpool_assets()
toPool
trait by @apollo-pacman in #105 - feat: add getter for pool_id in OsmosisPool by @apollo-sturdy in #107
- feat: Check lockup duration in OsmosisStaking::new by @apollo-sturdy in #108
- Add osmosis integration tests by @apollo-pacman in #116
- Adds remaining events/attributes by @apolloshab in #115
- Update CI/scripts to match template repo by @apollo-bobby in #127
- test: Add integration tests for Astroport implementation by @apollo-sturdy in #124
- test: fix prop tests by @apollo-sturdy in #125
- chore: replace git dependencies with crates by @apollo-sturdy in #130
- chore: use astroport-types messaging by @apollo-sturdy in #131
- refactor: Remove unfinished junoswap code by @apollo-sturdy in #133
- ci: Run Astroport Integration Tests by @apollo-sturdy in #132
- feat: Use osmosis-test-tube by @apollo-sturdy in #135
- Release to master by @apollo-sturdy in #136
- Dev/fix-force-unlock-id by @apollo-sturdy in #137
- feat: Release 0.1.1 by @apollo-sturdy in #138
New Contributors
- @georgemc98 made their first contribution in #20
- @apolloshab made their first contribution in #59
- @apollo-pablo made their first contribution in #101
Full Changelog: v1.1.0...0.1.1