From 0087ae1fd9473809f5526f6e24fcf924daf32fa5 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 9 Apr 2024 18:00:54 +0100 Subject: [PATCH] test: Change LEGACY_VERSION in test workflow to v1.4.5 (#727) * test: Change LEGACY_VERSION in test workflow to v1.4.5 * Update mainnet-latest.env * Update README.md --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- docker/localnet/mainnet-latest.env | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89b97146e..deb5879b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -181,7 +181,7 @@ jobs: tar -xvf cheqd-noded-"${LEGACY_VERSION}"-linux-amd64.tar.gz -C ${{ env.RUNNER_BIN_DIR }} sudo chmod +x ${{ env.RUNNER_BIN_DIR }}/cheqd-noded env: - LEGACY_VERSION: 1.4.4 + LEGACY_VERSION: 1.4.5 - name: Login to GitHub Container Registry uses: docker/login-action@v3 diff --git a/README.md b/README.md index f2d06801c..0816c9265 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [**cheqd**](https://www.cheqd.io) is a public self-sovereign identity (SSI) network for building secure 🔐 and private 🤫 self-sovereign identity systems on [Cosmos](https://cosmos.network) 💫. Our core vision is to add viable commercial models to decentralised digital 🆔 -`cheqd-node` is the ledger/node component of the cheqd network tech stack, built using [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and [Tendermint](https://github.com/tendermint/tendermint). +`cheqd-node` is the ledger/node component of the cheqd network tech stack, built using [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and [CometBFT](https://cometbft.com/). ## ▶️ Quick start for joining cheqd networks @@ -31,7 +31,7 @@ If successfully configured, your node would become the latest validator on the c Our [testnet](https://testnet-explorer.cheqd.io) is the easiest place for developers and node operators to get started if you're not *quite* ready yet to dive into building apps on our mainnet. To get started... -1. Install [the latest stable release](https://github.com/cheqd/cheqd-node/releases/latest) of `cheqd-node` software (currently `v1.x.x`) on a hosting platform of your choice by [following the setup guide](https://docs.cheqd.io/node/getting-started/setup-and-configure). +1. Install [the latest stable release](https://github.com/cheqd/cheqd-node/releases/latest) of `cheqd-node` software (currently `v2.x.x`) on a hosting platform of your choice by [following the setup guide](https://docs.cheqd.io/node/getting-started/setup-and-configure). 2. Acquire testnet CHEQ tokens through [our testnet faucet](https://testnet-faucet.cheqd.io). 3. Once you have acquired CHEQ tokens, [promote your node to a validator](https://docs.cheqd.io/node/validator-guides/validator-guide) diff --git a/docker/localnet/mainnet-latest.env b/docker/localnet/mainnet-latest.env index fc6ff55f9..8a94fd03d 100644 --- a/docker/localnet/mainnet-latest.env +++ b/docker/localnet/mainnet-latest.env @@ -4,6 +4,6 @@ ### REQUIRED: Node/network selection ### ############################################################### # Define cheqd-noded image source. Change if using your own build. -BUILD_IMAGE_VERSION="1.4.4" +BUILD_IMAGE_VERSION="1.4.5" BUILD_IMAGE="ghcr.io/cheqd/cheqd-node:$BUILD_IMAGE_VERSION"