What's Changed
- pool, pool_stable, stake: replace panic! with panic_with_error! by @gangov in #269
- Fix 0 amount bug in spend_allowance by @brson in #272
- stake: Unbond breaks the reward distribution by @gangov in #270
- token: updates as per latest changes from the Soroban team by @gangov in #274
- Update soroban to v20.5.0 | Update rust to 1.77.0 by @ueco-jb in #275
- pool: changes belief price from percent to bps to increase a precision by @gangov in #278
- stake: adds a new test to increase test coverage. Decimal: adds more test to fully cover the code. by @gangov in #279
- Pool: Replace
belief_price
with minimum expected amount by @ueco-jb in #280 - factory, pool, stake: Increase overall test coverage by @gangov in #282
- Stake: verify Curve complexity by @gangov in #283
- Pool: Disable the feature allowing to provide liquidity with a single token by @ueco-jb in #289
- vesting: initial skeleton by @gangov in #267
- Add Audit Report from Veridise to the repository by @ueco-jb in #291
- all contracts: adds update entrypoint by @gangov in #293
- Release version: v1.0.0 by @ueco-jb in #297
New Contributors
Full Changelog: v0.9.0...v1.0.0