Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop into master #164

Merged
merged 58 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
4889740
chore: prepare release 0.1.0 of cw-dex-osmosis (#157)
pacmanifold Mar 7, 2024
7a21e87
docs: add comment about cw-dex-test-helpers features (#152)
pacmanifold Mar 7, 2024
fe78331
feat: use incentives native tokens structs in staking impl
georgemc98 Apr 30, 2024
2155779
refactor: remove copied astroport messages
pacmanifold May 1, 2024
6fb3624
fix: separate stake msgs depending on assetinfo type
apollo-sturdy May 1, 2024
c1bdff2
feat: update AstroportPool to use astroport v5 messaging
apollo-sturdy May 1, 2024
2837738
chore: bump cosmwasm-std to 1.5.4
apollo-sturdy May 1, 2024
ead2c68
style: clippy
apollo-sturdy May 1, 2024
8932f5e
chore: bump cw-dex-astroport version and add changelog
apollo-sturdy May 1, 2024
639b112
style: rename lp_token var in test-helper
apollo-sturdy May 1, 2024
f430780
build: run machete on stable rust
apollo-sturdy May 2, 2024
ed3297f
ci: install stable toolchain on lint job
apollo-sturdy May 2, 2024
c7863cc
fix: bump to astroport v5
ApolloGie Jun 25, 2024
4ee80b7
fix: bump cw-it
ApolloGie Jun 27, 2024
647bb22
fix: make astroport LM optional
ApolloGie Jun 27, 2024
f15b1bc
fix: bump astroport pairtype
ApolloGie Jun 27, 2024
d4b32b5
fix: bump cw-it, use create_astroport_pair
ApolloGie Jul 3, 2024
29faa08
fix: use latest apollo-cw-multi-test version
ApolloGie Jul 11, 2024
9f2503f
fix: bump cw-it version
ApolloGie Jul 15, 2024
3fea679
test: wip
ApolloGie Aug 2, 2024
32bea3d
chore: bump cw-it
apollo-sturdy Aug 2, 2024
4c0dd7b
fix: correct tests, update pool to not pass assets
ApolloGie Aug 5, 2024
d250a6f
feat: add recipient to pool
ApolloGie Aug 15, 2024
83c0caf
Revert "feat: add recipient to pool"
ApolloGie Aug 15, 2024
b83f506
fix: bump deps
ApolloGie Aug 15, 2024
a7e9552
build: clippy, fmt, machete
apollo-sturdy Aug 20, 2024
8b27803
chore: bump cw-it and apollo-multi-test
apollo-sturdy Aug 20, 2024
82bad6d
fix: disallow min_out for astroport pcl
apollo-sturdy Aug 20, 2024
cfe0f20
fix: only use liquidity manager for cw20 lp tokens
apollo-sturdy Aug 20, 2024
0fa16d3
feat: ensure backwards compatibility with cw20 lp tokens
apollo-sturdy Aug 21, 2024
484e125
chore: remove commented code, etc
apollo-sturdy Aug 21, 2024
4a44d56
docs: update changelog
apollo-sturdy Aug 21, 2024
fd7bb29
ci: revert changes in test workflow
apollo-sturdy Aug 21, 2024
4636269
chore: bump cw-dex-astroport version
apollo-sturdy Aug 21, 2024
e82a9f5
chore: bump cw-dex version
apollo-sturdy Aug 21, 2024
49ef62b
chore: bump cw-dex-osmosis version and re-export cw-dex
apollo-sturdy Aug 21, 2024
29bbf10
feat: use astroport v5 as default for api
apollo-sturdy Aug 22, 2024
f96b8fb
feat(astroport): implement validate function on AstroportPool
pacmanifold Aug 22, 2024
d173147
refactor!: remove deprecated implementations in cw-dex
pacmanifold Aug 23, 2024
c2af07c
chore: bump versions
pacmanifold Aug 23, 2024
5fa85ba
chore: bump cw-it and apollo-cw-multi-test
apollo-sturdy Aug 26, 2024
3b2fe20
build: use stable toolchain for make format
pacmanifold Aug 26, 2024
f15d4c9
chore: update astroport to v0.5.3
pacmanifold Aug 26, 2024
274bd5b
docs(astroport): update changelog
pacmanifold Aug 26, 2024
5e64880
refactor(astroport): validate pair addr parsed from lp denom
pacmanifold Aug 26, 2024
8ef94d8
test(astroport): remove unused query
pacmanifold Aug 26, 2024
401f968
refactor: minor changes in withdraw_liquidity
pacmanifold Aug 26, 2024
c061cba
chore: fix clippy warnings
pacmanifold Aug 26, 2024
bd2d6a3
refactor: add UnsupportedArgument error to cw-dex
pacmanifold Aug 26, 2024
86e51ef
Revert "build: use stable toolchain for make format"
pacmanifold Aug 26, 2024
ab94d90
test(astroport): create runner with new_with_stargate function
pacmanifold Aug 26, 2024
710aa5e
test(astroport): change test func names to reflect only dealing with …
pacmanifold Aug 26, 2024
50949d1
chore: bump rc versions
pacmanifold Aug 26, 2024
e048061
ci: revert removing installation of cargo make
apollo-sturdy Aug 28, 2024
8badb9e
style: Clippy
apollo-sturdy Aug 28, 2024
7843fb1
chore: bump versions and update changelogs
apollo-sturdy Aug 28, 2024
c8fe617
Merge pull request #163 from apollodao/feat/support-native-lp-tokens-…
apollo-sturdy Aug 28, 2024
e569841
Merge branch 'master' into develop
apollo-sturdy Aug 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install nightly toolchain
run: cargo make install-nightly

- name: Install stable toolchain
run: cargo make install-stable

- name: Run cargo clippy
run: cargo make clippy-check

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Set up Go 1.21.6
uses: actions/setup-go@v5
with:
go-version: "1.21.6"

- name: Install cargo make
uses: davidB/rust-cargo-make@v1

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [0.6.0] - 2024-08-28

### Changed

- Removed `implementations` module in favor of new crates `cw-dex-astroport` and `cw-dex-osmosis`.
- Added two variants to `CwDexError` that are needed in `cw-dex-astroport`.

# [0.5.3] - 2024-02-13

### Changed
Expand Down
Loading
Loading