Releases: calculated-finance/calc
Releases · calculated-finance/calc
v3.0.6-osmosis
What's Changed
- add denom info for Osmosis swapper pairs by @GadAlmighty in #397
- upgrade
osmosis_std
to v0.19.1 by @GadAlmighty in #398 - update osmosis exchange contract version by @GadAlmighty in #399
- start with duality localnet setup for testing by @GadAlmighty in #400
- remove pre-check for bond denom by @GadAlmighty in #401
- add NTRN to osmosis pairs by @GadAlmighty in #402
- support SC pools in osmosis swapper by @GadAlmighty in #403
- Add dynamic routing to osmosis swapper contract by @GadAlmighty in #405
- add tori and pica by @GadAlmighty in #406
- Integrate archway swapper by @GadAlmighty in #407
Full Changelog: v3.0.5-kujira...v3.0.6-osmosis
v3.0.5-kujira
What's Changed
- add xdefi script + lambda infra by @admin-calculated in #391
- add instructions for standing up Duality devnet by @admin-calculated in #392
- fix issue where price is 0 and causes divide by zero panic by @admin-calculated in #393
- fix state versions for Kujira by @admin-calculated in #394
- fix state versions for Kujira by @admin-calculated in #395
- remove unecessary validation by @admin-calculated in #396
New Contributors
- @admin-calculated made their first contribution in #391
Full Changelog: v3.0.2-osmosis...v3.0.5-kujira
v3.0.2-osmosis
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
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
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
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
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
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)
CALC Version 3.0.0
Major changes include:
- 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
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.