From 08f6c6c81840f609e25eeffdbe536e9d76fe0916 Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Fri, 13 Dec 2024 11:43:35 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b4bd346..640108f1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ BitCanna provides a decentralized payment network, supply chain and trust network for the legal cannabis industry by utilizing the BCNA coin. -> [Current version (v4.0.1)](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1) of our development uses Cosmos SDK v0.50.10 & CometBFT v0.38.15 & IBC-go v8.5.2 +> [Current version (v4.0.1)](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2) of our development uses Cosmos SDK v0.50.10 & CometBFT v0.38.15 & IBC-go v8.5.2 These docs at Github are chain related. For more information about our coin, partners and roadmap visit: * Our website: https://www.bitcanna.io @@ -41,7 +41,7 @@ Here are the minimal hardware configs required for running a validator/sentry no | 10th May 2024 16.55h CET | 13.846.420 | [v3.1.0](https://github.com/BitCannaGlobal/bcna/releases/download/v3.1.0/bcna_linux_amd64.tar.gz) | [Link](https://github.com/BitCannaGlobal/bcna/releases/tag/v3.1.0) | [Doc](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md) | | 25th Nov 2024 17.20h CET | 16.782.000 | [v4.0.1](https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_amd64.tar.gz) | [Link](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1) | [Doc](https://github.com/BitCannaGlobal/bcna/blob/main/last_upgrade.md) | -> Current version: https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1 +> Current version: https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2 # How to join `bitcanna-1` chain > Tip: At the end of this doc, you will find links with important info From eb568d155d2b4f64ec1a577c90445d9b4484df9a Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Fri, 13 Dec 2024 11:47:57 +0100 Subject: [PATCH 2/4] Update 1.install-compile.md --- 1.install-compile.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/1.install-compile.md b/1.install-compile.md index 03ca1501..920d5f0a 100644 --- a/1.install-compile.md +++ b/1.install-compile.md @@ -18,10 +18,10 @@ If we don't raise this value, nodes will crash once the network grows large enou ``` ## Option 1. Download and install the last binary By downloading the binary we avoid compiling the source code. -1. Download the latest version (v4.0.1) from Github: +1. Download the latest version (v4.0.2) from Github: ``` cd $HOME - wget -nc https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.1/bcnad_linux_amd64.tar.gz + wget -nc https://github.com/BitCannaGlobal/bcna/releases/download/v4.0.2/bcnad_linux_amd64.tar.gz ``` 2. Check the sha256sum for the downloaded file. ``` @@ -29,7 +29,7 @@ By downloading the binary we avoid compiling the source code. ``` It must return: `c2dcb6842e2e83ba5fe9b526899650d5e69aff3b3d7721e050e09dc84c74a92b` -3. Verify that the version is `4.0.1` +3. Verify that the version is `4.0.2` ``` rm -f ./bcnad #delete old file if exist tar zxvf bcnad_linux_amd64.tar.gz @@ -82,14 +82,14 @@ The official instructions can be found here: https://golang.org/doc/install ``` git clone https://github.com/BitCannaGlobal/bcna.git cd bcna - git checkout v4.0.1 + git checkout v4.0.2 make build #it build the binary in build/ folder ``` 6. Verify the version: ``` build/bcnad version ``` - The output must be `4.0.1` + The output must be `v4.0.2` 7. You now have two options: * Move the binary to the /usr/local/bin path with: From 2e86c57737c86fa50788bac649a449397722879b Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Fri, 13 Dec 2024 11:51:37 +0100 Subject: [PATCH 3/4] Update 2.2.snapshot.md --- 2.2.snapshot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.2.snapshot.md b/2.2.snapshot.md index 21e5e8fd..13b53995 100644 --- a/2.2.snapshot.md +++ b/2.2.snapshot.md @@ -28,7 +28,7 @@ For this step, its necessary that you have followed [this manual](https://github ``` bcnad version ``` -The output must be: `v4.0.1` +The output must be: `v4.0.2` If you are using Cosmovisor, ``` @@ -38,7 +38,7 @@ The output must be: ``` cosmovisor run version 11:11AM INF running app args=["version"] module=cosmovisor path=/home/user/.bcna/cosmovisor/upgrades/ganjarevolutionburn/bin/bcnad -4.0.1 +4.0.2 ``` ### 2. Initialize the folders If you are a new user, you must initialize the folders: From e387790e0914cc8e41e67a375166e3860248f71f Mon Sep 17 00:00:00 2001 From: Raul Bernal Date: Fri, 13 Dec 2024 11:53:01 +0100 Subject: [PATCH 4/4] Update 5.cosmovisor.md --- 5.cosmovisor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/5.cosmovisor.md b/5.cosmovisor.md index 604cb4a4..c7903ac5 100644 --- a/5.cosmovisor.md +++ b/5.cosmovisor.md @@ -2,7 +2,7 @@ In this guide, you will find step-by-step instructions for downloading, compiling, and installing Cosmovisor on your BitCanna node on the MAINNET. We have provided the simplest methods for installation, so you can quickly and easily get Cosmovisor running on your node. -When a new version of the `bcnad` binary is released and governance has approved for it to take place, instructions on how to implement the upgrade with Cosmovisor are [included on the releasepage on GitHub](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1). +When a new version of the `bcnad` binary is released and governance has approved for it to take place, instructions on how to implement the upgrade with Cosmovisor are [included on the releasepage on GitHub](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2). If you have any questions or find anything unclear when reading through this guide, don’t hesitate to reach out to us on Discord. Also, if you have any suggestions for improvement, we welcome you to make a pull request! @@ -154,19 +154,19 @@ Show Cosmovisor's version. ```bash cosmovisor run version ``` -It must return `v4.0.1` +It must return `v4.0.2` The output should look like this: ```go 20:27PM INF running app args=["version"] module=cosmovisor path=/home/user/.bcna/cosmovisor/upgrades/stickyfingers -4.0.1 +4.0.2 ``` * Show BitCanna version: `bcnad version` Must show the same version as above * Show Cosmovisor sync info and status: `cosmovisor run status` ### 5.) Done. Congratulations, you have installed Cosmovisor on your BitCanna node. Future upgrades of the binary's will be handled by Cosmovisor. Instructions to prepare Cosmovisor for an upcoming chain-upgrade will be provided on the release page. -An example can be found [here](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.1) +An example can be found [here](https://github.com/BitCannaGlobal/bcna/releases/tag/v4.0.2) ## Reminder In the future, you must use the `cosmovisor` command instead of the `bcnad` command if you want to perform **service related** commands.