Skip to content

Commit

Permalink
feat: asset pruning (#64)
Browse files Browse the repository at this point in the history
* use min_output_amount (#61)

* ignore test-querier

* 0.1.16

* feat: bump dependencies (#62)

* use "2"

* bump dependency & fix tests

* chore: clippy (#63)

* clippy

* use 0.1.4

* fix: make test pass

* feat: remove asset

* bump optimizer version

* refresh locks

* 0.1.2

* tempgp
  • Loading branch information
byeongsu-hong authored Jan 23, 2024
1 parent a820f65 commit d1f092c
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 380 deletions.
40 changes: 0 additions & 40 deletions .beaker/state.json

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5

jobs:
optimize-airdrop:
name: optimize-airdrop
optimize:
name: optimize
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -29,7 +29,7 @@ jobs:
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.8
cosmwasm/optimizer:0.15.0
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Rust
run: rustup default 1.69.0
run: rustup default 1.72.0

- name: Install Rust
run: rustup update nightly
Expand Down
Loading

0 comments on commit d1f092c

Please sign in to comment.