Skip to content

Commit

Permalink
feat: upgrade rust (#346)
Browse files Browse the repository at this point in the history
* fix: upgrade deps

* fix: update deprecated methods

* fix: fix wasm-opt flags

* fix:update workflow files

* fix: upgrade version

* fix: get default connection

* fix: get default connection

* fix: java default protocols test

---------

Co-authored-by: gcranju <[email protected]>
  • Loading branch information
ibrizsabin and Itshyphen authored Aug 9, 2024
1 parent 1e2032b commit f03828f
Show file tree
Hide file tree
Showing 30 changed files with 361 additions and 185 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,13 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
# - name: Install stable toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.69.0
# target: wasm32-unknown-unknown
# override: true
# profile: minimal

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
- name: Compile WASM
run: |
# rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
# rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
# rustup component add rustfmt --toolchain 1.78.0-x86_64-unknown-linux-gnu
# rustup component add clippy --toolchain 1.78.0-x86_64-unknown-linux-gnu
bash ./scripts/optimize-cosmwasm.sh
cd artifacts/archway && zip -r ../../cosmwasm-contracts.zip . -j
Expand Down
Loading

0 comments on commit f03828f

Please sign in to comment.