Skip to content

Commit ee1291a

Browse files
committed
feat: update Gaia version to v25.1.0 and add Attester Mode integration test workflow
1 parent a3b4387 commit ee1291a

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/integration-tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
# Gaia chain (Cosmos Hub)
2222
gaia-chain:
23-
image: ghcr.io/cosmos/gaia:${GAIA_VERSION:-v20.0.0}
23+
image: ghcr.io/cosmos/gaia:${GAIA_VERSION:-v25.1.0}
2424
platform: linux/amd64
2525
container_name: gaia-chain
2626
environment:

.github/integration-tests/run-integration-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export EVNODE_DA_VERSION=${EVNODE_DA_VERSION:-"v1.0.0-beta.1"}
2222
export IGNITE_VERSION=${IGNITE_VERSION:-"v29.3.1"}
2323
export IGNITE_EVOLVE_APP_VERSION=${IGNITE_EVOLVE_APP_VERSION:-"main"}
2424
export GAIA_VERSION=${GAIA_VERSION:-"v25.1.0"}
25-
export TASTORA_REF=${TASTORA_REF:-"main"}
2625

2726
# Colors for output
2827
RED='\033[0;31m'

.github/workflows/integration_attester_test.yml renamed to .github/workflows/attester-mode-integration-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: integration_attester_test
1+
name: Attester Mode Integration Test
22

33
on:
44
push:
@@ -19,7 +19,6 @@ jobs:
1919
IGNITE_VERSION: "v29.3.1"
2020
IGNITE_EVOLVE_APP_VERSION: "main"
2121
GAIA_VERSION: "v25.1.0"
22-
TASTORA_REF: "main"
2322

2423
steps:
2524
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)