Skip to content

Commit ccd1d90

Browse files
authored
Update Neutron to v4.2.2 and Juno to v24.0.0 (#4173)
* Update nix flake * Add ICS29 feature to Juno tests * Add changelog entries * Disable Injective tests
1 parent f2d4e7f commit ccd1d90

File tree

4 files changed

+149
-62
lines changed

4 files changed

+149
-62
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update the version of Neutron running the integration tests in the CI from `v4.1.0`
2+
to `v4.2.2` ([\#4168](https://github.com/informalsystems/hermes/issues/4168))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update the version of Juno running the integration tests in the CI from `v23.0.0`
2+
to `v24.0.0` ([\#4171](https://github.com/informalsystems/hermes/issues/4171))

.github/workflows/integration.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
command: junod
8585
account_prefix: juno
8686
native_token: stake
87-
features: juno,forward-packet,ica
87+
features: juno,forward-packet,ica,ics29-fee
8888
- package: provenance
8989
command: provenanced
9090
account_prefix: pb
@@ -95,11 +95,13 @@ jobs:
9595
account_prefix: migaloo
9696
native_token: stake
9797
features: ics29-fee,ica,forward-packet
98-
- package: injective
99-
command: injectived
100-
account_prefix: inj
101-
native_token: stake
102-
features: forward-packet,fee-grant
98+
# Disable Injective because wasmvm hasn't been correctly
99+
# wired for Injective in Cosmos Nix
100+
#- package: injective
101+
# command: injectived
102+
# account_prefix: inj
103+
# native_token: stake
104+
# features: forward-packet,fee-grant
103105

104106
steps:
105107
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)