Skip to content

Commit

Permalink
BE-676 | Add SwapOutGivenInCases for CL pool (#8954) (#8962)
Browse files Browse the repository at this point in the history
* BE-676 | Add SwapOutGivenInCases for CL pool

(cherry picked from commit d98196e)

Co-authored-by: Deividas Petraitis <hi@deividaspetraitis.lt>
  • Loading branch information
mergify[bot] and deividaspetraitis authored Jan 28, 2025
1 parent ab22e64 commit 532afea
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GOWRK=off go build cmd/osmosisd/main.go
- name: Upload osmosisd artifact
if: env.GIT_DIFF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: osmosisd-${{ matrix.targetos }}-${{ matrix.arch }}
path: cmd/osmosisd/osmosisd
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ jobs:
cosmwasm/workspace-optimizer:0.12.10
- name: "Upload optimized contract artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.contract.name }}
path: ${{ matrix.contract.workdir }}${{ matrix.contract.build }}
retention-days: 1

- name: "Upload Cargo.lock artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Cargo.lock
path: ${{ matrix.contract.workdir }}Cargo.lock
Expand Down
Loading

0 comments on commit 532afea

Please sign in to comment.