From eb0fd4884845159bf9beef91e033c07774b424ac Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Wed, 22 Jan 2025 14:02:34 +0400 Subject: [PATCH] hyperweb replace by cosmology-tech --- .github/workflows/docker.yaml | 4 +- .github/workflows/docs.yaml | 2 +- .github/workflows/pr-tests.yaml | 2 +- .github/workflows/starship-docker.yaml | 4 +- README-dev.md | 26 +++--- README.md | 28 +++--- clients/go/client/chain.go | 2 +- clients/go/client/go.mod | 6 +- clients/js/README.md | 32 +++---- clients/js/lerna.json | 2 +- clients/js/package.json | 2 +- clients/js/packages/cli/CHANGELOG.md | 92 +++++++++---------- clients/js/packages/cli/README.md | 18 ++-- clients/js/packages/cli/package.json | 6 +- clients/js/packages/client/CHANGELOG.md | 90 +++++++++--------- clients/js/packages/client/README.md | 20 ++-- .../__snapshots__/client.config.test.ts.snap | 4 +- .../__snapshots__/client.ports.test.ts.snap | 4 +- .../__snapshots__/client.test.ts.snap | 4 +- clients/js/packages/client/package.json | 6 +- clients/js/packages/client/src/client.ts | 2 +- clients/js/packages/starshipjs/CHANGELOG.md | 44 ++++----- clients/js/packages/starshipjs/README.md | 22 ++--- clients/js/packages/starshipjs/package.json | 6 +- docs/pages/config/chains.mdx | 36 ++++---- docs/pages/config/features.mdx | 12 +-- docs/pages/config/index.mdx | 2 +- docs/pages/config/relayers.mdx | 16 ++-- docs/pages/get-started/step-3.mdx | 2 +- docs/pages/index.mdx | 18 ++-- docs/theme.config.js | 4 +- examples/Makefile | 2 +- examples/cosmos-simapp-multi/Makefile | 2 +- .../configs/devnet-20.yaml | 4 +- .../configs/devnet-30.yaml | 4 +- .../configs/local-custom.yaml | 4 +- .../cosmos-simapp-multi/configs/local.yaml | 2 +- examples/getting-started/scripts/install.sh | 2 +- .../getting-started/scripts/port-forward.sh | 2 +- examples/injective/scripts/install.sh | 2 +- examples/injective/scripts/port-forward.sh | 2 +- examples/multi-chain/scripts/install.sh | 2 +- examples/multi-chain/scripts/port-forward.sh | 2 +- examples/neutron/README.md | 2 +- examples/neutron/scripts/install.sh | 2 +- examples/neutron/scripts/port-forward.sh | 2 +- examples/osmojs/Makefile | 2 +- examples/upgrade-test/go.mod | 4 +- examples/upgrade-test/go.sum | 8 +- examples/upgrade-test/suite.go | 2 +- starship/charts/devnet/Chart.yaml | 2 +- starship/charts/devnet/defaults.yaml | 58 ++++++------ starship/charts/devnet/templates/_chains.tpl | 2 +- .../templates/chains/cosmos/genesis.yaml | 2 +- .../templates/chains/cosmos/validator.yaml | 2 +- starship/charts/devnet/values.yaml | 8 +- starship/cmd/starship/config.go | 2 +- starship/cmd/starship/go.mod | 2 +- starship/docker/chains/Dockerfile | 2 +- starship/docker/chains/Dockerfile.base | 2 +- starship/docker/chains/Dockerfile.eth-beacon | 2 +- .../docker/chains/Dockerfile.eth-prysmctl | 2 +- .../docker/chains/Dockerfile.eth-validator | 2 +- starship/docker/chains/Dockerfile.injective | 2 +- starship/docker/chains/Dockerfile.union | 2 +- starship/docker/explorers/ping-pub/Dockerfile | 2 +- .../docker/faucet/cosmjs-faucet/Dockerfile | 2 +- .../docker/relayers/go-relayer/Dockerfile | 2 +- starship/docker/relayers/hermes/Dockerfile | 2 +- .../relayers/neutron-query-relayer/Dockerfile | 2 +- .../docker/relayers/ts-relayer/Dockerfile | 2 +- starship/docker/starship/base/Dockerfile | 2 +- .../docker/starship/base/Dockerfile.arm64 | 2 +- starship/docker/starship/builder/Dockerfile | 2 +- starship/docker/starship/runner/Dockerfile | 2 +- starship/exposer/Dockerfile | 4 +- starship/exposer/app.go | 2 +- starship/exposer/go.mod | 2 +- starship/exposer/handler_chain.go | 2 +- starship/exposer/handler_relayer.go | 2 +- starship/faucet/Dockerfile | 4 +- starship/faucet/Makefile | 2 +- starship/faucet/app.go | 2 +- starship/faucet/distributor.go | 2 +- starship/faucet/go.mod | 2 +- starship/faucet/handler.go | 2 +- starship/go.work.sum | 2 +- starship/proto/buf.gen.yaml | 2 +- starship/proto/buf.yaml | 2 +- starship/proto/exposer/mnemonic.proto | 2 +- starship/proto/exposer/node.proto | 2 +- starship/proto/exposer/service.proto | 2 +- starship/proto/faucet/service.proto | 2 +- starship/proto/faucet/status.proto | 2 +- starship/proto/registry/chain.proto | 2 +- starship/proto/registry/ibc.proto | 2 +- starship/proto/registry/mnemonic.proto | 2 +- starship/proto/registry/service.proto | 2 +- starship/registry/Dockerfile | 4 +- starship/registry/app.go | 2 +- starship/registry/chain.go | 2 +- starship/registry/go.mod | 2 +- starship/registry/handler.go | 2 +- starship/registry/model.go | 2 +- starship/scripts/install.sh | 2 +- starship/scripts/port-forward.sh | 4 +- starship/tests/e2e/configs/evmos.yaml | 2 +- starship/tests/e2e/configs/neutron.yaml | 2 +- starship/tests/e2e/configs/simapp.yaml | 2 +- starship/tests/e2e/configs/three-chain.yaml | 2 +- .../e2e/configs/two-chain-gorelayer.yaml | 2 +- .../e2e/configs/two-chain-monitoring.yaml | 2 +- starship/tests/e2e/e2e_test.go | 2 +- starship/tests/e2e/exposer_test.go | 2 +- starship/tests/e2e/faucet_test.go | 2 +- starship/tests/e2e/go.mod | 10 +- starship/tests/e2e/registry_test.go | 2 +- 117 files changed, 391 insertions(+), 391 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 2a6653c80..4cc965a8d 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -55,7 +55,7 @@ jobs: max-parallel: 4 env: - DOCKER_REPO: ghcr.io/cosmology-tech/starship + DOCKER_REPO: ghcr.io/hyperweb-io/starship steps: - name: Checkout @@ -97,7 +97,7 @@ jobs: packages: write env: - DOCKER_REPO: ghcr.io/cosmology-tech/starship + DOCKER_REPO: ghcr.io/hyperweb-io/starship defaults: run: diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3db8a5096..6fb52207c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Clone docs repository - run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/cosmology-tech/docs.git external-docs + run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/hyperweb-io/docs.git external-docs - name: Sync the docs run: | diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 6122d7904..ec4e18ae8 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -86,7 +86,7 @@ jobs: - name: Setup Test infra id: starship-action - uses: cosmology-tech/starship-action@0.5.6 + uses: hyperweb-io/starship-action@0.5.6 with: config: ${{ env.CONFIG_FILE }} chart: ./starship/charts/devnet diff --git a/.github/workflows/starship-docker.yaml b/.github/workflows/starship-docker.yaml index 3858cf37b..68aa38414 100644 --- a/.github/workflows/starship-docker.yaml +++ b/.github/workflows/starship-docker.yaml @@ -41,7 +41,7 @@ jobs: working-directory: starship env: - DOCKER_REPO: ghcr.io/cosmology-tech/starship + DOCKER_REPO: ghcr.io/hyperweb-io/starship steps: - name: Checkout @@ -84,5 +84,5 @@ jobs: with: push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }} context: starship/${{ matrix.type }}/ - tags: ghcr.io/cosmology-tech/starship/${{ matrix.type }}:${{ steps.docker-tag.outputs.version }} + tags: ghcr.io/hyperweb-io/starship/${{ matrix.type }}:${{ steps.docker-tag.outputs.version }} platforms: linux/amd64,linux/arm64 diff --git a/README-dev.md b/README-dev.md index aafd6afd4..6f3dfe2b2 100644 --- a/README-dev.md +++ b/README-dev.md @@ -5,12 +5,12 @@

- - - - - - + + + + + +

Universal interchain development environment in k8s. The vision of this project @@ -31,7 +31,7 @@ Follow the steps here: https://docs.cosmology.zone/starship ## Using helm chart In order to use the helm chart externally without this repo. ```bash -helm repo add starship https://cosmology-tech.github.io/starship +helm repo add starship https://hyperweb-io.github.io/starship helm repo update helm search repo starship/devnet @@ -50,13 +50,13 @@ helm install -f custom-values.yaml starship/devnet --generate-name Checkout these related projects: -* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. -* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. -* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. -* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. -* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. +* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. +* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. +* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. +* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. ## Credits diff --git a/README.md b/README.md index e1f8be1e1..fe5ebde7e 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@

- - - - - - - + + + + + + +

Universal interchain development environment in k8s. The vision of this project @@ -109,13 +109,13 @@ Stay tuned for a `create-cosmos-app` boilerplate! For now, this is the most reco Checkout these related projects: -* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. -* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. -* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. -* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. -* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. +* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. +* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. +* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. +* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. ## Credits @@ -130,5 +130,5 @@ No developer or entity involved in creating this software will be liable for any ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=cosmology-tech/starship&type=Date)](https://star-history.com/#cosmology-tech/starship&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=hyperweb-io/starship&type=Date)](https://star-history.com/#hyperweb-io/starship&Date) diff --git a/clients/go/client/chain.go b/clients/go/client/chain.go index a91f59c6d..28d8b590a 100644 --- a/clients/go/client/chain.go +++ b/clients/go/client/chain.go @@ -14,7 +14,7 @@ import ( coretypes "github.com/tendermint/tendermint/rpc/core/types" "go.uber.org/zap" - pb "github.com/cosmology-tech/starship/registry/registry" + pb "github.com/hyperweb-io/starship/registry/registry" ) type ChainClients []*ChainClient diff --git a/clients/go/client/go.mod b/clients/go/client/go.mod index 92c9cc9dd..60a433cde 100644 --- a/clients/go/client/go.mod +++ b/clients/go/client/go.mod @@ -1,14 +1,14 @@ -module github.com/cosmology-tech/starship/clients/go/client +module github.com/hyperweb-io/starship/clients/go/client go 1.21 replace ( - github.com/cosmology-tech/starship/registry => ../../../starship/registry + github.com/hyperweb-io/starship/registry => ../../../starship/registry github.com/strangelove-ventures/lens => github.com/Anmol1696/lens v0.1.1-0.20230331154219-5027f163133a ) require ( - github.com/cosmology-tech/starship/registry v0.0.0-20231216105442-4ce4f5ba3829 + github.com/hyperweb-io/starship/registry v0.0.0-20231216105442-4ce4f5ba3829 github.com/cosmos/cosmos-sdk v0.47.0-rc2 github.com/cosmos/go-bip39 v1.0.0 github.com/golang/protobuf v1.5.4 diff --git a/clients/js/README.md b/clients/js/README.md index 87204a937..747c5bac1 100644 --- a/clients/js/README.md +++ b/clients/js/README.md @@ -6,9 +6,9 @@

- - - + + +

