Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gaia used in CI to v19.1.0 #4172

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update the version of Gaia running the integration tests in the CI from `v18.1.0`
to `v19.1.0` ([\#4167](https://github.com/informalsystems/hermes/issues/4167))
22 changes: 12 additions & 10 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia18
- package: gaia19
command: gaiad
account_prefix: cosmos
native_token: stake
Expand Down Expand Up @@ -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 Expand Up @@ -176,10 +178,10 @@ jobs:
fail-fast: false
matrix:
chain:
- package: .#gaia18 .#stride
- package: .#gaia19 .#stride
command: gaiad,strided
account_prefix: cosmos,stride
- package: .#gaia18 .#neutron
- package: .#gaia19 .#neutron
command: gaiad,neutrond
account_prefix: cosmos,neutron
steps:
Expand Down Expand Up @@ -221,7 +223,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: .#gaia18 .#stride-no-admin
- package: .#gaia19 .#stride-no-admin
command: gaiad,strided
account_prefix: cosmos,stride
steps:
Expand Down Expand Up @@ -262,7 +264,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: .#celestia .#gaia18
- package: .#celestia .#gaia19
command: celestia-appd,gaiad
account_prefix: celestia,cosmos
native_token: utia,stake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: gaia18
- package: gaia19
command: gaiad
account_prefix: cosmos
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
first-package:
- package: gaia18
- package: gaia19
command: gaiad
account_prefix: cosmos
- package: ibc-go-v7-simapp
Expand Down
141 changes: 93 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
cometbft
evmos
gaia6-ordered
gaia18
gaia19
ibc-go-v2-simapp
ibc-go-v3-simapp
ibc-go-v4-simapp
Expand Down
Loading