Skip to content

Commit

Permalink
chore: More rigorous CosmWasm check and upgrade dependencies (#992)
Browse files Browse the repository at this point in the history
* clean up

* remaining

* up

* spelling

* true check

* better nix - features enabled + gh cache integration

* flag

* Update ci/cw-check/Cargo.toml

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: dzmitry-lahoda <[email protected]>

* Update ci/cw-check/README.md

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: dzmitry-lahoda <[email protected]>

* Update .changelog/unreleased/improvements/992-making-cosmwasm-compile-apps-transfers.md

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: dzmitry-lahoda <[email protected]>

* Update Cargo.toml

Signed-off-by: dzmitry-lahoda <[email protected]>

---------

Signed-off-by: dzmitry-lahoda <[email protected]>
Co-authored-by: Farhad Shabani <[email protected]>
  • Loading branch information
dzmitry-lahoda and Farhad-Shabani authored Dec 1, 2023
1 parent 6c7d719 commit fe9a26b
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 233 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- More rigorous CosmWasm check by upgrading dependencies and including `std` and
`schema` features for `ibc-core`.
([\#992](https://github.com/cosmos/ibc-rs/pull/992))

10 changes: 3 additions & 7 deletions .github/workflows/cw-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v22
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
is_ci : true
- name: Run cw-check
run: |
cd ci/cw-check
Expand Down
Loading

0 comments on commit fe9a26b

Please sign in to comment.