Skip to content

v3.0.0 (Osmosis)

Compare
Choose a tag to compare
@GadAlmighty GadAlmighty released this 22 Jun 15:17
· 38 commits to main since this release
b565bd2

CALC Version 3.0.0

Major changes include:

  1. Extracting all underlying DEX interactions to specific contracts to ensure the DCA contract is the same in all ecosystems

What's Changed

  • remove v1 storage and packages by @jamesgaddumcalc in #350
  • run clippy lint --fix by @jamesgaddumcalc in #351
  • Add exchange contract by @jamesgaddumcalc in #352
  • add disburse escrow fix to latest by @jamesgaddumcalc in #353
  • migrate submit order into fin exchange wrapper by @jamesgaddumcalc in #354
  • add create pairs handler by @jamesgaddumcalc in #355
  • add swap handler by @jamesgaddumcalc in #356
  • fix swap fee calculation for simulated vault comparison by @jamesgaddumcalc in #357
  • add retract and withdraw order handlers by @jamesgaddumcalc in #358
  • add get pairs query impl by @jamesgaddumcalc in #359
  • add twap to now query fin impl by @jamesgaddumcalc in #360
  • add get expected receive amount handler by @jamesgaddumcalc in #361
  • Migrate from Fin to Swapper contract by @jamesgaddumcalc in #362
  • remove custom fee impl by @jamesgaddumcalc in #363
  • run clippy fix by @jamesgaddumcalc in #364
  • handle slippage request failures by @jamesgaddumcalc in #365
  • add osmosis exchange wrapper by @jamesgaddumcalc in #366
  • add twap for osmosis by @jamesgaddumcalc in #367
  • fix storage versions by @jamesgaddumcalc in #368
  • osmosis create pairs msg by @jamesgaddumcalc in #369
  • add get expected receive amount for osmosis by @jamesgaddumcalc in #370
  • add swap msg to osmosis wrapper by @jamesgaddumcalc in #371
  • fix osmosis twap tests by @jamesgaddumcalc in #372
  • Run clippy fix + fix tests by @jamesgaddumcalc in #373
  • allow for integration tests across chains by @jamesgaddumcalc in #374
  • add migration msg to swapper contracts by @jamesgaddumcalc in #375
  • add vault updated event by @jamesgaddumcalc in #376
  • add swap amount editability by @jamesgaddumcalc in #377
  • v3.0.0 by @jamesgaddumcalc in #378

Full Changelog: v2.0.0...v3.0.0