v0.8.0
What's Changed
- Multihop and Pair: changes the logic behind the swap() method and it … by @gangov in #142
- Refactor: rename
pair
topool
by @ueco-jb in #143 - Factory: remove tuple from factory query; rename query by @ueco-jb in #144
- Set version 0.7.0 by @ueco-jb in #145
- Factory: create_liquidity_pool now returns an address of the lp created; updates the tests by @gangov in #150
- Refactor: replace errors with panics by @ueco-jb in #153
- 146 extend the tests for multihop swap by @gangov in #148
- Changelog: Move latest updates into unreleased section by @ueco-jb in #155
- Multihop: Simulate swap query by @ueco-jb in #154
- Stake: adds flag to check for already deployed instances of this contract by @gangov in #157
- Factory: initializes the multihop from the initialize method of factory and saves the multihop address in Config by @gangov in #158
- Makefile: update the process to include new multihop dependencies by @ueco-jb in #160
- 156 multihop add transaction chain validation by @gangov in #159
- 56 pair implement referral by @gangov in #161
- Multihop: replaces the hardcoded values for max_belief_price and max_spread_bps by @gangov in #164
- multihop: adds spread_amount into the response of simulate_swap and simulate_reverse_swap by @gangov in #168
- Pool: adds a test for the bug in question, no weird behaviour allthough I used pretty similar values with what's already present in the live environment by @gangov in #171
- 172 improve documentation add readme files by @gangov in #173
- Disable the Referral feature by @ueco-jb in #191
- Update soroban v20.0.3 by @ueco-jb in #174
- Release version: v0.8.0 by @ueco-jb in #192
Full Changelog: v0.7.0...v0.8.0