Skip to content

Commit

Permalink
Update Neutron to v4.2.2 and Juno to v24.0.0 (#4173)
Browse files Browse the repository at this point in the history
* Update nix flake

* Add ICS29 feature to Juno tests

* Add changelog entries

* Disable Injective tests
  • Loading branch information
ljoss17 authored Aug 29, 2024
1 parent f2d4e7f commit ccd1d90
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update the version of Neutron running the integration tests in the CI from `v4.1.0`
to `v4.2.2` ([\#4168](https://github.com/informalsystems/hermes/issues/4168))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update the version of Juno running the integration tests in the CI from `v23.0.0`
to `v24.0.0` ([\#4171](https://github.com/informalsystems/hermes/issues/4171))
14 changes: 8 additions & 6 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
command: junod
account_prefix: juno
native_token: stake
features: juno,forward-packet,ica
features: juno,forward-packet,ica,ics29-fee
- package: provenance
command: provenanced
account_prefix: pb
Expand All @@ -95,11 +95,13 @@ jobs:
account_prefix: migaloo
native_token: stake
features: ics29-fee,ica,forward-packet
- package: injective
command: injectived
account_prefix: inj
native_token: stake
features: forward-packet,fee-grant
# Disable Injective because wasmvm hasn't been correctly
# wired for Injective in Cosmos Nix
#- package: injective
# command: injectived
# account_prefix: inj
# native_token: stake
# features: forward-packet,fee-grant

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit ccd1d90

Please sign in to comment.