Releases: quasar-finance/quasar
Releases · quasar-finance/quasar
v3.0.2
What's Changed
- Add helper scripts for deployments on osmosis and instructions by @lubkoll in #852
- Move cw_vault_extension msgs to quasar-types by @lubkoll in #849
- Add RangeExecuteMsg::RemoveRange by @lubkoll in #858
- Increase range-middleware version to v0.3.1 by @lubkoll in #860
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Remove accidentally committed files by @lubkoll in #844
- Check contract and version during migration and set version to 0.3.1 by @lubkoll in #845
- Remove SCM.md by @lubkoll in #843
- Add release workflow by @lubkoll in #847
- Add write permissions to create-release workflow by @lubkoll in #850
- Remove version check by @lubkoll in #851
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- V3.0.0 Chain upgrade by @arhamchordia @akure @ajansari95 in #791
- fix:
x/feemarket
by @ajansari95 in #836 - v3 Upgrade Params by @arhamchordia in #837
Full Changelog: v2.0.1...v3.0.0
v3.0.0-rc0
What's Changed
- fix:
collect-gentx
cmd by @ajansari95 in #533 - Refactoring makefile by @arhamchordia in #692
- Feat/pre v50 cleanup by @arhamchordia in #712
- V3.0.0 - testnet version by @arhamchordia in #722
- Fix/proto by @ajansari95 in #740
- Update Dockerfile by @arhamchordia in #741
- fix wasmbindings by @ajansari95 in #742
- Fix app, cmd and compilation of binary and docker reproducible issues by @arhamchordia in #744
- Feat/feemarket by @arhamchordia in #745
- Fixing export, some query commands, autocli imports and so on by @arhamchordia in #746
- Genesis height error by @arhamchordia in #749
- Add pfm, ibc-hooks, and ratelimit modules by @ajansari95 in #761
- WIP: Fixing IBC issues by @arhamchordia in #770
- Working Upgrade changes by @arhamchordia in #772
- fix: upgrade handler and simulations by @ajansari95 in #784
- Add UPGRADE.md by @arhamchordia in #790
- Update wasmd from v0.51.0 to v0.53.0 as it contains bug fixes by @arhamchordia in #801
Full Changelog: v2.0.1...v3.0.0-rc0
v2.0.1
What's Changed
- Update MaxMetaDataLen for gov module to allow for larger proposals by @arhamchordia in #726
Full Changelog: v2.0.0...v2.0.1
v1.0.8-cl-skn
What's Changed
- Range Automation Main by @njerschow in #550
- Smart contracts workspace improvements by @magiodev in #581
- fix: revert swap reply logic in cl-vault by @ajansari95 in #592
- fix: add saturating sub in withdraw reply logic by @ajansari95 in #594
- Feat/deposit math change by @arhamchordia in #586
- fix:
range-middleware
migrate entrypoint by @ajansari95 in #606 - CoinList .coins() conly positive coins amount by @magiodev in #610
- fix: consolidated migrate by @ajansari95 in #614
- Adding burn contract. by @arhamchordia in #585
- fix package name by @LaurensKubat in #621
- Add dex-router by @lubkoll in #622
- Generalize swap logic and refactor for dex-router by @magiodev in #625
- Remove just installation from build.yml by @lubkoll in #626
- Update build.yml by @arhamchordia in #618
- Remove contract .gitignore files and move relevant parts to root .gitignore by @lubkoll in #627
- Ignore querier error in swap simulations by @lubkoll in #641
- add tests for
dex-router-osmosis
by @ajansari95 in #638 - Add dex adapter for lst repeg vault (using abstractSDK) by @lubkoll in #640
- Remove redundant files, cleanup README by @lubkoll in #642
- Add pre-commit hook for schema generation and formatting by @lubkoll in #643
- Feat/events refund by @magiodev in #648
- Add lst adapter for stride on osmosis by @lubkoll in #647
- [CI] Remove unused workflow files by @lubkoll in #659
- [CI] Skip installation of just when env.GIT_DIFF is false by @lubkoll in #656
- [CI] Invoke unit-tests only for changed contracts by @lubkoll in #663
- [CI] Add reusable workflow for test-tube tests by @lubkoll in #666
- CL Vault optimize range math operations by @magiodev in #657
- [CI] Add workflow for quasar-types by @lubkoll in #670
- [CI] Skip go linter and tests for smart contract changes by @lubkoll in #669
- Use GITHUB_SHA instead of hash of Cargo.lock for build caches by @lubkoll in #672
- Feat/cl vault range calc swap by @magiodev in #674
Full Changelog: v1.0.7-cl-patch...v1.0.8-cl-skn
v2.0.0
What's Changed
- Remove just installation from build.yml by @lubkoll in #626
- Update build.yml by @arhamchordia in #618
- Remove contract .gitignore files and move relevant parts to root .gitignore by @lubkoll in #627
- [CI] Remove unused workflow files by @lubkoll in #659
- [CI] Skip installation of just when env.GIT_DIFF is false by @lubkoll in #656
- Add github action badges to README by @lubkoll in #677
- Start dev guidelines by @lubkoll in #651
- Quasar chain uprgade by @arhamchordia in #607
Full Changelog: v1.0.1...v2.0.0
v2.0.0-rc0
What's Changed
Implementation details
Changes made in this release are mostly on adding few new modules into play and upgrading versions of old dependencies :
- Wasm bumped from v31 to v45
- IBC from v4 to v7
- Wasmvm from 1.2 to 1.5
- IBC was light client added
- Cosmos sdk from v45 to v47.12
- Async ICQ from v4 to v7
- Tendermint to cometbft
- and so on...
Full Changelog: v1.0.1...v2.0.0-rc0
v1.0.7-cl-patch
What's Changed
- Fix/distribution pagination by @magiodev in #557
- paginate collect rewards by @magiodev in #561
- Changing cl withdraw event and attributes. by @arhamchordia in #560
- Update contract Metadata entrypoint and minor changes by @magiodev in #542
- Feature/update wasm by @akure in #568
- change allowed strategist rewards claimer from range admin to treasury address by @LaurensKubat in #577
- add historic changelog by @LaurensKubat in #578
- Feat/vault incentives by @njerschow in #567
Full Changelog: v1.0.7-cl...v1.0.7-cl-patch