**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments. @@ -25,9 +25,9 @@ Designed with simplicity and speed in mind, **StarshipJS** enables developers to ## Packages -- [`StarshipJS`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/starshipjs): A JavaScript library providing the foundational tools and utilities for starship development, designed to work seamlessly with Node.js and TypeScript. -- [`StarshipJS CLI`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli): The command-line interface that allows developers to easily deploy, manage, and interact with starship directly from the terminal. -- [`StarshipJS Client`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/client): A client library that encapsulates interaction with starship, simplifying command executions and state management through an intuitive API. +- [`StarshipJS`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/starshipjs): A JavaScript library providing the foundational tools and utilities for starship development, designed to work seamlessly with Node.js and TypeScript. +- [`StarshipJS CLI`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli): The command-line interface that allows developers to easily deploy, manage, and interact with starship directly from the terminal. +- [`StarshipJS Client`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/client): A client library that encapsulates interaction with starship, simplifying command executions and state management through an intuitive API. ## Table of contents @@ -99,7 +99,7 @@ yarn starship stop ## CLI Usage -See more usage in the [`StarshipJS CLI`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli) documentation. +See more usage in the [`StarshipJS CLI`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli) documentation. ### Install the CLI @@ -131,7 +131,7 @@ starship teardown --config ./config/settings.json ## StarshipClient Usage -See more info in the [`StarshipJS Client`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/client) documentation. +See more info in the [`StarshipJS Client`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/client) documentation. ### Install the StarshipClient @@ -152,7 +152,7 @@ const client = new StarshipClient({ name: 'osmojs', config: 'path/to/config.yaml', repo: 'starship', - repoUrl: 'https://cosmology-tech.github.io/starship/', + repoUrl: 'https://hyperweb-io.github.io/starship/', chart: 'devnet', version: 'v0.2.3' }); @@ -207,7 +207,7 @@ client.teardown(); ## StarshipJS Usage -[`StarshipJS`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/starshipjs) is a utility library that provides helpers to leverage [Starship](https://github.com/cosmology-tech/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit). +[`StarshipJS`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/starshipjs) is a utility library that provides helpers to leverage [Starship](https://github.com/hyperweb-io/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit). ### StarshipJS Configuration @@ -291,13 +291,13 @@ yarn build Checkout these related projects: -* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. -* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. -* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. -* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. -* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. +* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. +* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. +* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. +* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. ## Credits diff --git a/clients/js/lerna.json b/clients/js/lerna.json index 7c6b38886..839ce534a 100644 --- a/clients/js/lerna.json +++ b/clients/js/lerna.json @@ -12,7 +12,7 @@ "registry": "https://registry.npmjs.org", "command": { "create": { - "homepage": "https://github.com/cosmology-tech/starship", + "homepage": "https://github.com/hyperweb-io/starship", "license": "SEE LICENSE IN LICENSE", "access": "restricted" }, diff --git a/clients/js/package.json b/clients/js/package.json index 6d0635b79..7e0ff0383 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -5,7 +5,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/cosmology-tech/starship" + "url": "https://github.com/hyperweb-io/starship" }, "license": "SEE LICENSE IN LICENSE", "publishConfig": { diff --git a/clients/js/packages/cli/CHANGELOG.md b/clients/js/packages/cli/CHANGELOG.md index 41361bbdc..12f4267df 100644 --- a/clients/js/packages/cli/CHANGELOG.md +++ b/clients/js/packages/cli/CHANGELOG.md @@ -3,119 +3,119 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.13.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.12.0...@starship-ci/cli@2.13.0) (2024-11-08) +# [2.13.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.12.0...@starship-ci/cli@2.13.0) (2024-11-08) **Note:** Version bump only for package @starship-ci/cli -# [2.12.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.11.0...@starship-ci/cli@2.12.0) (2024-11-02) +# [2.12.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.11.0...@starship-ci/cli@2.12.0) (2024-11-02) **Note:** Version bump only for package @starship-ci/cli -# [2.11.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.2...@starship-ci/cli@2.11.0) (2024-10-18) +# [2.11.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.10.2...@starship-ci/cli@2.11.0) (2024-10-18) **Note:** Version bump only for package @starship-ci/cli -## [2.10.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.1...@starship-ci/cli@2.10.2) (2024-10-03) +## [2.10.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.10.1...@starship-ci/cli@2.10.2) (2024-10-03) **Note:** Version bump only for package @starship-ci/cli -## [2.10.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.10.0...@starship-ci/cli@2.10.1) (2024-09-17) +## [2.10.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.10.0...@starship-ci/cli@2.10.1) (2024-09-17) **Note:** Version bump only for package @starship-ci/cli -# [2.10.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.9.0...@starship-ci/cli@2.10.0) (2024-07-22) +# [2.10.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.9.0...@starship-ci/cli@2.10.0) (2024-07-22) **Note:** Version bump only for package @starship-ci/cli -# [2.9.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.8.1...@starship-ci/cli@2.9.0) (2024-06-24) +# [2.9.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.8.1...@starship-ci/cli@2.9.0) (2024-06-24) **Note:** Version bump only for package @starship-ci/cli -## [2.8.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.8.0...@starship-ci/cli@2.8.1) (2024-06-21) +## [2.8.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.8.0...@starship-ci/cli@2.8.1) (2024-06-21) **Note:** Version bump only for package @starship-ci/cli -# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.7.2...@starship-ci/cli@2.8.0) (2024-06-21) +# [2.8.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.7.2...@starship-ci/cli@2.8.0) (2024-06-21) **Note:** Version bump only for package @starship-ci/cli -## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.7.1...@starship-ci/cli@2.7.2) (2024-06-21) +## [2.7.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.7.1...@starship-ci/cli@2.7.2) (2024-06-21) **Note:** Version bump only for package @starship-ci/cli -## [2.7.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.7.0...@starship-ci/cli@2.7.1) (2024-06-21) +## [2.7.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.7.0...@starship-ci/cli@2.7.1) (2024-06-21) **Note:** Version bump only for package @starship-ci/cli -# [2.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.6.1...@starship-ci/cli@2.7.0) (2024-06-19) +# [2.7.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.6.1...@starship-ci/cli@2.7.0) (2024-06-19) **Note:** Version bump only for package @starship-ci/cli -## [2.6.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.6.0...@starship-ci/cli@2.6.1) (2024-06-14) +## [2.6.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.6.0...@starship-ci/cli@2.6.1) (2024-06-14) **Note:** Version bump only for package @starship-ci/cli -# [2.6.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.6...@starship-ci/cli@2.6.0) (2024-06-13) +# [2.6.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.6...@starship-ci/cli@2.6.0) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -## [2.5.6](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.5...@starship-ci/cli@2.5.6) (2024-06-13) +## [2.5.6](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.5...@starship-ci/cli@2.5.6) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -## [2.5.5](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.4...@starship-ci/cli@2.5.5) (2024-06-13) +## [2.5.5](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.4...@starship-ci/cli@2.5.5) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -## [2.5.4](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.3...@starship-ci/cli@2.5.4) (2024-06-13) +## [2.5.4](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.3...@starship-ci/cli@2.5.4) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -## [2.5.3](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.2...@starship-ci/cli@2.5.3) (2024-06-13) +## [2.5.3](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.2...@starship-ci/cli@2.5.3) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -## [2.5.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.1...@starship-ci/cli@2.5.2) (2024-06-13) +## [2.5.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.1...@starship-ci/cli@2.5.2) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -## [2.5.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.5.0...@starship-ci/cli@2.5.1) (2024-06-13) +## [2.5.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.5.0...@starship-ci/cli@2.5.1) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -# [2.5.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.4.0...@starship-ci/cli@2.5.0) (2024-06-13) +# [2.5.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.4.0...@starship-ci/cli@2.5.0) (2024-06-13) **Note:** Version bump only for package @starship-ci/cli -# [2.4.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.3.0...@starship-ci/cli@2.4.0) (2024-06-12) +# [2.4.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.3.0...@starship-ci/cli@2.4.0) (2024-06-12) **Note:** Version bump only for package @starship-ci/cli -# [2.3.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.2.0...@starship-ci/cli@2.3.0) (2024-06-12) +# [2.3.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.2.0...@starship-ci/cli@2.3.0) (2024-06-12) **Note:** Version bump only for package @starship-ci/cli -# [2.2.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.1.0...@starship-ci/cli@2.2.0) (2024-06-10) +# [2.2.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.1.0...@starship-ci/cli@2.2.0) (2024-06-10) **Note:** Version bump only for package @starship-ci/cli -# [2.1.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.2...@starship-ci/cli@2.1.0) (2024-06-07) +# [2.1.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.0.2...@starship-ci/cli@2.1.0) (2024-06-07) **Note:** Version bump only for package @starship-ci/cli -## [2.0.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.2) (2024-06-07) +## [2.0.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.2) (2024-06-07) **Note:** Version bump only for package @starship-ci/cli -## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.1) (2024-06-07) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.1) (2024-06-07) **Note:** Version bump only for package @starship-ci/cli -## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23) **Note:** Version bump only for package @starship-ci/cli -## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23) **Note:** Version bump only for package @starship-ci/cli @@ -123,11 +123,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @starship-ci/cli -# [1.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.7.0...@starship-ci/cli@1.8.0) (2024-05-03) +# [1.8.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.7.0...@starship-ci/cli@1.8.0) (2024-05-03) **Note:** Version bump only for package @starship-ci/cli -# [1.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.6.0...@starship-ci/cli@1.7.0) (2024-05-03) +# [1.7.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/cli@1.6.0...@starship-ci/cli@1.7.0) (2024-05-03) **Note:** Version bump only for package @starship-ci/cli @@ -135,63 +135,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @starship-ci/cli -# [1.5.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.5...@starship-ci/cli@1.5.0) (2024-05-01) +# [1.5.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.5...@starship-ci/cli@1.5.0) (2024-05-01) **Note:** Version bump only for package @starship-ci/cli -## [1.4.5](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.4...@starship-ci/cli@1.4.5) (2024-04-23) +## [1.4.5](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.4...@starship-ci/cli@1.4.5) (2024-04-23) **Note:** Version bump only for package @starship-ci/cli -## [1.4.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.3...@starship-ci/cli@1.4.4) (2024-04-21) +## [1.4.4](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.3...@starship-ci/cli@1.4.4) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -## [1.4.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.2...@starship-ci/cli@1.4.3) (2024-04-21) +## [1.4.3](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.2...@starship-ci/cli@1.4.3) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -## [1.4.2](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.1...@starship-ci/cli@1.4.2) (2024-04-21) +## [1.4.2](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.1...@starship-ci/cli@1.4.2) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -## [1.4.1](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.0...@starship-ci/cli@1.4.1) (2024-04-21) +## [1.4.1](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.4.0...@starship-ci/cli@1.4.1) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [1.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.3.0...@starship-ci/cli@1.4.0) (2024-04-21) +# [1.4.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.3.0...@starship-ci/cli@1.4.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [1.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.2.0...@starship-ci/cli@1.3.0) (2024-04-21) +# [1.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.2.0...@starship-ci/cli@1.3.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [1.2.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.1.0...@starship-ci/cli@1.2.0) (2024-04-21) +# [1.2.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.1.0...@starship-ci/cli@1.2.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [1.1.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.0.0...@starship-ci/cli@1.1.0) (2024-04-21) +# [1.1.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@1.0.0...@starship-ci/cli@1.1.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.6.0...@starship-ci/cli@1.0.0) (2024-04-21) +# [1.0.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.6.0...@starship-ci/cli@1.0.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [0.6.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.5.0...@starship-ci/cli@0.6.0) (2024-04-21) +# [0.6.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.5.0...@starship-ci/cli@0.6.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [0.5.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.4.0...@starship-ci/cli@0.5.0) (2024-04-21) +# [0.5.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.4.0...@starship-ci/cli@0.5.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [0.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.3.0...@starship-ci/cli@0.4.0) (2024-04-21) +# [0.4.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.3.0...@starship-ci/cli@0.4.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli -# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@0.2.0...@starship-ci/cli@0.3.0) (2024-04-21) +# [0.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/cli@0.2.0...@starship-ci/cli@0.3.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli diff --git a/clients/js/packages/cli/README.md b/clients/js/packages/cli/README.md index 9fed192dd..f9cb37f62 100644 --- a/clients/js/packages/cli/README.md +++ b/clients/js/packages/cli/README.md @@ -6,9 +6,9 @@

- - - + + +

