Skip to content

Commit 6b2c74f

Browse files
chore: bump hermes to latest version (#8432)
1 parent b509a83 commit 6b2c74f

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

e2e/ci-e2e-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# Many of these fields can be overridden with environment variables.
33
# All fields that support this have the corresponding environment variable name in a comment beside the field.
44

5-
# | Environment Variable | Description | Default Value |
6-
# |----------------------|-------------------------------------------|------------------------------|
7-
# | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8-
# | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9-
# | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10-
# | CHAIN_C_TAG | The tag used for chain C | N/A (optional; fallback to A)|
11-
# | CHAIN_D_TAG | The tag used for chain D | N/A (optional; fallback to A)|
12-
# | CHAIN_BINARY | The binary used in the container | simd |
13-
# | RELAYER_TAG | The tag used for the relayer | 1.10.4 |
14-
# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
5+
# | Environment Variable | Description | Default Value |
6+
# |----------------------|-------------------------------------------|-------------------------------|
7+
# | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8+
# | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9+
# | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10+
# | CHAIN_C_TAG | The tag used for chain C | N/A (optional; fallback to A) |
11+
# | CHAIN_D_TAG | The tag used for chain D | N/A (optional; fallback to A) |
12+
# | CHAIN_BINARY | The binary used in the container | simd |
13+
# | RELAYER_TAG | The tag used for the relayer | luca_joss-update-docker-build |
14+
# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
1515

1616
# see sample.config.yaml for a bare minimum configuration example.
1717
# set env E2E_CONFIG_PATH to point to this file to use it.
@@ -51,7 +51,7 @@ activeRelayer: hermes # override with RELAYER_ID
5151
relayers:
5252
- id: hermes
5353
image: ghcr.io/informalsystems/hermes
54-
tag: "1.10.4"
54+
tag: "luca_joss-update-docker-build" # v1.13.1 had to be built manually
5555
- id: rly
5656
image: ghcr.io/cosmos/relayer
5757
tag: "latest"

e2e/sample.config.extended.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# Many of these fields can be overridden with environment variables.
33
# All fields that support this have the corresponding environment variable name in a comment beside the field.
44

5-
# | Environment Variable | Description | Default Value |
6-
# |----------------------|-------------------------------------------|------------------------------|
7-
# | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8-
# | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9-
# | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10-
# | CHAIN_C_TAG | The tag used for chain C | Optional (fallback to A) |
11-
# | CHAIN_D_TAG | The tag used for chain D | Optional (fallback to A) |
12-
# | CHAIN_BINARY | The binary used in the container | simd |
13-
# | RELAYER_TAG | The tag used for the relayer | 1.10.4 |
14-
# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
5+
# | Environment Variable | Description | Default Value |
6+
# |----------------------|-------------------------------------------|-------------------------------|
7+
# | CHAIN_IMAGE | The image that will be used for the chain | ghcr.io/cosmos/ibc-go-simd |
8+
# | CHAIN_A_TAG | The tag used for chain A | N/A (must be set) |
9+
# | CHAIN_B_TAG | The tag used for chain B | N/A (must be set) |
10+
# | CHAIN_C_TAG | The tag used for chain C | Optional (fallback to A) |
11+
# | CHAIN_D_TAG | The tag used for chain D | Optional (fallback to A) |
12+
# | CHAIN_BINARY | The binary used in the container | simd |
13+
# | RELAYER_TAG | The tag used for the relayer | luca_joss-update-docker-build |
14+
# | RELAYER_ID | The type of relayer to use (rly/hermes) | hermes |
1515

1616
# see sample.config.yaml for a bare minimum configuration example.
1717
# set env E2E_CONFIG_PATH to point to this file to use it.

e2e/testsuite/testconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const (
7171
defaultRlyTag = "latest"
7272

7373
// defaultHermesTag is the tag that will be used if no relayer tag is specified for hermes.
74-
defaultHermesTag = "1.10.4"
74+
defaultHermesTag = "luca_joss-update-docker-build" // v1.13.1 had to be built manually
7575
// defaultChainTag is the tag that will be used for the chains if none is specified.
7676
defaultChainTag = "main"
7777
// defaultConfigFileName is the default filename for the config file that can be used to configure

0 commit comments

Comments
 (0)