Skip to content

Commit

Permalink
deps: bumped cosmwasm to v2.1 (#133)
Browse files Browse the repository at this point in the history
* deps: update to cosmwasm 2.0

* deps: bumped to cosmwasm 2.0

* imp: fixed tests

* deps: updated testing contracts

* imp(e2e): updated e2es

* docs: improved docs a bit

* imp: introduced ibc-proto to support the transfer memo field

* fix(e2e): fix test

* deps: updated 'Cargo.lock'

* deps: bumped workflows and optimizer
  • Loading branch information
srdtrk authored Aug 10, 2024
1 parent 76211ab commit 7ddcfb7
Show file tree
Hide file tree
Showing 29 changed files with 2,563 additions and 2,121 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/checkout@v3
go-version: "1.22"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.54
version: v1.59
args: --timeout 5m
working-directory: e2e/interchaintestv8
build:
Expand Down Expand Up @@ -63,12 +63,12 @@ jobs:
- name: Build Optimized Contract
run: just build-optimize
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
cache-dependency-path: |
e2e/interchaintest/go.sum
e2e/interchaintestv8/go.sum
- name: TestContract
run: just e2e-test ${{ matrix.test }}
- name: Upload Diagnostics on Failure
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: stable
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: stable
override: true

- name: Run unit tests
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: stable
override: true

- name: Run unit tests
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: stable
override: true

- name: Run unit tests
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: stable
override: true

- name: Run unit tests
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.79.0
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit 7ddcfb7

Please sign in to comment.