From d95b3692f1ccda127761730d6e0ec6132a1cc3f0 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Wed, 15 Oct 2025 16:42:20 +0530 Subject: [PATCH 1/2] Update readme to skip cosmos explorer setup --- README.md | 14 +++++++------- test-runs/README.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9372e24..37a6af6 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan - Set zenith-stack version to use: ```bash - ZENITH_STACK_VERSION=v0.2.16 + ZENITH_STACK_VERSION=v0.2.22 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history. @@ -170,7 +170,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan # Run a playbook to install configure-zenith-vars # Use the same OUTPUT_DIR used for zenith-ansible - zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}" -K + zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}" ``` Verify installation: @@ -261,7 +261,7 @@ Now, run required system setup (installs docker and laconic-so): ```bash # sudo access required for installing docker -zenith-ansible system-setup -i dev -s stage1 -K --skip-tags onboarding +zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer ``` If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell: @@ -281,7 +281,7 @@ zenith-ansible setup -i dev -s tge Setup the deployment directories and pull required docker images to sign the gentx and setup stage 1 validator node: ```bash -zenith-ansible setup -i dev -s stage1 --skip-tags onboarding +zenith-ansible setup -i dev -s stage1 --skip-tags onboarding,explorer ``` These steps will create following in the [configured](#view-configuration) deployments directory: @@ -353,7 +353,7 @@ This will: Now, we can use this genesis file to run the stage 1 validator node: ```bash -zenith-ansible start -i dev -s stage1 --skip-tags onboarding +zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer ``` After starting the node, verify it's running correctly: @@ -494,13 +494,13 @@ cd $ZENITH_STACK_DIR/ansible Stop validator deployment: ```bash -zenith-ansible stop -i dev -s stage1 --skip-tags onboarding +zenith-ansible stop -i dev -s stage1 --skip-tags onboarding,explorer ``` Clean up validator deployment: ```bash -zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding -K +zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding,explorer ``` ### Python Virtual Environment diff --git a/test-runs/README.md b/test-runs/README.md index 14c2c41..91bd130 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru - Set zenith-stack version to use: ```bash - ZENITH_STACK_VERSION=v0.2.16 + ZENITH_STACK_VERSION=v0.2.22 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history. @@ -139,7 +139,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru # Run a playbook to install configure-zenith-vars # Use the same OUTPUT_DIR used for zenith-ansible - zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}" -K + zenith-ansible install-config-cli --install-dir "${OUTPUT_DIR}" ``` Verify installation: @@ -219,7 +219,7 @@ Now, run required system setup (installs docker and laconic-so): ```bash # sudo access required for installing docker -zenith-ansible system-setup -i dev -s stage1 -K --skip-tags onboarding +zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer ``` If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell: @@ -239,7 +239,7 @@ zenith-ansible setup -i dev -s tge Setup the deployment directories and pull required docker images to sign the gentx and setup stage 1 validator node: ```bash -zenith-ansible setup -i dev -s stage1 --skip-tags onboarding +zenith-ansible setup -i dev -s stage1 --skip-tags onboarding,explorer ``` These steps will create following in the [configured](#view-configuration) deployments directory: @@ -318,7 +318,7 @@ This will: Now, we can use this genesis file to run the stage 1 validator node: ```bash -zenith-ansible start -i dev -s stage1 --skip-tags onboarding +zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer ``` After starting the node, verify it's running correctly: @@ -450,13 +450,13 @@ cd $ZENITH_STACK_DIR/ansible Stop validator deployment: ```bash -zenith-ansible stop -i dev -s stage1 --skip-tags onboarding +zenith-ansible stop -i dev -s stage1 --skip-tags onboarding,explorer ``` Clean up validator deployment: ```bash -zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding -K +zenith-ansible cleanup -i dev -s stage1 --skip-tags onboarding,explorer ``` ### Python Virtual Environment -- 2.45.2 From b58b505c33dcbaf982d40ae079734afe87ace53a Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Fri, 17 Oct 2025 14:42:40 +0530 Subject: [PATCH 2/2] Update zenith-stack version --- README.md | 2 +- test-runs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37a6af6..2188157 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan - Set zenith-stack version to use: ```bash - ZENITH_STACK_VERSION=v0.2.22 + ZENITH_STACK_VERSION=v0.2.23 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history. diff --git a/test-runs/README.md b/test-runs/README.md index 91bd130..5c8dad4 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru - Set zenith-stack version to use: ```bash - ZENITH_STACK_VERSION=v0.2.22 + ZENITH_STACK_VERSION=v0.2.23 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history. -- 2.45.2