From e766cfa58fa80758fa3da73e6a2cb3313459c806 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Fri, 14 Jun 2024 15:39:50 +0530 Subject: [PATCH 1/3] add test for running cosmoshub and starship faucet --- .github/workflows/e2e-tests.yaml | 1 + .github/workflows/pr-tests.yaml | 1 + .../one-cosmoshub-starship-faucet.yaml | 29 +++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 186e6d0b7..9baf56432 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -41,6 +41,7 @@ jobs: - "agoric.yaml" - "multi-relayer.yaml" - "neutron-relayer.yaml" + - "one-cosmoshub-starship-faucet.yaml" fail-fast: true max-parallel: 1 diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index b92729ab4..a05e7ba01 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -36,6 +36,7 @@ jobs: - "one-chain-starship-faucet.yaml" - "multi-validator-starship-faucet.yaml" - "one-chain-cometmock.yaml" + - "one-cosmoshub-starship-faucet.yaml" fail-fast: true max-parallel: 3 diff --git a/starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml b/starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml new file mode 100644 index 000000000..3e881e41d --- /dev/null +++ b/starship/tests/e2e/configs/one-cosmoshub-starship-faucet.yaml @@ -0,0 +1,29 @@ +chains: + - id: cosmoshub-4 + name: cosmoshub + numValidators: 1 + ports: + rest: 1313 + rpc: 26653 + exposer: 38083 + faucet: 8003 + resources: + cpu: "0.5" + memory: 500M + faucet: + type: starship + concurrency: 2 + +registry: + enabled: true + ports: + rest: 8081 + grpc: 9091 + resources: + cpu: "0.1" + memory: 100M + +resources: + wait: + cpu: "0.1" + memory: 100M From fa9e513fc82a6d41e4da4b16934adaf94fa998f8 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Mon, 17 Jun 2024 13:44:33 +0530 Subject: [PATCH 2/3] remove stake from coins --- starship/charts/devnet/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml index 242c268d5..edfa0ada5 100644 --- a/starship/charts/devnet/defaults.yaml +++ b/starship/charts/devnet/defaults.yaml @@ -88,7 +88,7 @@ defaultChains: prefix: cosmos denom: uatom prettyName: Cosmos Hub - coins: 100000000000000uatom,100000000000000stake + coins: 100000000000000uatom hdPath: m/44'/118'/0'/0/0 coinType: 118 repo: https://github.com/cosmos/gaia From 33a5edbfe336953c292e0b3e79723be2b210716f Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Mon, 17 Jun 2024 13:48:53 +0530 Subject: [PATCH 3/3] upgrade chart version --- starship/charts/devnet/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml index 47f2d69b8..b661b77c5 100644 --- a/starship/charts/devnet/Chart.yaml +++ b/starship/charts/devnet/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.3 +version: 0.2.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to