**`starship`** is the command-line interface designed to deploy and manage [Starship](https://cosmology.zone/products/starship), catering specifically to Node.js and TypeScript developers. This CLI tool offers a seamless and intuitive interface that dramatically simplifies the development, testing, and deployment of interchain applications across both local environments and CI/CD pipelines. @@ -203,13 +203,13 @@ yarn build Checkout these related projects: -* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. -* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. -* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. -* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. -* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. +* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. +* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. +* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. +* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. ## Credits diff --git a/clients/js/packages/cli/package.json b/clients/js/packages/cli/package.json index e6d9a86ec..41b9d28a4 100644 --- a/clients/js/packages/cli/package.json +++ b/clients/js/packages/cli/package.json @@ -6,7 +6,7 @@ "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", - "homepage": "https://github.com/cosmology-tech/starship", + "homepage": "https://github.com/hyperweb-io/starship", "license": "SEE LICENSE IN LICENSE", "publishConfig": { "access": "public", @@ -14,10 +14,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/cosmology-tech/starship" + "url": "https://github.com/hyperweb-io/starship" }, "bugs": { - "url": "https://github.com/cosmology-tech/starship/issues" + "url": "https://github.com/hyperweb-io/starship/issues" }, "bin": { "starship": "./index.js" diff --git a/clients/js/packages/client/CHANGELOG.md b/clients/js/packages/client/CHANGELOG.md index 4d376f454..1f4800d0d 100644 --- a/clients/js/packages/client/CHANGELOG.md +++ b/clients/js/packages/client/CHANGELOG.md @@ -3,109 +3,109 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.12.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.11.0...@starship-ci/client@2.12.0) (2024-11-08) +# [2.12.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.11.0...@starship-ci/client@2.12.0) (2024-11-08) **Note:** Version bump only for package @starship-ci/client -# [2.11.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.10.0...@starship-ci/client@2.11.0) (2024-11-02) +# [2.11.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.10.0...@starship-ci/client@2.11.0) (2024-11-02) ### Features -- **client:** expose `restartThreshold` via `StarshipContext` ([#577](https://github.com/cosmology-tech/starship/issues/577)) ([afaef4e](https://github.com/cosmology-tech/starship/commit/afaef4e8a1a9bfb1856831a0b036aaa003944e34)) +- **client:** expose `restartThreshold` via `StarshipContext` ([#577](https://github.com/hyperweb-io/starship/issues/577)) ([afaef4e](https://github.com/hyperweb-io/starship/commit/afaef4e8a1a9bfb1856831a0b036aaa003944e34)) -# [2.10.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.9.2...@starship-ci/client@2.10.0) (2024-10-18) +# [2.10.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.9.2...@starship-ci/client@2.10.0) (2024-10-18) **Note:** Version bump only for package @starship-ci/client -## [2.9.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.9.1...@starship-ci/client@2.9.2) (2024-10-03) +## [2.9.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.9.1...@starship-ci/client@2.9.2) (2024-10-03) **Note:** Version bump only for package @starship-ci/client -## [2.9.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.9.0...@starship-ci/client@2.9.1) (2024-09-17) +## [2.9.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.9.0...@starship-ci/client@2.9.1) (2024-09-17) **Note:** Version bump only for package @starship-ci/client -# [2.9.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.8.0...@starship-ci/client@2.9.0) (2024-07-22) +# [2.9.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.8.0...@starship-ci/client@2.9.0) (2024-07-22) **Note:** Version bump only for package @starship-ci/client -# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.2...@starship-ci/client@2.8.0) (2024-06-24) +# [2.8.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.7.2...@starship-ci/client@2.8.0) (2024-06-24) **Note:** Version bump only for package @starship-ci/client -## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.1...@starship-ci/client@2.7.2) (2024-06-21) +## [2.7.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.7.1...@starship-ci/client@2.7.2) (2024-06-21) **Note:** Version bump only for package @starship-ci/client -## [2.7.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.0...@starship-ci/client@2.7.1) (2024-06-21) +## [2.7.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.7.0...@starship-ci/client@2.7.1) (2024-06-21) **Note:** Version bump only for package @starship-ci/client -# [2.7.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.6.1...@starship-ci/client@2.7.0) (2024-06-19) +# [2.7.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.6.1...@starship-ci/client@2.7.0) (2024-06-19) **Note:** Version bump only for package @starship-ci/client -## [2.6.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.6.0...@starship-ci/client@2.6.1) (2024-06-14) +## [2.6.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.6.0...@starship-ci/client@2.6.1) (2024-06-14) **Note:** Version bump only for package @starship-ci/client -# [2.6.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.5...@starship-ci/client@2.6.0) (2024-06-13) +# [2.6.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.5...@starship-ci/client@2.6.0) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -## [2.5.5](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.4...@starship-ci/client@2.5.5) (2024-06-13) +## [2.5.5](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.4...@starship-ci/client@2.5.5) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -## [2.5.4](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.3...@starship-ci/client@2.5.4) (2024-06-13) +## [2.5.4](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.3...@starship-ci/client@2.5.4) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -## [2.5.3](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.2...@starship-ci/client@2.5.3) (2024-06-13) +## [2.5.3](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.2...@starship-ci/client@2.5.3) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -## [2.5.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.1...@starship-ci/client@2.5.2) (2024-06-13) +## [2.5.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.1...@starship-ci/client@2.5.2) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -## [2.5.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.5.0...@starship-ci/client@2.5.1) (2024-06-13) +## [2.5.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.5.0...@starship-ci/client@2.5.1) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -# [2.5.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.4.0...@starship-ci/client@2.5.0) (2024-06-13) +# [2.5.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.4.0...@starship-ci/client@2.5.0) (2024-06-13) **Note:** Version bump only for package @starship-ci/client -# [2.4.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.3.0...@starship-ci/client@2.4.0) (2024-06-12) +# [2.4.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.3.0...@starship-ci/client@2.4.0) (2024-06-12) **Note:** Version bump only for package @starship-ci/client -# [2.3.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.2.0...@starship-ci/client@2.3.0) (2024-06-12) +# [2.3.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.2.0...@starship-ci/client@2.3.0) (2024-06-12) **Note:** Version bump only for package @starship-ci/client -# [2.2.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.1.0...@starship-ci/client@2.2.0) (2024-06-10) +# [2.2.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.1.0...@starship-ci/client@2.2.0) (2024-06-10) **Note:** Version bump only for package @starship-ci/client -# [2.1.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.2...@starship-ci/client@2.1.0) (2024-06-07) +# [2.1.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.0.2...@starship-ci/client@2.1.0) (2024-06-07) **Note:** Version bump only for package @starship-ci/client -## [2.0.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.2) (2024-06-07) +## [2.0.2](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.2) (2024-06-07) **Note:** Version bump only for package @starship-ci/client -## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.1) (2024-06-07) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.1) (2024-06-07) **Note:** Version bump only for package @starship-ci/client -## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23) **Note:** Version bump only for package @starship-ci/client -## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23) **Note:** Version bump only for package @starship-ci/client @@ -113,7 +113,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @starship-ci/client -# [1.5.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.4.0...@starship-ci/client@1.5.0) (2024-05-03) +# [1.5.0](https://github.com/hyperweb-io/starship/compare/@starship-ci/client@1.4.0...@starship-ci/client@1.5.0) (2024-05-03) **Note:** Version bump only for package @starship-ci/client @@ -121,71 +121,71 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @starship-ci/client -# [1.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.4...@starship-ci/client@1.3.0) (2024-05-01) +# [1.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.4...@starship-ci/client@1.3.0) (2024-05-01) **Note:** Version bump only for package @starship-ci/client -## [1.2.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.3...@starship-ci/client@1.2.4) (2024-04-23) +## [1.2.4](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.3...@starship-ci/client@1.2.4) (2024-04-23) **Note:** Version bump only for package @starship-ci/client -## [1.2.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.2...@starship-ci/client@1.2.3) (2024-04-21) +## [1.2.3](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.2...@starship-ci/client@1.2.3) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -## [1.2.2](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.1...@starship-ci/client@1.2.2) (2024-04-21) +## [1.2.2](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.1...@starship-ci/client@1.2.2) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -## [1.2.1](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.0...@starship-ci/client@1.2.1) (2024-04-21) +## [1.2.1](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.2.0...@starship-ci/client@1.2.1) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -# [1.2.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.1.0...@starship-ci/client@1.2.0) (2024-04-21) +# [1.2.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.1.0...@starship-ci/client@1.2.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -# [1.1.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.0.0...@starship-ci/client@1.1.0) (2024-04-21) +# [1.1.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@1.0.0...@starship-ci/client@1.1.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.4.0...@starship-ci/client@1.0.0) (2024-04-21) +# [1.0.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.4.0...@starship-ci/client@1.0.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -# [0.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.3.0...@starship-ci/client@0.4.0) (2024-04-21) +# [0.4.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.3.0...@starship-ci/client@0.4.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.2.0...@starship-ci/client@0.3.0) (2024-04-21) +# [0.3.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.2.0...@starship-ci/client@0.3.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -# [0.2.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.1.2...@starship-ci/client@0.2.0) (2024-04-21) +# [0.2.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.1.2...@starship-ci/client@0.2.0) (2024-04-21) **Note:** Version bump only for package @starship-ci/client -## [0.1.2](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.1.1...@starship-ci/client@0.1.2) (2024-04-20) +## [0.1.2](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.1.1...@starship-ci/client@0.1.2) (2024-04-20) **Note:** Version bump only for package @starship-ci/client -## [0.1.1](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.1.0...@starship-ci/client@0.1.1) (2024-04-20) +## [0.1.1](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.1.0...@starship-ci/client@0.1.1) (2024-04-20) **Note:** Version bump only for package @starship-ci/client -# [0.1.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.5...@starship-ci/client@0.1.0) (2024-04-20) +# [0.1.0](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.5...@starship-ci/client@0.1.0) (2024-04-20) **Note:** Version bump only for package @starship-ci/client -## [0.0.5](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.4...@starship-ci/client@0.0.5) (2024-04-20) +## [0.0.5](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.4...@starship-ci/client@0.0.5) (2024-04-20) **Note:** Version bump only for package @starship-ci/client -## [0.0.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.3...@starship-ci/client@0.0.4) (2024-04-20) +## [0.0.4](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.3...@starship-ci/client@0.0.4) (2024-04-20) **Note:** Version bump only for package @starship-ci/client -## [0.0.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@0.0.2...@starship-ci/client@0.0.3) (2024-04-20) +## [0.0.3](https://github.com/hyperweb-io/starshipjs/compare/@starship-ci/client@0.0.2...@starship-ci/client@0.0.3) (2024-04-20) **Note:** Version bump only for package @starship-ci/client diff --git a/clients/js/packages/client/README.md b/clients/js/packages/client/README.md index babd43e67..e4414c6e3 100644 --- a/clients/js/packages/client/README.md +++ b/clients/js/packages/client/README.md @@ -6,9 +6,9 @@

- - - + + +

**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments. @@ -126,7 +126,7 @@ const client = new StarshipClient({ name: 'osmojs', config: 'path/to/config.yaml', repo: 'starship', - repoUrl: 'https://cosmology-tech.github.io/starship/', + repoUrl: 'https://hyperweb-io.github.io/starship/', chart: 'devnet', version: 'v0.2.3' }); @@ -192,13 +192,13 @@ yarn build Checkout these related projects: -* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. -* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. -* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. -* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. -* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. +* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. +* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. +* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. +* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. ## Credits diff --git a/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap b/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap index 0a3255e30..b997b0e24 100644 --- a/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap +++ b/clients/js/packages/client/__tests__/__snapshots__/client.config.test.ts.snap @@ -6,7 +6,7 @@ Log: config again: [object Object] Call: saveConfig() Call: savePodPorts("../../__output__/default-pod-ports.yaml") Call: setup() -helm repo add starship https://cosmology-tech.github.io/starship/ +helm repo add starship https://hyperweb-io.github.io/starship/ helm repo update helm search repo starship/devnet --version v0.2.3 Call: deploy() @@ -46,7 +46,7 @@ Log: All pods have been sucessfully terminated!" `; exports[`StarshipClient setup 2`] = ` -"helm repo add starship https://cosmology-tech.github.io/starship/ +"helm repo add starship https://hyperweb-io.github.io/starship/ helm repo update helm search repo starship/devnet --version v0.2.3 helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 --timeout 10m diff --git a/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap b/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap index 888308a16..2c5d050ab 100644 --- a/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap +++ b/clients/js/packages/client/__tests__/__snapshots__/client.ports.test.ts.snap @@ -6,7 +6,7 @@ Log: config again: [object Object] Call: setPodPorts({"chains":{"osmosis":{"exposer":98988,"faucet":1000000,"grpc":909090,"rest":6767676}}}) Call: savePodPorts("../../__output__/custom-pod-ports.yaml") Call: setup() -helm repo add starship https://cosmology-tech.github.io/starship/ +helm repo add starship https://hyperweb-io.github.io/starship/ helm repo update helm search repo starship/devnet --version v0.2.3 Call: deploy() @@ -44,7 +44,7 @@ Log: All pods have been sucessfully terminated!" `; exports[`StarshipClient setup 2`] = ` -"helm repo add starship https://cosmology-tech.github.io/starship/ +"helm repo add starship https://hyperweb-io.github.io/starship/ helm repo update helm search repo starship/devnet --version v0.2.3 helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 --timeout 10m diff --git a/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap b/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap index c5ee0b792..ac20424b8 100644 --- a/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap +++ b/clients/js/packages/client/__tests__/__snapshots__/client.test.ts.snap @@ -4,7 +4,7 @@ exports[`StarshipClient setup 1`] = ` "Call: setConfig({"name":"starship","version":"v0.2.3","chains":[{"id":"osmosis-1","name":"osmosis","image":"pyramation/osmosis:v16.1.0","numValidators":1,"ports":{"rest":1317,"rpc":26657,"faucet":8007}},{"id":"cosmos-2","name":"cosmos","numValidators":1,"ports":{"rest":1313,"rpc":26653,"faucet":8003}}],"relayers":[{"name":"osmos-cosmos","type":"hermes","replicas":1,"chains":["osmosis-1","cosmos-2"]}],"registry":{"enabled":true,"ports":{"rest":8081,"grpc":9091}}}) Log: config again: [object Object] Call: setup() -helm repo add starship https://cosmology-tech.github.io/starship/ +helm repo add starship https://hyperweb-io.github.io/starship/ helm repo update helm search repo starship/devnet --version v0.2.3 Call: deploy() @@ -44,7 +44,7 @@ Log: All pods have been sucessfully terminated!" `; exports[`StarshipClient setup 2`] = ` -"helm repo add starship https://cosmology-tech.github.io/starship/ +"helm repo add starship https://hyperweb-io.github.io/starship/ helm repo update helm search repo starship/devnet --version v0.2.3 helm install -f ../../__fixtures__/config.yaml osmojs starship/devnet --version v0.2.3 --timeout 10m diff --git a/clients/js/packages/client/package.json b/clients/js/packages/client/package.json index 793cac9f6..496a86cf0 100644 --- a/clients/js/packages/client/package.json +++ b/clients/js/packages/client/package.json @@ -6,7 +6,7 @@ "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", - "homepage": "https://github.com/cosmology-tech/starship", + "homepage": "https://github.com/hyperweb-io/starship", "license": "SEE LICENSE IN LICENSE", "publishConfig": { "access": "public", @@ -14,10 +14,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/cosmology-tech/starship" + "url": "https://github.com/hyperweb-io/starship" }, "bugs": { - "url": "https://github.com/cosmology-tech/starship/issues" + "url": "https://github.com/hyperweb-io/starship/issues" }, "scripts": { "copy": "copyfiles -f ../../LICENSE README.md package.json dist", diff --git a/clients/js/packages/client/src/client.ts b/clients/js/packages/client/src/client.ts index 1a9a89b21..121d34b09 100644 --- a/clients/js/packages/client/src/client.ts +++ b/clients/js/packages/client/src/client.ts @@ -29,7 +29,7 @@ export interface StarshipContext { export const defaultStarshipContext: Partial = { name: '', repo: 'starship', - repoUrl: 'https://cosmology-tech.github.io/starship/', + repoUrl: 'https://hyperweb-io.github.io/starship/', chart: 'starship/devnet', namespace: '', version: '', diff --git a/clients/js/packages/starshipjs/CHANGELOG.md b/clients/js/packages/starshipjs/CHANGELOG.md index c255d2866..49179e531 100644 --- a/clients/js/packages/starshipjs/CHANGELOG.md +++ b/clients/js/packages/starshipjs/CHANGELOG.md @@ -3,39 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [2.4.1](https://github.com/cosmology-tech/starship/compare/starshipjs@2.4.0...starshipjs@2.4.1) (2024-09-17) +## [2.4.1](https://github.com/hyperweb-io/starship/compare/starshipjs@2.4.0...starshipjs@2.4.1) (2024-09-17) **Note:** Version bump only for package starshipjs -# [2.4.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.3.0...starshipjs@2.4.0) (2024-06-24) +# [2.4.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.3.0...starshipjs@2.4.0) (2024-06-24) **Note:** Version bump only for package starshipjs -# [2.3.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.2.0...starshipjs@2.3.0) (2024-06-13) +# [2.3.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.2.0...starshipjs@2.3.0) (2024-06-13) **Note:** Version bump only for package starshipjs -# [2.2.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.1.0...starshipjs@2.2.0) (2024-06-10) +# [2.2.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.1.0...starshipjs@2.2.0) (2024-06-10) **Note:** Version bump only for package starshipjs -# [2.1.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.2...starshipjs@2.1.0) (2024-06-07) +# [2.1.0](https://github.com/hyperweb-io/starship/compare/starshipjs@2.0.2...starshipjs@2.1.0) (2024-06-07) **Note:** Version bump only for package starshipjs -## [2.0.2](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.1...starshipjs@2.0.2) (2024-06-07) +## [2.0.2](https://github.com/hyperweb-io/starship/compare/starshipjs@2.0.1...starshipjs@2.0.2) (2024-06-07) **Note:** Version bump only for package starshipjs -## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.1...starshipjs@2.0.1) (2024-06-07) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/starshipjs@2.0.1...starshipjs@2.0.1) (2024-06-07) **Note:** Version bump only for package starshipjs -## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23) **Note:** Version bump only for package starshipjs -## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23) +## [2.0.1](https://github.com/hyperweb-io/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23) **Note:** Version bump only for package starshipjs @@ -47,55 +47,55 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package starshipjs -## [1.1.4](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.3...starshipjs@1.1.4) (2024-04-23) +## [1.1.4](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.3...starshipjs@1.1.4) (2024-04-23) **Note:** Version bump only for package starshipjs -## [1.1.3](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.2...starshipjs@1.1.3) (2024-04-21) +## [1.1.3](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.2...starshipjs@1.1.3) (2024-04-21) **Note:** Version bump only for package starshipjs -## [1.1.2](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.1...starshipjs@1.1.2) (2024-04-21) +## [1.1.2](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.1...starshipjs@1.1.2) (2024-04-21) **Note:** Version bump only for package starshipjs -## [1.1.1](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.0...starshipjs@1.1.1) (2024-04-21) +## [1.1.1](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.1.0...starshipjs@1.1.1) (2024-04-21) **Note:** Version bump only for package starshipjs -# [1.1.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.0.0...starshipjs@1.1.0) (2024-04-21) +# [1.1.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@1.0.0...starshipjs@1.1.0) (2024-04-21) **Note:** Version bump only for package starshipjs -# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.3.0...starshipjs@1.0.0) (2024-04-21) +# [1.0.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.3.0...starshipjs@1.0.0) (2024-04-21) **Note:** Version bump only for package starshipjs -# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.2.0...starshipjs@0.3.0) (2024-04-21) +# [0.3.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.2.0...starshipjs@0.3.0) (2024-04-21) **Note:** Version bump only for package starshipjs -# [0.2.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.1.2...starshipjs@0.2.0) (2024-04-21) +# [0.2.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.1.2...starshipjs@0.2.0) (2024-04-21) **Note:** Version bump only for package starshipjs -## [0.1.2](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.1.1...starshipjs@0.1.2) (2024-04-20) +## [0.1.2](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.1.1...starshipjs@0.1.2) (2024-04-20) **Note:** Version bump only for package starshipjs -## [0.1.1](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.1.0...starshipjs@0.1.1) (2024-04-20) +## [0.1.1](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.1.0...starshipjs@0.1.1) (2024-04-20) **Note:** Version bump only for package starshipjs -# [0.1.0](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.0.5...starshipjs@0.1.0) (2024-04-20) +# [0.1.0](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.0.5...starshipjs@0.1.0) (2024-04-20) **Note:** Version bump only for package starshipjs -## [0.0.5](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.0.4...starshipjs@0.0.5) (2024-04-20) +## [0.0.5](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.0.4...starshipjs@0.0.5) (2024-04-20) **Note:** Version bump only for package starshipjs -## [0.0.4](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@0.0.3...starshipjs@0.0.4) (2024-04-20) +## [0.0.4](https://github.com/hyperweb-io/starshipjs/compare/starshipjs@0.0.3...starshipjs@0.0.4) (2024-04-20) **Note:** Version bump only for package starshipjs diff --git a/clients/js/packages/starshipjs/README.md b/clients/js/packages/starshipjs/README.md index 1659905f9..6cc603434 100644 --- a/clients/js/packages/starshipjs/README.md +++ b/clients/js/packages/starshipjs/README.md @@ -6,9 +6,9 @@

- - - + + +

**StarshipJS** is the JS companion to deploy and manage [Starship](https://cosmology.zone/products/starship), tailored specifically for Node.js and TypeScript developers. This toolkit provides a seamless, easy-to-use interface that dramatically simplifies the development, testing, and deployment of interchain applications, whether on your local machine or CI/CD environments. @@ -43,7 +43,7 @@ npm install starshipjs ## Using with CI/CD -NOTE: Before you code! You'll want to use the CLI tool ([`@starship-ci/cli`](https://github.com/cosmology-tech/starship/tree/main/clients/js/packages/cli)) in a package.json to get starship working. +NOTE: Before you code! You'll want to use the CLI tool ([`@starship-ci/cli`](https://github.com/hyperweb-io/starship/tree/main/clients/js/packages/cli)) in a package.json to get starship working. ### Install the packages @@ -94,7 +94,7 @@ yarn starship stop ## Using the Client -StarshipJS is a utility library that provides helpers to leverage [Starship](https://github.com/cosmology-tech/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit). +StarshipJS is a utility library that provides helpers to leverage [Starship](https://github.com/hyperweb-io/starship)'s internal chain registry, emulating the style of code used in projects like [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit). ### Configuration @@ -178,13 +178,13 @@ yarn build Checkout these related projects: -* [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. +* [@cosmology/telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. -* [chain-registry](https://github.com/cosmology-tech/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. -* [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. -* [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command. -* [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. -* [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain. +* [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. +* [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. +* [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command. +* [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. +* [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain. ## Credits diff --git a/clients/js/packages/starshipjs/package.json b/clients/js/packages/starshipjs/package.json index a2122e73a..09332d96a 100644 --- a/clients/js/packages/starshipjs/package.json +++ b/clients/js/packages/starshipjs/package.json @@ -6,7 +6,7 @@ "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", - "homepage": "https://github.com/cosmology-tech/starship", + "homepage": "https://github.com/hyperweb-io/starship", "license": "SEE LICENSE IN LICENSE", "publishConfig": { "access": "public", @@ -14,10 +14,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/cosmology-tech/starship" + "url": "https://github.com/hyperweb-io/starship" }, "bugs": { - "url": "https://github.com/cosmology-tech/starship/issues" + "url": "https://github.com/hyperweb-io/starship/issues" }, "scripts": { "copy": "copyfiles -f ../../LICENSE README.md package.json dist", diff --git a/docs/pages/config/chains.mdx b/docs/pages/config/chains.mdx index 526c0e7f7..490ad4438 100644 --- a/docs/pages/config/chains.mdx +++ b/docs/pages/config/chains.mdx @@ -15,7 +15,7 @@ chains: ``` ## `name` -Type of chain is a short hand to use the default key values for a chain found [here](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/values.yaml#L54...#L244) +Type of chain is a short hand to use the default key values for a chain found [here](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/values.yaml#L54...#L244) ```yaml chains: - id: osmosis-1 @@ -32,7 +32,7 @@ Here is how one can set the docker image of the default values chains: - id: osmosis-1 name: osmosis - image: ghcr.io/cosmology-tech/starship/osmosis:v25.0.0 + image: ghcr.io/hyperweb-io/starship/osmosis:v25.0.0 coins: 100000000000000uosmo ... ``` @@ -44,7 +44,7 @@ trying setup a chain not supported in the `defaultChains`. chains: - id: osmosis-1 name: custom - image: ghcr.io/cosmology-tech/starship/osmosis:v25.0.0 + image: ghcr.io/hyperweb-io/starship/osmosis:v25.0.0 home: /root/.osmosisd binary: osmosisd prefix: osmo @@ -72,8 +72,8 @@ chains: > * Packages `curl,make,bash,jq,sed` > * Chain binaries installed in $PATH -We create docker images with this [Dockerfile](https://github.com/cosmology-tech/starship/blob/main/starship/docker/chains/Dockerfile), using Heighliner base -images. All supported docker images can be found [here](https://github.com/orgs/cosmology-tech/packages?repo_name=starship) +We create docker images with this [Dockerfile](https://github.com/hyperweb-io/starship/blob/main/starship/docker/chains/Dockerfile), using Heighliner base +images. All supported docker images can be found [here](https://github.com/orgs/hyperweb-io/packages?repo_name=starship) ## `numValidators` Number of validators to run for the chain. It must be greater than 1, can go up to as many resources available. @@ -88,7 +88,7 @@ chains: > Note: The first node spun up is a `genesis` node, which spins up before all other validators. Once the genesis node starts > then all other validator nodes are spun up simultaneously -If number of validators is more than the mnemonics available in the [`keys.json`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/configs/keys.json#L9) file +If number of validators is more than the mnemonics available in the [`keys.json`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/configs/keys.json#L9) file which is 5, then other validators are created with random mnemonic on initialization. ## `ports` @@ -107,7 +107,7 @@ chains: ``` Available endpoints for extra services: -* `exposer`: https://github.com/cosmology-tech/starship/blob/main/starship/proto/exposer/service.proto#L15 +* `exposer`: https://github.com/hyperweb-io/starship/blob/main/starship/proto/exposer/service.proto#L15 * `faucet`: https://github.com/cosmos/cosmjs/blob/main/packages/faucet/README.md#using-the-faucet > Note: Make sure the ports are not overlapping in the config file @@ -146,9 +146,9 @@ For more details on the resource directive have a look at [kubernetes resources] ## `faucet` (optional) Every genesis node runs a faucet. We support 2 types of faucet: * [cosmjs faucet](https://github.com/cosmos/cosmjs/tree/main/packages/faucet), by default -* [starship faucet](https://github.com/cosmology-tech/starship/tree/main/starship/faucet) +* [starship faucet](https://github.com/hyperweb-io/starship/tree/main/starship/faucet) -Setting for cosmjs-faucet [here](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/values.yaml#L32...#L38) but can be +Setting for cosmjs-faucet [here](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/values.yaml#L32...#L38) but can be overridden with this directive, specially for compatible cosmjs version with the chain version. ```yaml @@ -159,7 +159,7 @@ chains: faucet: enabled: true # optional, default is true, need to specify if want to disable faucet, set to false type: cosmjs # default is cosmjs, allowed [cosmjs, starship] - image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.30.1 # optional, default image set if not specified + image: ghcr.io/hyperweb-io/starship/cosmjs-faucet:v0.30.1 # optional, default image set if not specified concurrency: 2 # optional, default is 5 resources: cpu: "0.3" @@ -177,7 +177,7 @@ then you can reduce the `concurrency` to a lower number. ## `build` (optional) With the `build` directive in the chain, one can basically build chain binaries on the fly before starting the chain. -When the directive is `enabled`, then the docker image is set to a [`runner` docker image](https://github.com/cosmology-tech/starship/blob/main/starship/docker/starship/runner/Dockerfile) +When the directive is `enabled`, then the docker image is set to a [`runner` docker image](https://github.com/hyperweb-io/starship/blob/main/starship/docker/starship/runner/Dockerfile) which is a basic alpine image with starship dependencies. ```yaml chains: @@ -231,17 +231,17 @@ chains: ## `scripts` (optional) Scripts directive will replace the default scripts with the given scripts. In order to use this directive, -one must use [`scripts/install.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/scripts/install.sh) script for running the helm chart. +one must use [`scripts/install.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/scripts/install.sh) script for running the helm chart. > Since the local scripts are converted into configmaps that are then created in the kubernetes cluster, there is a limit of 1MBi Types of scripts that are allowed inside the `scripts` dir are: -* `createGenesis`: Script used in the genesis node that will create the `genesis.json` file. Default: [`create-genesis.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/create-genesis.sh) -* `updateGenesis`: Script used to make custom changes to the genesis file. Default: [`update-genesis.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/update-genesis.sh) -* `updateConfig`: Script used to make custom changes to the config files. Default: [`update-config.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/update-config.sh) -* `createValidator`: Script to run the `create-validator` txn on the validator nodes after spinup. Note this script is run as part of the `PostStartHook` of the validator pods. Default: [`create-validator.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/create-validator.sh) -* `transferTokens`: Script run as part of the Starship glue code. This script is related to the faucet that we run. Default: [`transfer-tokens.sh`](https://github.com/cosmology-tech/starship/blob/main/charts/starship/devnet/scripts/default/transfer-tokens.sh) -* `buildChain`: Script that builds chain binaries, based on the `build` directive. Default: [`build-chain.sh`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/scripts/default/build-chain.sh) +* `createGenesis`: Script used in the genesis node that will create the `genesis.json` file. Default: [`create-genesis.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/create-genesis.sh) +* `updateGenesis`: Script used to make custom changes to the genesis file. Default: [`update-genesis.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/update-genesis.sh) +* `updateConfig`: Script used to make custom changes to the config files. Default: [`update-config.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/update-config.sh) +* `createValidator`: Script to run the `create-validator` txn on the validator nodes after spinup. Note this script is run as part of the `PostStartHook` of the validator pods. Default: [`create-validator.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/create-validator.sh) +* `transferTokens`: Script run as part of the Starship glue code. This script is related to the faucet that we run. Default: [`transfer-tokens.sh`](https://github.com/hyperweb-io/starship/blob/main/charts/starship/devnet/scripts/default/transfer-tokens.sh) +* `buildChain`: Script that builds chain binaries, based on the `build` directive. Default: [`build-chain.sh`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/scripts/default/build-chain.sh) One can choose the sub-scripts that need to be overwritten, default scripts will be used instead. diff --git a/docs/pages/config/features.mdx b/docs/pages/config/features.mdx index 4e58e24b5..8293fc440 100644 --- a/docs/pages/config/features.mdx +++ b/docs/pages/config/features.mdx @@ -22,8 +22,8 @@ registry: resources: cpu: 0.5 memory: 200M - # Optional: image directive, default image:ghcr.io/cosmology-tech/starship/registry:20230614-7173db2 - image: ghcr.io/cosmology-tech/starship/registry:20230614-7173db2 + # Optional: image directive, default image:ghcr.io/hyperweb-io/starship/registry:20230614-7173db2 + image: ghcr.io/hyperweb-io/starship/registry:20230614-7173db2 ``` > Note: `registry.localhost` is set to true by default, meaning if the ports are specified in chains[].ports, then we set the various api endpoints of the chain registry to `localhost:`. Make sure `rest`, `grpc`, `rpc` are set as [chain ports](https://starship.cosmology.tech/config/chains#ports). If set to false, then it is set to kubernetes internal DNS endpoints. @@ -42,7 +42,7 @@ Here is a list of available endpoints and how to use them: | `/ibc` | List all ibc info for all chains | `/ibc/{chain_1}/{chain_2}` | IBC information between the 2 chains specified -Proto definition for the service is [here](https://github.com/cosmology-tech/starship/blob/main/starship/proto/registry/service.proto) +Proto definition for the service is [here](https://github.com/hyperweb-io/starship/blob/main/starship/proto/registry/service.proto) ## Explorer In order to provide a full fledged emulation environment, we have @@ -62,11 +62,11 @@ explorer: resources: cpu: 2 memory: 4Gi - # Optional: image directive, default image: ghcr.io/cosmology-tech/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db - image: ghcr.io/cosmology-tech/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db + # Optional: image directive, default image: ghcr.io/hyperweb-io/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db + image: ghcr.io/hyperweb-io/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db ``` -Available versions for the explorer can be found [here](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fexposer/versions?filters%5Bversion_type%5D=tagged) +Available versions for the explorer can be found [here](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fexposer/versions?filters%5Bversion_type%5D=tagged) ### Usage diff --git a/docs/pages/config/index.mdx b/docs/pages/config/index.mdx index f1494847c..4ecd53f11 100644 --- a/docs/pages/config/index.mdx +++ b/docs/pages/config/index.mdx @@ -1,7 +1,7 @@ # Configuration In Starship one can define the infra required with a simple config file. -The config file one specifies is merged with the default [`values.yaml`](https://github.com/cosmology-tech/starship/blob/main/starship/charts/devnet/values.yaml) +The config file one specifies is merged with the default [`values.yaml`](https://github.com/hyperweb-io/starship/blob/main/starship/charts/devnet/values.yaml) file before the infra is spun up. All supported directives are present in the default `values.yaml`. We will go over most used ones here. Here is a basic example that will spin up: diff --git a/docs/pages/config/relayers.mdx b/docs/pages/config/relayers.mdx index 34cef3d34..ec6e43a85 100644 --- a/docs/pages/config/relayers.mdx +++ b/docs/pages/config/relayers.mdx @@ -34,20 +34,20 @@ If one wants to use a specific version of the relayer we support, then it can be mentioned via this image directive. Supported version of relayers can be found: -* [`hermes` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fhermes/versions?filters%5Bversion_type%5D=tagged) -* [`ts-relayer` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fts-relayer/versions?filters%5Bversion_type%5D=tagged) -* [`go-relayer` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fgo-relayer/versions?filters%5Bversion_type%5D=tagged) -* [`neutron-query-relayer` versions](https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fneutron-query-relayer/versions?filters%5Bversion_type%5D=tagged) +* [`hermes` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fhermes/versions?filters%5Bversion_type%5D=tagged) +* [`ts-relayer` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fts-relayer/versions?filters%5Bversion_type%5D=tagged) +* [`go-relayer` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fgo-relayer/versions?filters%5Bversion_type%5D=tagged) +* [`neutron-query-relayer` versions](https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fneutron-query-relayer/versions?filters%5Bversion_type%5D=tagged) ```yaml relayers: - name: hermes-osmo-juno type: hermes - image: ghcr.io/cosmology-tech/starship/hermes:1.10.0 + image: ghcr.io/hyperweb-io/starship/hermes:1.10.0 ... - name: ts-relayer-cosmos-juno type: ts-relayer - image: ghcr.io/cosmology-tech/starship/ts-relayer:0.9.0 + image: ghcr.io/hyperweb-io/starship/ts-relayer:0.9.0 ... ``` @@ -118,7 +118,7 @@ relayers: mode: "pull" # default is "push" ``` -All allowed config params can be found in the [default values](https://github.com/cosmology-tech/starship/pull/185/files#diff-b6d755bc9ec9f0229fa0fc7beff17964f31889df81dbd5a16764ed8cdecbfa96R286-R310) +All allowed config params can be found in the [default values](https://github.com/hyperweb-io/starship/pull/185/files#diff-b6d755bc9ec9f0229fa0fc7beff17964f31889df81dbd5a16764ed8cdecbfa96R286-R310) (Basically everything in [config.toml](https://github.com/informalsystems/hermes/blob/master/config.toml#L8...L111) file for the hermes relayer) ## `ports` (optional, hermes only) @@ -139,7 +139,7 @@ relayers: Available endpoints on * `rest` endpoints: https://hermes.informal.systems/documentation/rest-api.html?highlight=rest#rest-api * `exposer` endpoint - * `/create_channel` endpoint: Supports post request. Proto defination: https://github.com/cosmology-tech/starship/blob/main/starship/proto/exposer/service.proto#L47 + * `/create_channel` endpoint: Supports post request. Proto defination: https://github.com/hyperweb-io/starship/blob/main/starship/proto/exposer/service.proto#L47 One can use the exposer endpoint on the relayer to create channel from outside. Note: Still an experimental feature on exposer diff --git a/docs/pages/get-started/step-3.mdx b/docs/pages/get-started/step-3.mdx index d67e296ad..65f4a46d1 100644 --- a/docs/pages/get-started/step-3.mdx +++ b/docs/pages/get-started/step-3.mdx @@ -55,7 +55,7 @@ registry: ``` Above configuration would use around 4 CPUs and 4GB of RAM. -If you are constrained on resources, checkout the next step for [`tiny-starship.yaml`](https://github.com/cosmology-tech/starship/blob/main/examples/getting-started/configs/tiny-starship.yaml) +If you are constrained on resources, checkout the next step for [`tiny-starship.yaml`](https://github.com/hyperweb-io/starship/blob/main/examples/getting-started/configs/tiny-starship.yaml) Documentation has more details on the configuration options and how to reduce the resource usage. For the tutorial we will keep it simple. diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 350f9957a..cc57543f1 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -18,15 +18,15 @@ import React from "react"; paddingTop: '12px' }}>
- +
- +
- +
@@ -48,7 +48,7 @@ Starship is a unified development environment that allows Cosmos developers to s and write end-to-end test cases -Go to the [Official Project](https://github.com/cosmology-tech/starship) (👷‍♀️in progress...). +Go to the [Official Project](https://github.com/hyperweb-io/starship) (👷‍♀️in progress...). ## Quick Start Guide ### Prerequisites @@ -150,15 +150,15 @@ Persistence Core chain using Starship to test chain upgrades. (Run in CI/CD) ## Examples -### [CosmJS based e2e testing](https://github.com/cosmology-tech/starship/tree/main/examples/osmojs) +### [CosmJS based e2e testing](https://github.com/hyperweb-io/starship/tree/main/examples/osmojs) Setup chain multiple chains, write e2e tests for governance, staking and osmosis specific txns. Run tests with JS using CosmJS. Run tests with Golang -### [Chain Upgrade E2E test](https://github.com/cosmology-tech/starship/tree/main/examples/upgrade-test) +### [Chain Upgrade E2E test](https://github.com/hyperweb-io/starship/tree/main/examples/upgrade-test) Setup chain with cosmovisor setup with different chain version binaries. Run tests with Golang -### [Multi chain setup](https://github.com/cosmology-tech/starship/blob/main/examples/multi-chain/config.yaml) +### [Multi chain setup](https://github.com/hyperweb-io/starship/blob/main/examples/multi-chain/config.yaml) Multi chain setup with 3 chains, 2 relayers between the chain, explorer and registry diff --git a/docs/theme.config.js b/docs/theme.config.js index dbc7c415f..870b43338 100644 --- a/docs/theme.config.js +++ b/docs/theme.config.js @@ -49,10 +49,10 @@ export default { link: "https://discord.gg/6hy8KQ9aJY", }, project: { - link: "https://github.com/cosmology-tech/starship", + link: "https://github.com/hyperweb-io/starship", }, docsRepositoryBase: - "https://github.com/cosmology-tech/starship/tree/main/docs", + "https://github.com/hyperweb-io/starship/tree/main/docs", editLink: { text: "Edit this page on GitHub", }, diff --git a/examples/Makefile b/examples/Makefile index dc83e026e..0e165f2bf 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -5,7 +5,7 @@ HELM_REPO = starship HELM_CHART = devnet setup: - helm repo add $(HELM_REPO) https://cosmology-tech.github.io/starship/ + helm repo add $(HELM_REPO) https://hyperweb-io.github.io/starship/ helm repo update helm search repo $(HELM_REPO)/$(HELM_CHART) diff --git a/examples/cosmos-simapp-multi/Makefile b/examples/cosmos-simapp-multi/Makefile index 592984cf1..09e04cc0c 100644 --- a/examples/cosmos-simapp-multi/Makefile +++ b/examples/cosmos-simapp-multi/Makefile @@ -31,7 +31,7 @@ setup-deps: ############################################################################### setup-helm: - helm repo add $(HELM_REPO) https://cosmology-tech.github.io/starship/ + helm repo add $(HELM_REPO) https://hyperweb-io.github.io/starship/ helm repo update helm search repo $(HELM_REPO)/$(HELM_CHART) --version $(HELM_VERSION) diff --git a/examples/cosmos-simapp-multi/configs/devnet-20.yaml b/examples/cosmos-simapp-multi/configs/devnet-20.yaml index 1703330be..4c796036a 100644 --- a/examples/cosmos-simapp-multi/configs/devnet-20.yaml +++ b/examples/cosmos-simapp-multi/configs/devnet-20.yaml @@ -1,13 +1,13 @@ chains: - id: simapp name: simapp - image: ghcr.io/cosmology-tech/starship/simapp:v0.47.3 + image: ghcr.io/hyperweb-io/starship/simapp:v0.47.3 numValidators: 20 ports: rest: 1317 rpc: 26657 faucet: - image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.0-alpha.2 + image: ghcr.io/hyperweb-io/starship/cosmjs-faucet:v0.31.0-alpha.2 registry: enabled: true diff --git a/examples/cosmos-simapp-multi/configs/devnet-30.yaml b/examples/cosmos-simapp-multi/configs/devnet-30.yaml index e1d68407b..7cd51dd8d 100644 --- a/examples/cosmos-simapp-multi/configs/devnet-30.yaml +++ b/examples/cosmos-simapp-multi/configs/devnet-30.yaml @@ -1,14 +1,14 @@ chains: - id: simapp name: simapp - image: ghcr.io/cosmology-tech/starship/simapp:v0.47.3 + image: ghcr.io/hyperweb-io/starship/simapp:v0.47.3 numValidators: 30 ports: rest: 1317 rpc: 26657 faucet: # use v0.31.0-alpha.2 cosmjs-faucet for compatibility with simapp v0.47.3 - image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.0-alpha.2 + image: ghcr.io/hyperweb-io/starship/cosmjs-faucet:v0.31.0-alpha.2 # provide more resources to faucet since the number of validators is higher # only a single faucet is spun up with the genesis node, so resources wont multiply # with the number of validators diff --git a/examples/cosmos-simapp-multi/configs/local-custom.yaml b/examples/cosmos-simapp-multi/configs/local-custom.yaml index 9b4f509fe..7f9b99889 100644 --- a/examples/cosmos-simapp-multi/configs/local-custom.yaml +++ b/examples/cosmos-simapp-multi/configs/local-custom.yaml @@ -1,7 +1,7 @@ chains: - id: simapp name: custom - image: ghcr.io/cosmology-tech/starship/simapp:v0.47.3 + image: ghcr.io/hyperweb-io/starship/simapp:v0.47.3 numValidators: 2 home: /root/.simapp binary: simd @@ -15,7 +15,7 @@ chains: rest: 1317 rpc: 26657 faucet: - image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.0-alpha.2 + image: ghcr.io/hyperweb-io/starship/cosmjs-faucet:v0.31.0-alpha.2 resources: cpu: "1" memory: "2Gi" diff --git a/examples/cosmos-simapp-multi/configs/local.yaml b/examples/cosmos-simapp-multi/configs/local.yaml index 24364c451..588d5cf46 100644 --- a/examples/cosmos-simapp-multi/configs/local.yaml +++ b/examples/cosmos-simapp-multi/configs/local.yaml @@ -12,7 +12,7 @@ chains: type: starship exposer: - image: ghcr.io/cosmology-tech/starship/exposer:20230808-2333929 + image: ghcr.io/hyperweb-io/starship/exposer:20230808-2333929 registry: enabled: true diff --git a/examples/getting-started/scripts/install.sh b/examples/getting-started/scripts/install.sh index 741ae1e75..503957bbf 100755 --- a/examples/getting-started/scripts/install.sh +++ b/examples/getting-started/scripts/install.sh @@ -21,7 +21,7 @@ TIMEOUT="" NAMESPACE="" HELM_REPO="starship" HELM_CHART="starship/devnet" -HELM_REPO_URL="https://cosmology-tech.github.io/starship/" +HELM_REPO_URL="https://hyperweb-io.github.io/starship/" HELM_CHART_VERSION="0.1.43" # check_helm function verifies the helm binary is installed diff --git a/examples/getting-started/scripts/port-forward.sh b/examples/getting-started/scripts/port-forward.sh index be203cd8b..587a92871 100755 --- a/examples/getting-started/scripts/port-forward.sh +++ b/examples/getting-started/scripts/port-forward.sh @@ -55,7 +55,7 @@ if [[ $num_chains -lt 0 ]]; then fi for i in $(seq 0 $num_chains); do # derive chain pod name from chain id - # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 + # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} ) chain=${chain/_/"-"} localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} ) diff --git a/examples/injective/scripts/install.sh b/examples/injective/scripts/install.sh index 741ae1e75..503957bbf 100755 --- a/examples/injective/scripts/install.sh +++ b/examples/injective/scripts/install.sh @@ -21,7 +21,7 @@ TIMEOUT="" NAMESPACE="" HELM_REPO="starship" HELM_CHART="starship/devnet" -HELM_REPO_URL="https://cosmology-tech.github.io/starship/" +HELM_REPO_URL="https://hyperweb-io.github.io/starship/" HELM_CHART_VERSION="0.1.43" # check_helm function verifies the helm binary is installed diff --git a/examples/injective/scripts/port-forward.sh b/examples/injective/scripts/port-forward.sh index be203cd8b..587a92871 100755 --- a/examples/injective/scripts/port-forward.sh +++ b/examples/injective/scripts/port-forward.sh @@ -55,7 +55,7 @@ if [[ $num_chains -lt 0 ]]; then fi for i in $(seq 0 $num_chains); do # derive chain pod name from chain id - # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 + # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} ) chain=${chain/_/"-"} localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} ) diff --git a/examples/multi-chain/scripts/install.sh b/examples/multi-chain/scripts/install.sh index 741ae1e75..503957bbf 100755 --- a/examples/multi-chain/scripts/install.sh +++ b/examples/multi-chain/scripts/install.sh @@ -21,7 +21,7 @@ TIMEOUT="" NAMESPACE="" HELM_REPO="starship" HELM_CHART="starship/devnet" -HELM_REPO_URL="https://cosmology-tech.github.io/starship/" +HELM_REPO_URL="https://hyperweb-io.github.io/starship/" HELM_CHART_VERSION="0.1.43" # check_helm function verifies the helm binary is installed diff --git a/examples/multi-chain/scripts/port-forward.sh b/examples/multi-chain/scripts/port-forward.sh index be203cd8b..587a92871 100755 --- a/examples/multi-chain/scripts/port-forward.sh +++ b/examples/multi-chain/scripts/port-forward.sh @@ -55,7 +55,7 @@ if [[ $num_chains -lt 0 ]]; then fi for i in $(seq 0 $num_chains); do # derive chain pod name from chain id - # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 + # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} ) chain=${chain/_/"-"} localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} ) diff --git a/examples/neutron/README.md b/examples/neutron/README.md index 8d3f9a8fb..91c12776f 100644 --- a/examples/neutron/README.md +++ b/examples/neutron/README.md @@ -74,7 +74,7 @@ Present in `configs/`, are multiple versions of the similar infra, tweaked to be * `configs/devnet.yaml`: Supposed to be run on a larger k8s cluster, with more resources and number of validators * `configs/ci.yaml`: Limited resources on the GH-Action runner, can be adapted for with reducing cpu,memory allocated -> Note: For running this in the CI, have a look at [starship-action](https://github.com/cosmology-tech/starship-action) +> Note: For running this in the CI, have a look at [starship-action](https://github.com/hyperweb-io/starship-action) Examples of running Starship in the CI can be found here: * [cosmos-sdk](https://github.com/cosmos/cosmos-sdk/blob/main/.github/workflows/starship-tests.yml) diff --git a/examples/neutron/scripts/install.sh b/examples/neutron/scripts/install.sh index 57a559982..a73f56bd2 100755 --- a/examples/neutron/scripts/install.sh +++ b/examples/neutron/scripts/install.sh @@ -21,7 +21,7 @@ TIMEOUT="" NAMESPACE="" HELM_REPO="starship" HELM_CHART="starship/devnet" -HELM_REPO_URL="https://cosmology-tech.github.io/starship/" +HELM_REPO_URL="https://hyperweb-io.github.io/starship/" HELM_CHART_VERSION="0.1.47" # check_helm function verifies the helm binary is installed diff --git a/examples/neutron/scripts/port-forward.sh b/examples/neutron/scripts/port-forward.sh index cd2d780c8..589fef1d6 100755 --- a/examples/neutron/scripts/port-forward.sh +++ b/examples/neutron/scripts/port-forward.sh @@ -56,7 +56,7 @@ if [[ $num_chains -lt 0 ]]; then fi for i in $(seq 0 $num_chains); do # derive chain pod name from chain id - # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 + # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 chain=$(yq -r ".chains[$i].name" ${CONFIGFILE} ) chain=${chain/_/"-"} localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} ) diff --git a/examples/osmojs/Makefile b/examples/osmojs/Makefile index 03c795bba..c723b5758 100644 --- a/examples/osmojs/Makefile +++ b/examples/osmojs/Makefile @@ -30,7 +30,7 @@ clean: stop clean-kind .PHONY: setup-helm setup-helm: - helm repo add $(HELM_REPO) https://cosmology-tech.github.io/starship/ + helm repo add $(HELM_REPO) https://hyperweb-io.github.io/starship/ helm repo update helm search repo $(HELM_REPO)/$(HELM_CHART) --version $(HELM_VERSION) diff --git a/examples/upgrade-test/go.mod b/examples/upgrade-test/go.mod index 0cfa32c1b..36289ad59 100644 --- a/examples/upgrade-test/go.mod +++ b/examples/upgrade-test/go.mod @@ -5,7 +5,7 @@ go 1.21 replace github.com/strangelove-ventures/lens => github.com/Anmol1696/lens v0.1.1-0.20230331154219-5027f163133a require ( - github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c + github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c github.com/cosmos/cosmos-sdk v0.47.0-rc2 github.com/cosmos/ibc-go/v7 v7.0.0-rc0 github.com/stretchr/testify v1.8.4 @@ -42,7 +42,7 @@ require ( github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/chzyer/readline v1.5.1 // indirect github.com/confio/ics23/go v0.9.0 // indirect - github.com/cosmology-tech/starship/registry v0.0.0-20230502113025-a30015992e4d // indirect + github.com/hyperweb-io/starship/registry v0.0.0-20230502113025-a30015992e4d // indirect github.com/cosmos/btcutil v1.0.5 // indirect github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect github.com/cosmos/go-bip39 v1.0.0 // indirect diff --git a/examples/upgrade-test/go.sum b/examples/upgrade-test/go.sum index 0975842ba..d5addf4d0 100644 --- a/examples/upgrade-test/go.sum +++ b/examples/upgrade-test/go.sum @@ -315,10 +315,10 @@ github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7 github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c h1:ObWS5y64vzXGIP4jQ5SKD9Z1VGAjzKlcEGyPZMPHm0w= -github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c/go.mod h1:pOACMYDjfEfJnu/mmWoE0cv9Zr1ynTHBCsSWkjJmB+E= -github.com/cosmology-tech/starship/registry v0.0.0-20230502113025-a30015992e4d h1:ucGr+apIuMAa2IH48q3stxwYLJGK9WPhbeQJHfp/3dM= -github.com/cosmology-tech/starship/registry v0.0.0-20230502113025-a30015992e4d/go.mod h1:MIVFVHuDlGz4OI6kDfUp/+cqGFrmeESBnuaaMSZJpjY= +github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c h1:ObWS5y64vzXGIP4jQ5SKD9Z1VGAjzKlcEGyPZMPHm0w= +github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502170738-1ab63f187c7c/go.mod h1:pOACMYDjfEfJnu/mmWoE0cv9Zr1ynTHBCsSWkjJmB+E= +github.com/hyperweb-io/starship/registry v0.0.0-20230502113025-a30015992e4d h1:ucGr+apIuMAa2IH48q3stxwYLJGK9WPhbeQJHfp/3dM= +github.com/hyperweb-io/starship/registry v0.0.0-20230502113025-a30015992e4d/go.mod h1:MIVFVHuDlGz4OI6kDfUp/+cqGFrmeESBnuaaMSZJpjY= github.com/cosmos/btcutil v1.0.5 h1:t+ZFcX77LpKtDBhjucvnOH8C2l2ioGsBNEQ3jef8xFk= github.com/cosmos/btcutil v1.0.5/go.mod h1:IyB7iuqZMJlthe2tkIFL33xPyzbFYP0XVdS8P5lUPis= github.com/cosmos/cosmos-proto v1.0.0-beta.2 h1:X3OKvWgK9Gsejo0F1qs5l8Qn6xJV/AzgIWR2wZ8Nua8= diff --git a/examples/upgrade-test/suite.go b/examples/upgrade-test/suite.go index 4e589acc3..e542cf998 100644 --- a/examples/upgrade-test/suite.go +++ b/examples/upgrade-test/suite.go @@ -17,7 +17,7 @@ import ( "go.uber.org/zap" "gopkg.in/yaml.v3" - starship "github.com/cosmology-tech/starship/clients/go/client" + starship "github.com/hyperweb-io/starship/clients/go/client" ) var configFile = "./config.yaml" diff --git a/starship/charts/devnet/Chart.yaml b/starship/charts/devnet/Chart.yaml index 7e9f62da4..e30ac0eff 100644 --- a/starship/charts/devnet/Chart.yaml +++ b/starship/charts/devnet/Chart.yaml @@ -26,4 +26,4 @@ appVersion: "0.1.1" # Maintainers for this maintainers: - name: Starship - url: https://github.com/cosmology-tech/starship + url: https://github.com/hyperweb-io/starship diff --git a/starship/charts/devnet/defaults.yaml b/starship/charts/devnet/defaults.yaml index b8e04510f..c120bc526 100644 --- a/starship/charts/devnet/defaults.yaml +++ b/starship/charts/devnet/defaults.yaml @@ -4,7 +4,7 @@ # Note: Order of `coins` matters, since we take the first one as part of gentx defaultChains: osmosis: - image: ghcr.io/cosmology-tech/starship/osmosis:v25.0.0 + image: ghcr.io/hyperweb-io/starship/osmosis:v25.0.0 home: /root/.osmosisd binary: osmosisd prefix: osmo @@ -45,7 +45,7 @@ defaultChains: coingecko_id: ion keywords: ["memecoin"] juno: - image: ghcr.io/cosmology-tech/starship/juno:v18.0.0 + image: ghcr.io/hyperweb-io/starship/juno:v18.0.0 home: /root/.juno binary: junod prefix: juno @@ -82,7 +82,7 @@ defaultChains: coinType: 118 repo: https://github.com/CosmWasm/wasmd cosmoshub: - image: ghcr.io/cosmology-tech/starship/gaia:v17.2.0 + image: ghcr.io/hyperweb-io/starship/gaia:v17.2.0 home: /root/.gaia binary: gaiad prefix: cosmos @@ -108,7 +108,7 @@ defaultChains: exponent: 6 coingecko_id: atom simapp: - image: ghcr.io/cosmology-tech/starship/simapp:v0.47.3 + image: ghcr.io/hyperweb-io/starship/simapp:v0.47.3 home: /root/.simapp binary: simd prefix: cosmos @@ -130,7 +130,7 @@ defaultChains: coinType: 118 repo: https://github.com/persistenceOne/persistenceCore stride: - image: ghcr.io/cosmology-tech/starship/stride:v9.2.1 + image: ghcr.io/hyperweb-io/starship/stride:v9.2.1 home: /root/.stride binary: strided prefix: stride @@ -175,7 +175,7 @@ defaultChains: svg: https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg coingecko_id: stride-staked-atom injective: - image: ghcr.io/cosmology-tech/starship/injective:v1.11.6 + image: ghcr.io/hyperweb-io/starship/injective:v1.11.6 home: /root/.injectived binary: injectived prefix: inj @@ -210,7 +210,7 @@ defaultChains: svg: https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg coingecko_id: injective-protocol ics: - image: ghcr.io/cosmology-tech/starship/ics:v0.1.0 + image: ghcr.io/hyperweb-io/starship/ics:v0.1.0 home: /root/.ics binary: interchain-security-pd prefix: cosmos @@ -221,7 +221,7 @@ defaultChains: coinType: 118 repo: https://github.com/cosmos/interchain-security cronos: - image: ghcr.io/cosmology-tech/starship/cronos:v1.0.4 + image: ghcr.io/hyperweb-io/starship/cronos:v1.0.4 home: /root/.cronos binary: cronosd prefix: crc @@ -247,7 +247,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png coingecko_id: crypto-com-chain cryptoorgchain: - image: ghcr.io/cosmology-tech/starship/cryptoorgchain:v4.1.2 + image: ghcr.io/hyperweb-io/starship/cryptoorgchain:v4.1.2 home: /root/.cryptoorgchain binary: chain-maind prefix: cro @@ -273,7 +273,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png coingecko_id: crypto-com-chain evmos: - image: ghcr.io/cosmology-tech/starship/evmos:v13.0.1 + image: ghcr.io/hyperweb-io/starship/evmos:v13.0.1 home: /root/.evmosd binary: evmosd prefix: evmos @@ -301,7 +301,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png coingecko_id: evmos regen: - image: ghcr.io/cosmology-tech/starship/regen:v5.0.0 + image: ghcr.io/hyperweb-io/starship/regen:v5.0.0 home: /root/.regen binary: regen prefix: regen @@ -343,7 +343,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png coingecko_id: toucan-protocol-nature-carbon-tonne quasar: - image: ghcr.io/cosmology-tech/starship/quasar:v0.1.1 + image: ghcr.io/hyperweb-io/starship/quasar:v0.1.1 home: /root/.quasarnode binary: quasarnoded prefix: quasar @@ -367,7 +367,7 @@ defaultChains: logo_URIs: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png quicksilver: - image: ghcr.io/cosmology-tech/starship/quicksilver:v0.6.6 + image: ghcr.io/hyperweb-io/starship/quicksilver:v0.6.6 home: /root/.quicksilverd binary: quicksilverd prefix: quick @@ -436,7 +436,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.png svg: https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qatom.svg sei: - image: ghcr.io/cosmology-tech/starship/sei:2.0.46beta + image: ghcr.io/hyperweb-io/starship/sei:2.0.46beta home: /root/.seid binary: seid prefix: sei @@ -462,7 +462,7 @@ defaultChains: svg: https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg coingecko_id: sei-network sommelier: - image: ghcr.io/cosmology-tech/starship/sommelier:v6.0.0 + image: ghcr.io/hyperweb-io/starship/sommelier:v6.0.0 home: /root/.sommelier binary: sommelier prefix: somm @@ -494,7 +494,7 @@ defaultChains: svg: https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg coingecko_id: sommelier stargaze: - image: ghcr.io/cosmology-tech/starship/stargaze:v10.0.1 + image: ghcr.io/hyperweb-io/starship/stargaze:v10.0.1 home: /root/.starsd binary: starsd prefix: stars @@ -520,7 +520,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png coingecko_id: stargaze umee: - image: ghcr.io/cosmology-tech/starship/umee:v3.1.0 + image: ghcr.io/hyperweb-io/starship/umee:v3.1.0 home: /root/.umee binary: umeed prefix: umee @@ -546,7 +546,7 @@ defaultChains: png: https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png coingecko_id: umee cheqd: - image: ghcr.io/cosmology-tech/starship/cheqd:v1.4.4 + image: ghcr.io/hyperweb-io/starship/cheqd:v1.4.4 home: /root/.cheqdnode binary: cheqd-noded prefix: cheqd @@ -572,7 +572,7 @@ defaultChains: svg: https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg coingecko_id: cheqd-network neutron: - image: ghcr.io/cosmology-tech/starship/neutron:v3.0.5 + image: ghcr.io/hyperweb-io/starship/neutron:v3.0.5 home: /root/.neutrond binary: neutrond prefix: neutron @@ -693,7 +693,7 @@ defaultChains: periodSeconds: 10 timeoutSeconds: 15 kujira: - image: ghcr.io/cosmology-tech/starship/kujira:v1.1.0 + image: ghcr.io/hyperweb-io/starship/kujira:v1.1.0 home: /root/.kujira binary: kujirad prefix: kujira @@ -720,7 +720,7 @@ defaultChains: coingecko_id: kujira keywords: [ "kujira" ] hyperweb: - image: ghcr.io/cosmology-tech/jsd:0.1.1 + image: ghcr.io/hyperweb-io/jsd:0.1.1 home: /root/.jsd binary: jsdd prefix: hyper @@ -729,7 +729,7 @@ defaultChains: coins: 100000000000000uhyper hdPath: m/44'/118'/0'/0/0 coinType: 118 - repo: https://github.com/cosmology-tech/jsd + repo: https://github.com/hyperweb-io/jsd assets: - base: uhyper description: "The meme coin for Hyperweb chain." @@ -747,7 +747,7 @@ defaultChains: coingecko_id: hyper keywords: [ "hyper" ] noble: - image: ghcr.io/cosmology-tech/starship/noble:v7.0.0 + image: ghcr.io/hyperweb-io/starship/noble:v7.0.0 home: /root/.noble binary: nobled prefix: noble @@ -867,9 +867,9 @@ defaultChains: defaultRelayers: ts-relayer: - image: ghcr.io/cosmology-tech/starship/ts-relayer:0.9.0 + image: ghcr.io/hyperweb-io/starship/ts-relayer:0.9.0 hermes: - image: ghcr.io/cosmology-tech/starship/hermes:1.10.0 + image: ghcr.io/hyperweb-io/starship/hermes:1.10.0 config: global: log_level: "info" @@ -899,9 +899,9 @@ defaultRelayers: event_source: mode: push # allowed values: push, pull. Valid only for 1.6.0+ go-relayer: - image: ghcr.io/cosmology-tech/starship/go-relayer:v2.4.1 + image: ghcr.io/hyperweb-io/starship/go-relayer:v2.4.1 neutron-query-relayer: - image: ghcr.io/cosmology-tech/starship/neutron-query-relayer:v0.2.0 + image: ghcr.io/hyperweb-io/starship/neutron-query-relayer:v0.2.0 config: RELAYER_NEUTRON_CHAIN_TIMEOUT: 1000s RELAYER_NEUTRON_CHAIN_GAS_PRICES: 0.5untrn @@ -949,10 +949,10 @@ defaultScripts: defaultFaucet: cosmjs: - image: ghcr.io/cosmology-tech/starship/cosmjs-faucet:v0.31.1 + image: ghcr.io/hyperweb-io/starship/cosmjs-faucet:v0.31.1 concurrency: 5 starship: - image: ghcr.io/cosmology-tech/starship/faucet:20241017-a4579e1 + image: ghcr.io/hyperweb-io/starship/faucet:20241017-a4579e1 concurrency: 5 defaultCometmock: diff --git a/starship/charts/devnet/templates/_chains.tpl b/starship/charts/devnet/templates/_chains.tpl index 1dce9879c..7c0f5c0f2 100644 --- a/starship/charts/devnet/templates/_chains.tpl +++ b/starship/charts/devnet/templates/_chains.tpl @@ -49,7 +49,7 @@ Usage: {{- $toBuild := or $chain.build.enabled $chain.upgrade.enabled -}} {{- $_ = set $chain "toBuild" $toBuild -}} {{- if $toBuild -}} -{{- $_ = set $chain "image" "ghcr.io/cosmology-tech/starship/runner:latest" -}} +{{- $_ = set $chain "image" "ghcr.io/hyperweb-io/starship/runner:latest" -}} {{- end }} {{- $defaultScripts := $defaultFile.defaultScripts }} diff --git a/starship/charts/devnet/templates/chains/cosmos/genesis.yaml b/starship/charts/devnet/templates/chains/cosmos/genesis.yaml index 7748d34d4..bd4eb742e 100644 --- a/starship/charts/devnet/templates/chains/cosmos/genesis.yaml +++ b/starship/charts/devnet/templates/chains/cosmos/genesis.yaml @@ -35,7 +35,7 @@ spec: initContainers: {{- if $chain.toBuild }} - name: init-build-images - image: ghcr.io/cosmology-tech/starship/builder:latest + image: ghcr.io/hyperweb-io/starship/builder:latest imagePullPolicy: IfNotPresent command: - bash diff --git a/starship/charts/devnet/templates/chains/cosmos/validator.yaml b/starship/charts/devnet/templates/chains/cosmos/validator.yaml index 3e9438e18..d6f96ceee 100644 --- a/starship/charts/devnet/templates/chains/cosmos/validator.yaml +++ b/starship/charts/devnet/templates/chains/cosmos/validator.yaml @@ -38,7 +38,7 @@ spec: initContainers: {{- if $chain.toBuild }} - name: init-build-images - image: ghcr.io/cosmology-tech/starship/builder:latest + image: ghcr.io/hyperweb-io/starship/builder:latest imagePullPolicy: IfNotPresent command: - bash diff --git a/starship/charts/devnet/values.yaml b/starship/charts/devnet/values.yaml index b4adfe61d..ba6908f70 100644 --- a/starship/charts/devnet/values.yaml +++ b/starship/charts/devnet/values.yaml @@ -25,7 +25,7 @@ resources: memory: "100M" exposer: - image: ghcr.io/cosmology-tech/starship/exposer:20240710-870da6e + image: ghcr.io/hyperweb-io/starship/exposer:20240710-870da6e ports: rest: 8081 resources: @@ -64,7 +64,7 @@ chains: [] # # if not mentioned will use the default directive # # faucet directive will instruct the chart to deploy a certain version # # of the cosmjs-faucet with the chain. Make sure to use a version compatible - # # with the chain version. Available images: https://github.com/cosmology-tech/starship/pkgs/container/starship%2Fcosmjs-faucet + # # with the chain version. Available images: https://github.com/hyperweb-io/starship/pkgs/container/starship%2Fcosmjs-faucet # image: # ports: # rpc: 26653 @@ -206,7 +206,7 @@ explorer: # Flag to enable explorer for cluster enabled: false type: ping-pub - image: ghcr.io/cosmology-tech/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db + image: ghcr.io/hyperweb-io/starship/ping-pub:6b7b0d096946b6bcd75d15350c7345da0d4576db localhost: true ports: rest: 8080 @@ -219,7 +219,7 @@ explorer: registry: enabled: false - image: ghcr.io/cosmology-tech/starship/registry:20240724-f5ca5e5 + image: ghcr.io/hyperweb-io/starship/registry:20240724-f5ca5e5 localhost: true ports: rest: 6060 diff --git a/starship/cmd/starship/config.go b/starship/cmd/starship/config.go index 5cafab472..aa3568e5e 100644 --- a/starship/cmd/starship/config.go +++ b/starship/cmd/starship/config.go @@ -16,7 +16,7 @@ func NewDefaultConfig() *Config { HelmChartName: "devnet", Verbose: true, Version: "0.1.45", - HelmRepoURL: "https://cosmology-tech.github.io/starship/", + HelmRepoURL: "https://hyperweb-io.github.io/starship/", } } diff --git a/starship/cmd/starship/go.mod b/starship/cmd/starship/go.mod index fbdaf052b..39bd4392d 100644 --- a/starship/cmd/starship/go.mod +++ b/starship/cmd/starship/go.mod @@ -1,4 +1,4 @@ -module github.com/cosmology-tech/starship/starship/cmd/starship +module github.com/hyperweb-io/starship/starship/cmd/starship go 1.21 diff --git a/starship/docker/chains/Dockerfile b/starship/docker/chains/Dockerfile index 9e8870f57..67784828f 100644 --- a/starship/docker/chains/Dockerfile +++ b/starship/docker/chains/Dockerfile @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} AS source FROM alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" COPY --from=source /bin /usr/bin COPY --from=source /lib /usr/lib diff --git a/starship/docker/chains/Dockerfile.base b/starship/docker/chains/Dockerfile.base index 7a34fa448..d32d79458 100644 --- a/starship/docker/chains/Dockerfile.base +++ b/starship/docker/chains/Dockerfile.base @@ -2,7 +2,7 @@ ARG BASE_IMAGE ARG VERSION FROM ${BASE_IMAGE}:${VERSION} -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES curl make bash jq sed diff --git a/starship/docker/chains/Dockerfile.eth-beacon b/starship/docker/chains/Dockerfile.eth-beacon index d8c98a8ea..d0ceadc98 100644 --- a/starship/docker/chains/Dockerfile.eth-beacon +++ b/starship/docker/chains/Dockerfile.eth-beacon @@ -1,6 +1,6 @@ FROM golang:1.22.0-bullseye -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES curl make bash jq sed diff --git a/starship/docker/chains/Dockerfile.eth-prysmctl b/starship/docker/chains/Dockerfile.eth-prysmctl index 3ffd3c004..79a2d89f7 100644 --- a/starship/docker/chains/Dockerfile.eth-prysmctl +++ b/starship/docker/chains/Dockerfile.eth-prysmctl @@ -1,6 +1,6 @@ FROM golang:1.22.0-bullseye -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES curl make bash jq sed diff --git a/starship/docker/chains/Dockerfile.eth-validator b/starship/docker/chains/Dockerfile.eth-validator index 266c69216..9137dd12f 100644 --- a/starship/docker/chains/Dockerfile.eth-validator +++ b/starship/docker/chains/Dockerfile.eth-validator @@ -1,6 +1,6 @@ FROM golang:1.22.0-bullseye -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES curl make bash jq sed diff --git a/starship/docker/chains/Dockerfile.injective b/starship/docker/chains/Dockerfile.injective index 757f9408f..c4dbeb8e6 100644 --- a/starship/docker/chains/Dockerfile.injective +++ b/starship/docker/chains/Dockerfile.injective @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} AS source FROM alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" COPY --from=source /usr/local/bin/injectived /usr/bin diff --git a/starship/docker/chains/Dockerfile.union b/starship/docker/chains/Dockerfile.union index 9dedd63e9..5e7f0c0c2 100644 --- a/starship/docker/chains/Dockerfile.union +++ b/starship/docker/chains/Dockerfile.union @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} AS source FROM alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" COPY --from=source /nix/store/*/bin/uniond /usr/bin diff --git a/starship/docker/explorers/ping-pub/Dockerfile b/starship/docker/explorers/ping-pub/Dockerfile index 4405f8ee9..f2df06d3e 100644 --- a/starship/docker/explorers/ping-pub/Dockerfile +++ b/starship/docker/explorers/ping-pub/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION FROM ${BASE_IMAGE} -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" ENV CODE_NAME="explorer" ENV VERSION=${VERSION:-"refs/heads/master"} diff --git a/starship/docker/faucet/cosmjs-faucet/Dockerfile b/starship/docker/faucet/cosmjs-faucet/Dockerfile index c20320f58..def99bca4 100644 --- a/starship/docker/faucet/cosmjs-faucet/Dockerfile +++ b/starship/docker/faucet/cosmjs-faucet/Dockerfile @@ -6,7 +6,7 @@ ARG VERSION ENV CODE_REF="https://github.com/cosmos/cosmjs/archive/refs/tags/${VERSION}.tar.gz" -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" WORKDIR /app diff --git a/starship/docker/relayers/go-relayer/Dockerfile b/starship/docker/relayers/go-relayer/Dockerfile index 3ae5c534d..676c9978f 100644 --- a/starship/docker/relayers/go-relayer/Dockerfile +++ b/starship/docker/relayers/go-relayer/Dockerfile @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}:${VERSION} as base FROM alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES --update ca-certificates curl make bash jq sed diff --git a/starship/docker/relayers/hermes/Dockerfile b/starship/docker/relayers/hermes/Dockerfile index 2a16cfb51..82bc012b5 100644 --- a/starship/docker/relayers/hermes/Dockerfile +++ b/starship/docker/relayers/hermes/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_IMAGE ARG VERSION FROM ${BASE_IMAGE}:${VERSION} -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" USER root diff --git a/starship/docker/relayers/neutron-query-relayer/Dockerfile b/starship/docker/relayers/neutron-query-relayer/Dockerfile index 319a92147..acf7adb9b 100644 --- a/starship/docker/relayers/neutron-query-relayer/Dockerfile +++ b/starship/docker/relayers/neutron-query-relayer/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_IMAGE ARG VERSION FROM ${BASE_IMAGE} as builder -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" USER root diff --git a/starship/docker/relayers/ts-relayer/Dockerfile b/starship/docker/relayers/ts-relayer/Dockerfile index 1afbe3ecd..c04d1e24c 100644 --- a/starship/docker/relayers/ts-relayer/Dockerfile +++ b/starship/docker/relayers/ts-relayer/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_IMAGE ARG VERSION FROM ${BASE_IMAGE} -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES curl make bash jq sed diff --git a/starship/docker/starship/base/Dockerfile b/starship/docker/starship/base/Dockerfile index 401abb14b..c384ce165 100644 --- a/starship/docker/starship/base/Dockerfile +++ b/starship/docker/starship/base/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES --update ca-certificates curl make bash jq sed diff --git a/starship/docker/starship/base/Dockerfile.arm64 b/starship/docker/starship/base/Dockerfile.arm64 index 83453ce2f..0e4184831 100644 --- a/starship/docker/starship/base/Dockerfile.arm64 +++ b/starship/docker/starship/base/Dockerfile.arm64 @@ -1,6 +1,6 @@ FROM arm64v8/alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES --update ca-certificates curl make bash jq sed diff --git a/starship/docker/starship/builder/Dockerfile b/starship/docker/starship/builder/Dockerfile index 7e71362a4..941cd6620 100644 --- a/starship/docker/starship/builder/Dockerfile +++ b/starship/docker/starship/builder/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21-alpine3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" # Set up dependencies ENV PACKAGES curl unzip make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3 musl-dev diff --git a/starship/docker/starship/runner/Dockerfile b/starship/docker/starship/runner/Dockerfile index 1bcfad8af..05c851890 100644 --- a/starship/docker/starship/runner/Dockerfile +++ b/starship/docker/starship/runner/Dockerfile @@ -4,7 +4,7 @@ RUN go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v1.0.0 FROM alpine:3.17 -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" COPY --from=go-builder /go/bin/cosmovisor /usr/bin/ diff --git a/starship/exposer/Dockerfile b/starship/exposer/Dockerfile index 3c5a72481..00ceaf196 100644 --- a/starship/exposer/Dockerfile +++ b/starship/exposer/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21-alpine3.17 AS builder -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" WORKDIR /usr/local/app @@ -10,7 +10,7 @@ RUN go mod download COPY . . RUN CGO_ENABLED=0 go build -mod=readonly -o build/ ./... -FROM ghcr.io/cosmology-tech/starship/base:latest +FROM ghcr.io/hyperweb-io/starship/base:latest COPY --from=builder /usr/local/app/build/exposer /bin diff --git a/starship/exposer/app.go b/starship/exposer/app.go index 869be6211..9d3491797 100644 --- a/starship/exposer/app.go +++ b/starship/exposer/app.go @@ -20,7 +20,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - pb "github.com/cosmology-tech/starship/exposer/exposer" + pb "github.com/hyperweb-io/starship/exposer/exposer" ) type AppServer struct { diff --git a/starship/exposer/go.mod b/starship/exposer/go.mod index 3818c0f77..fe9fae2a5 100644 --- a/starship/exposer/go.mod +++ b/starship/exposer/go.mod @@ -1,4 +1,4 @@ -module github.com/cosmology-tech/starship/exposer +module github.com/hyperweb-io/starship/exposer go 1.21 diff --git a/starship/exposer/handler_chain.go b/starship/exposer/handler_chain.go index b015f2f4e..bcaa7ab2e 100644 --- a/starship/exposer/handler_chain.go +++ b/starship/exposer/handler_chain.go @@ -14,7 +14,7 @@ import ( "google.golang.org/protobuf/types/known/emptypb" "google.golang.org/protobuf/types/known/structpb" - pb "github.com/cosmology-tech/starship/exposer/exposer" + pb "github.com/hyperweb-io/starship/exposer/exposer" ) func fetchNodeStatus(url string) (*pb.Status, error) { diff --git a/starship/exposer/handler_relayer.go b/starship/exposer/handler_relayer.go index f8694d6af..802fca81b 100644 --- a/starship/exposer/handler_relayer.go +++ b/starship/exposer/handler_relayer.go @@ -5,7 +5,7 @@ import ( "fmt" "go.uber.org/zap" - pb "github.com/cosmology-tech/starship/exposer/exposer" + pb "github.com/hyperweb-io/starship/exposer/exposer" ) // CreateChannel function runs the hermes command to create a channel between 2 given chains diff --git a/starship/faucet/Dockerfile b/starship/faucet/Dockerfile index 548d238fb..1ac9590af 100644 --- a/starship/faucet/Dockerfile +++ b/starship/faucet/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21-alpine3.17 AS builder -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" WORKDIR /usr/local/app @@ -10,7 +10,7 @@ RUN go mod download COPY . . RUN CGO_ENABLED=0 go build -mod=readonly -o build/ ./... -FROM ghcr.io/cosmology-tech/starship/base:latest +FROM ghcr.io/hyperweb-io/starship/base:latest COPY --from=builder /usr/local/app/build/faucet /bin diff --git a/starship/faucet/Makefile b/starship/faucet/Makefile index d06056658..320023ac6 100644 --- a/starship/faucet/Makefile +++ b/starship/faucet/Makefile @@ -22,7 +22,7 @@ build-arm: ## Need to be running osmosis node at localhost:1313 and 26653 run-docker: build-arm - docker run --rm -v $(CURDIR)/build:/build -p 8800:8000 -it ghcr.io/cosmology-tech/starship/osmosis:v15.1.0 /build/faucet \ + docker run --rm -v $(CURDIR)/build:/build -p 8800:8000 -it ghcr.io/hyperweb-io/starship/osmosis:v15.1.0 /build/faucet \ --mnemonic="razor dog gown public private couple ecology paper flee connect local robot diamond stay rude join sound win ribbon soup kidney glass robot vehicle" \ --chain-binary="osmosisd" \ --concurrency=11 \ diff --git a/starship/faucet/app.go b/starship/faucet/app.go index e621a050d..b0b264343 100644 --- a/starship/faucet/app.go +++ b/starship/faucet/app.go @@ -21,7 +21,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - pb "github.com/cosmology-tech/starship/faucet/faucet" + pb "github.com/hyperweb-io/starship/faucet/faucet" ) type AppServer struct { diff --git a/starship/faucet/distributor.go b/starship/faucet/distributor.go index 46cdc4b47..2799cb589 100644 --- a/starship/faucet/distributor.go +++ b/starship/faucet/distributor.go @@ -11,7 +11,7 @@ import ( "go.uber.org/zap" - pb "github.com/cosmology-tech/starship/faucet/faucet" + pb "github.com/hyperweb-io/starship/faucet/faucet" ) // Distributor holds all functions for performing various actions diff --git a/starship/faucet/go.mod b/starship/faucet/go.mod index c4a092b4e..11b9a63a0 100644 --- a/starship/faucet/go.mod +++ b/starship/faucet/go.mod @@ -1,4 +1,4 @@ -module github.com/cosmology-tech/starship/faucet +module github.com/hyperweb-io/starship/faucet go 1.21 diff --git a/starship/faucet/handler.go b/starship/faucet/handler.go index 08bf0d678..37da037dc 100644 --- a/starship/faucet/handler.go +++ b/starship/faucet/handler.go @@ -5,7 +5,7 @@ import ( "google.golang.org/protobuf/types/known/emptypb" - pb "github.com/cosmology-tech/starship/faucet/faucet" + pb "github.com/hyperweb-io/starship/faucet/faucet" ) func (a *AppServer) Status(ctx context.Context, _ *emptypb.Empty) (*pb.State, error) { diff --git a/starship/go.work.sum b/starship/go.work.sum index fbee89dcf..9b1e3b9fb 100644 --- a/starship/go.work.sum +++ b/starship/go.work.sum @@ -1038,7 +1038,7 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9 github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg= -github.com/cosmology-tech/starship/clients/go/client v0.0.0-20230502162329-2a494ec17c92/go.mod h1:6xe98ICSf61ZpvXF9tWh0N9jDz+mY/JjUUoeiS0T7Z8= +github.com/hyperweb-io/starship/clients/go/client v0.0.0-20230502162329-2a494ec17c92/go.mod h1:6xe98ICSf61ZpvXF9tWh0N9jDz+mY/JjUUoeiS0T7Z8= github.com/cosmos/cosmos-db v0.0.0-20221226095112-f3c38ecb5e32 h1:zlCp9n3uwQieELltZWHRmwPmPaZ8+XoL2Sj+A2YJlr8= github.com/cosmos/cosmos-db v0.0.0-20221226095112-f3c38ecb5e32/go.mod h1:kwMlEC4wWvB48zAShGKVqboJL6w4zCLesaNQ3YLU2BQ= github.com/cosmos/cosmos-proto v1.0.0-beta.1/go.mod h1:8k2GNZghi5sDRFw/scPL8gMSowT1vDA+5ouxL8GjaUE= diff --git a/starship/proto/buf.gen.yaml b/starship/proto/buf.gen.yaml index 79ffff07d..cf8a53084 100644 --- a/starship/proto/buf.gen.yaml +++ b/starship/proto/buf.gen.yaml @@ -2,7 +2,7 @@ version: v1 managed: enabled: true go_package_prefix: - default: github.com/cosmology-tech/starship + default: github.com/hyperweb-io/starship except: - buf.build/googleapis/googleapis plugins: diff --git a/starship/proto/buf.yaml b/starship/proto/buf.yaml index 490497645..5a87a1348 100644 --- a/starship/proto/buf.yaml +++ b/starship/proto/buf.yaml @@ -1,5 +1,5 @@ version: v1 -name: buf.build/cosmology-tech/starship +name: buf.build/hyperweb-io/starship deps: - buf.build/googleapis/googleapis - buf.build/grpc-ecosystem/grpc-gateway diff --git a/starship/proto/exposer/mnemonic.proto b/starship/proto/exposer/mnemonic.proto index d9fb44f13..d710e278c 100644 --- a/starship/proto/exposer/mnemonic.proto +++ b/starship/proto/exposer/mnemonic.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package exposer; -option go_package = "github.com/cosmology-tech/starship/exposer/exposer"; +option go_package = "github.com/hyperweb-io/starship/exposer/exposer"; message Mnemonic { string name = 1; diff --git a/starship/proto/exposer/node.proto b/starship/proto/exposer/node.proto index d04472bc5..2b229e91c 100644 --- a/starship/proto/exposer/node.proto +++ b/starship/proto/exposer/node.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package exposer; -option go_package = "github.com/cosmology-tech/starship/exposer/exposer"; +option go_package = "github.com/hyperweb-io/starship/exposer/exposer"; message Status { message Result { diff --git a/starship/proto/exposer/service.proto b/starship/proto/exposer/service.proto index 55ba7e0f9..61c95a85d 100644 --- a/starship/proto/exposer/service.proto +++ b/starship/proto/exposer/service.proto @@ -10,7 +10,7 @@ import "google/protobuf/descriptor.proto"; import "exposer/mnemonic.proto"; import "exposer/node.proto"; -option go_package = "github.com/cosmology-tech/starship/exposer/exposer"; +option go_package = "github.com/hyperweb-io/starship/exposer/exposer"; // Interface for service service Exposer { diff --git a/starship/proto/faucet/service.proto b/starship/proto/faucet/service.proto index 282e158ed..e4917f9e2 100644 --- a/starship/proto/faucet/service.proto +++ b/starship/proto/faucet/service.proto @@ -7,7 +7,7 @@ import "google/protobuf/descriptor.proto"; import "faucet/status.proto"; -option go_package = "github.com/cosmology-tech/starship/faucet/faucet"; +option go_package = "github.com/hyperweb-io/starship/faucet/faucet"; // Interface for service service Faucet { diff --git a/starship/proto/faucet/status.proto b/starship/proto/faucet/status.proto index a5d5d2074..9fa26c118 100644 --- a/starship/proto/faucet/status.proto +++ b/starship/proto/faucet/status.proto @@ -3,7 +3,7 @@ package faucet; import "google/protobuf/descriptor.proto"; -option go_package = "github.com/cosmology-tech/starship/faucet/faucet"; +option go_package = "github.com/hyperweb-io/starship/faucet/faucet"; message Coin { string denom = 1 [json_name = "denom"]; diff --git a/starship/proto/registry/chain.proto b/starship/proto/registry/chain.proto index 7b202e948..63bc686c7 100644 --- a/starship/proto/registry/chain.proto +++ b/starship/proto/registry/chain.proto @@ -3,7 +3,7 @@ package registry; import "google/protobuf/descriptor.proto"; -option go_package = "github.com/cosmology-tech/starship/registry/registry"; +option go_package = "github.com/hyperweb-io/starship/registry/registry"; message Fee_tokens { string denom = 1 [json_name = "denom"]; diff --git a/starship/proto/registry/ibc.proto b/starship/proto/registry/ibc.proto index 195691867..f016a21c8 100644 --- a/starship/proto/registry/ibc.proto +++ b/starship/proto/registry/ibc.proto @@ -3,7 +3,7 @@ package registry; import "google/protobuf/descriptor.proto"; -option go_package = "github.com/cosmology-tech/starship/registry/registry"; +option go_package = "github.com/hyperweb-io/starship/registry/registry"; message IBCChain { string chain_name = 1 [json_name = "chain_name"]; diff --git a/starship/proto/registry/mnemonic.proto b/starship/proto/registry/mnemonic.proto index f6c01e570..3626fb2b8 100644 --- a/starship/proto/registry/mnemonic.proto +++ b/starship/proto/registry/mnemonic.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package registry; -option go_package = "github.com/cosmology-tech/starship/registry/registry"; +option go_package = "github.com/hyperweb-io/starship/registry/registry"; message Mnemonic { string name = 1; diff --git a/starship/proto/registry/service.proto b/starship/proto/registry/service.proto index 6a2a7f6bf..9a882cca5 100644 --- a/starship/proto/registry/service.proto +++ b/starship/proto/registry/service.proto @@ -9,7 +9,7 @@ import "registry/chain.proto"; import "registry/ibc.proto"; import "registry/mnemonic.proto"; -option go_package = "github.com/cosmology-tech/starship/registry/registry"; +option go_package = "github.com/hyperweb-io/starship/registry/registry"; // Interface for service service Registry { diff --git a/starship/registry/Dockerfile b/starship/registry/Dockerfile index d7afabf92..fe7c818dd 100644 --- a/starship/registry/Dockerfile +++ b/starship/registry/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21-alpine3.17 AS builder -LABEL org.opencontainers.image.source="https://github.com/cosmology-tech/starship" +LABEL org.opencontainers.image.source="https://github.com/hyperweb-io/starship" WORKDIR /usr/local/app @@ -10,7 +10,7 @@ RUN go mod download COPY . . RUN CGO_ENABLED=0 go build -mod=readonly -o build/ ./... -FROM ghcr.io/cosmology-tech/starship/base:latest +FROM ghcr.io/hyperweb-io/starship/base:latest COPY --from=builder /usr/local/app/build/registry /bin diff --git a/starship/registry/app.go b/starship/registry/app.go index 6c0808c71..0dae34d62 100644 --- a/starship/registry/app.go +++ b/starship/registry/app.go @@ -20,7 +20,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - pb "github.com/cosmology-tech/starship/registry/registry" + pb "github.com/hyperweb-io/starship/registry/registry" ) type AppServer struct { diff --git a/starship/registry/chain.go b/starship/registry/chain.go index 9341b432b..7fe9bd282 100644 --- a/starship/registry/chain.go +++ b/starship/registry/chain.go @@ -8,11 +8,11 @@ import ( "strings" "sync" - pb "github.com/cosmology-tech/starship/registry/registry" clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" "github.com/cosmos/ibc-go/v7/modules/core/exported" ibctm "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" "github.com/golang/protobuf/jsonpb" + pb "github.com/hyperweb-io/starship/registry/registry" lens "github.com/strangelove-ventures/lens/client" "github.com/strangelove-ventures/lens/client/query" "go.uber.org/zap" diff --git a/starship/registry/go.mod b/starship/registry/go.mod index 4d7438812..0bc27d5bd 100644 --- a/starship/registry/go.mod +++ b/starship/registry/go.mod @@ -1,4 +1,4 @@ -module github.com/cosmology-tech/starship/registry +module github.com/hyperweb-io/starship/registry go 1.21 diff --git a/starship/registry/handler.go b/starship/registry/handler.go index 19d0d9b5a..26e712037 100644 --- a/starship/registry/handler.go +++ b/starship/registry/handler.go @@ -14,7 +14,7 @@ import ( "github.com/golang/protobuf/proto" "google.golang.org/protobuf/types/known/emptypb" - pb "github.com/cosmology-tech/starship/registry/registry" + pb "github.com/hyperweb-io/starship/registry/registry" ) func readJSONFile(file string) (map[string]interface{}, error) { diff --git a/starship/registry/model.go b/starship/registry/model.go index d7a5fce70..971ef2b0e 100644 --- a/starship/registry/model.go +++ b/starship/registry/model.go @@ -1,7 +1,7 @@ package main import ( - pb "github.com/cosmology-tech/starship/registry/registry" + pb "github.com/hyperweb-io/starship/registry/registry" "sort" "strings" ) diff --git a/starship/scripts/install.sh b/starship/scripts/install.sh index 80bef466f..e2a78483f 100755 --- a/starship/scripts/install.sh +++ b/starship/scripts/install.sh @@ -21,7 +21,7 @@ TIMEOUT="" NAMESPACE="" HELM_REPO="starship" HELM_CHART="starship/devnet" -HELM_REPO_URL="https://cosmology-tech.github.io/starship/" +HELM_REPO_URL="https://hyperweb-io.github.io/starship/" HELM_CHART_VERSION="0.1.43" # check_helm function verifies the helm binary is installed diff --git a/starship/scripts/port-forward.sh b/starship/scripts/port-forward.sh index 8630e678c..2983ed887 100755 --- a/starship/scripts/port-forward.sh +++ b/starship/scripts/port-forward.sh @@ -58,7 +58,7 @@ num_chains=$(yq -r ".chains | length - 1" ${CONFIGFILE}) if [[ $num_chains -gt -1 ]]; then for i in $(seq 0 $num_chains); do # derive chain pod name from chain id - # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 + # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 chain=$(yq -r ".chains[$i].id" ${CONFIGFILE} ) chain=${chain/_/"-"} localrpc=$(yq -r ".chains[$i].ports.rpc" ${CONFIGFILE} ) @@ -91,7 +91,7 @@ num_relayers=$(yq -r ".relayers | length - 1" ${CONFIGFILE}) if [[ $num_relayers -gt -1 ]]; then for i in $(seq 0 $num_relayers); do # derive chain pod name from chain id - # https://github.com/cosmology-tech/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 + # https://github.com/hyperweb-io/starship/blob/main/charts/devnet/templates/_helpers.tpl#L56 relayer=$(yq -r ".relayers[$i].name" ${CONFIGFILE} ) relayer=$(yq -r ".relayers[$i].type" ${CONFIGFILE} )-${relayer/_/"-"} localrest=$(yq -r ".relayers[$i].ports.rest" ${CONFIGFILE} ) diff --git a/starship/tests/e2e/configs/evmos.yaml b/starship/tests/e2e/configs/evmos.yaml index e5d39922d..8af57786b 100644 --- a/starship/tests/e2e/configs/evmos.yaml +++ b/starship/tests/e2e/configs/evmos.yaml @@ -4,7 +4,7 @@ version: 0.2.20 chains: - id: evmos_9000-1 name: evmos - image: ghcr.io/cosmology-tech/starship/evmos:v13.0.2 + image: ghcr.io/hyperweb-io/starship/evmos:v13.0.2 numValidators: 2 ports: rest: 1313 diff --git a/starship/tests/e2e/configs/neutron.yaml b/starship/tests/e2e/configs/neutron.yaml index 54f10d9af..323d26432 100644 --- a/starship/tests/e2e/configs/neutron.yaml +++ b/starship/tests/e2e/configs/neutron.yaml @@ -26,7 +26,7 @@ chains: relayers: - name: neutron-cosmos type: hermes - image: ghcr.io/cosmology-tech/starship/hermes:1.10.0 + image: ghcr.io/hyperweb-io/starship/hermes:1.10.0 replicas: 1 chains: - neutron-1 diff --git a/starship/tests/e2e/configs/simapp.yaml b/starship/tests/e2e/configs/simapp.yaml index daee7139d..543bf81c4 100644 --- a/starship/tests/e2e/configs/simapp.yaml +++ b/starship/tests/e2e/configs/simapp.yaml @@ -9,7 +9,7 @@ images: chains: - id: simapp name: simapp - image: ghcr.io/cosmology-tech/starship/simapp:v0.47.3 + image: ghcr.io/hyperweb-io/starship/simapp:v0.47.3 numValidators: 2 ports: rest: 1317 diff --git a/starship/tests/e2e/configs/three-chain.yaml b/starship/tests/e2e/configs/three-chain.yaml index 68c5e0737..8a6b31ce8 100644 --- a/starship/tests/e2e/configs/three-chain.yaml +++ b/starship/tests/e2e/configs/three-chain.yaml @@ -13,7 +13,7 @@ chains: exposer: 38083 - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1 + image: ghcr.io/hyperweb-io/starship/gaia:v10.0.1 numValidators: 1 faucet: enabled: false diff --git a/starship/tests/e2e/configs/two-chain-gorelayer.yaml b/starship/tests/e2e/configs/two-chain-gorelayer.yaml index bd8a92cd9..e06ee1400 100644 --- a/starship/tests/e2e/configs/two-chain-gorelayer.yaml +++ b/starship/tests/e2e/configs/two-chain-gorelayer.yaml @@ -22,7 +22,7 @@ chains: relayers: - name: osmos-cosmos type: go-relayer - image: ghcr.io/cosmology-tech/starship/go-relayer:v2.4.1 + image: ghcr.io/hyperweb-io/starship/go-relayer:v2.4.1 replicas: 1 chains: - osmosis-1 diff --git a/starship/tests/e2e/configs/two-chain-monitoring.yaml b/starship/tests/e2e/configs/two-chain-monitoring.yaml index aea0076c1..eedfe0799 100644 --- a/starship/tests/e2e/configs/two-chain-monitoring.yaml +++ b/starship/tests/e2e/configs/two-chain-monitoring.yaml @@ -15,7 +15,7 @@ chains: faucet: 8001 - id: cosmoshub-4 name: cosmoshub - image: ghcr.io/cosmology-tech/starship/gaia:v10.0.1 + image: ghcr.io/hyperweb-io/starship/gaia:v10.0.1 numValidators: 2 metrics: true faucet: diff --git a/starship/tests/e2e/e2e_test.go b/starship/tests/e2e/e2e_test.go index 91e7e8f0f..f500e83cf 100644 --- a/starship/tests/e2e/e2e_test.go +++ b/starship/tests/e2e/e2e_test.go @@ -14,7 +14,7 @@ import ( "go.uber.org/zap" "gopkg.in/yaml.v3" - pb "github.com/cosmology-tech/starship/exposer/exposer" + pb "github.com/hyperweb-io/starship/exposer/exposer" ) var configEnvKey = "TEST_CONFIG_FILE" diff --git a/starship/tests/e2e/exposer_test.go b/starship/tests/e2e/exposer_test.go index ddd2ef69a..d5a1aede8 100644 --- a/starship/tests/e2e/exposer_test.go +++ b/starship/tests/e2e/exposer_test.go @@ -10,7 +10,7 @@ import ( "net/http" urlpkg "net/url" - pb "github.com/cosmology-tech/starship/exposer/exposer" + pb "github.com/hyperweb-io/starship/exposer/exposer" ) func (s *TestSuite) MakeExposerRequest(chain *Chain, req *http.Request, unmarshal proto.Message) { diff --git a/starship/tests/e2e/faucet_test.go b/starship/tests/e2e/faucet_test.go index cbe0738a7..7fc48ad7f 100644 --- a/starship/tests/e2e/faucet_test.go +++ b/starship/tests/e2e/faucet_test.go @@ -4,7 +4,7 @@ import ( "bytes" "encoding/json" "fmt" - pb "github.com/cosmology-tech/starship/registry/registry" + pb "github.com/hyperweb-io/starship/registry/registry" "net/http" urlpkg "net/url" "strconv" diff --git a/starship/tests/e2e/go.mod b/starship/tests/e2e/go.mod index c9da320fd..039530b1a 100644 --- a/starship/tests/e2e/go.mod +++ b/starship/tests/e2e/go.mod @@ -1,10 +1,10 @@ -module github.com/cosmology-tech/starship/tests/e2e +module github.com/hyperweb-io/starship/tests/e2e go 1.21 require ( - github.com/cosmology-tech/starship/exposer v0.0.0-20230413092908-7da9e8a24b31 - github.com/cosmology-tech/starship/registry v0.0.0-20230411094226-129001b2f52a + github.com/hyperweb-io/starship/exposer v0.0.0-20230413092908-7da9e8a24b31 + github.com/hyperweb-io/starship/registry v0.0.0-20230411094226-129001b2f52a github.com/golang/protobuf v1.5.4 github.com/stretchr/testify v1.8.4 go.uber.org/zap v1.26.0 @@ -26,6 +26,6 @@ require ( ) replace ( - github.com/cosmology-tech/starship/exposer => ../../exposer - github.com/cosmology-tech/starship/registry => ../../registry + github.com/hyperweb-io/starship/exposer => ../../exposer + github.com/hyperweb-io/starship/registry => ../../registry ) diff --git a/starship/tests/e2e/registry_test.go b/starship/tests/e2e/registry_test.go index 690545af4..0208cdb31 100644 --- a/starship/tests/e2e/registry_test.go +++ b/starship/tests/e2e/registry_test.go @@ -9,7 +9,7 @@ import ( "github.com/golang/protobuf/jsonpb" "github.com/golang/protobuf/proto" - pb "github.com/cosmology-tech/starship/registry/registry" + pb "github.com/hyperweb-io/starship/registry/registry" ) func (s *TestSuite) MakeRegistryRequest(req *http.Request, unmarshal proto.Message) {