Skip to content

Releases: calculated-finance/calc

v3.0.6-osmosis

14 Feb 00:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.5-kujira...v3.0.6-osmosis

v3.0.5-kujira

14 Sep 18:57
f7ae402
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2-osmosis...v3.0.5-kujira

v3.0.2-osmosis

05 Jul 12:59
e926f44
Compare
Choose a tag to compare

v3.0.2-osmosis

Fix price queries when expected receive amount is < 0.

What's Changed

  • v3.0.2-osmosis by @jamesgaddumcalc in #390

Full Changelog: v3.0.4-kujirarelease...v3.0.2-osmosis

v3.0.4-kujira

04 Jul 13:01
66ded14
Compare
Choose a tag to compare

What's Changed

  • v3.0.2-kujira by @jamesgaddumcalc in #386
  • update config to new store version by @jamesgaddumcalc in #387
  • fix storage versions by @jamesgaddumcalc in #388
  • compile wasm binaries by @jamesgaddumcalc in #389

Full Changelog: v3.0.2-kujira...v3.0.4-kujirarelease

v3.0.3-kujira

04 Jul 11:15
Compare
Choose a tag to compare

What's Changed

  • v3.0.2-kujira by @jamesgaddumcalc in #386

Full Changelog: v3.0.2-kujira...v3.0.3-kujira

v3.0.2-kujira

29 Jun 14:13
a2ecfb7
Compare
Choose a tag to compare

v3.0.2-kujira

What's Changed

  • add admin method for updating price trigger by @jamesgaddumcalc in #383
  • restrict limit orders to dca_contract_address by @jamesgaddumcalc in #384
  • remove fin pair config dependency by @jamesgaddumcalc in #385

Full Changelog: v3.0.1-kujira...v3.0.2-kujira

v3.0.1-kujira

25 Jun 20:55
00b00df
Compare
Choose a tag to compare

v3.0.1 Kujira

What's Changed

  • increment version by @jamesgaddumcalc in #382

Full Changelog: v3.0.1-osmosis...v3.0.1-kujira

v3.0.1-osmosis

24 Jun 09:46
09a8d43
Compare
Choose a tag to compare

v3.0.1-osmosis

Release a fix to use Decimal256 within the logic that checks to see if the vault price threshold has been exceeded.

What's Changed

  • use Decimal256 for price math by @jamesgaddumcalc in #379
  • update version by @jamesgaddumcalc in #380

Full Changelog: v3.0.0...v3.0.1-osmosis

v3.0.0 (Osmosis)

22 Jun 15:17
b565bd2
Compare
Choose a tag to compare

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

2.0.1

29 May 17:36
Compare
Choose a tag to compare

v2 Patch release

Includes a fix to cache the vault_id in the DisburseEscrow message handler so that it can be used in the automation fallback handler.