From 7e770ffb30d1ce7edde0ac9f3678e0e59b762c92 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 25 May 2023 09:39:43 +0200 Subject: [PATCH 1/3] Fix upgrade test in gh actions --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f176990e63f..7bf8540ce6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -161,3 +161,4 @@ jobs: - name: Check for successful migration run: | ./contrib/scripts/test_migration.sh localhost + if: env.GIT_DIFF From 07580cb80ea632e419183262c0388b0f12638b61 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 25 May 2023 09:49:09 +0200 Subject: [PATCH 2/3] update testnet link --- docs/migration/cosmoshub-4-v7-Theta-upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/cosmoshub-4-v7-Theta-upgrade.md b/docs/migration/cosmoshub-4-v7-Theta-upgrade.md index f705aa0fc9d..21ab16097ae 100644 --- a/docs/migration/cosmoshub-4-v7-Theta-upgrade.md +++ b/docs/migration/cosmoshub-4-v7-Theta-upgrade.md @@ -77,7 +77,7 @@ It is critically important for validator operators to back-up the `.gaia/data/pr ### Testing -For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta). +For those validator and full node operators that are interested in ensuring preparedness for the impending upgrade, you can join in our [v7-Theta public-testnet](https://github.com/cosmos/testnets/tree/master/v7-theta/public-testnet) or run a [v7-Theta local testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta). ### Current runtime, cosmoshub-4 (pre-v7-Theta upgrade) is running Gaia v6.0.x From b74d77d58dccd29808b4a5cccc55384f38920137 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 25 May 2023 10:51:42 +0200 Subject: [PATCH 3/3] fix links --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 19d503ab37f..420d6daaa1e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,7 +25,7 @@ Welcome to the documentation of the **Cosmos Hub application: `gaia`**. ## Setup Your Own `gaia` Testnet -- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/theta) +- [Setup your own `gaia` testnet](https://github.com/cosmos/testnets/tree/master/local/previous-local-testnets/v7-theta) ## Additional Resources