Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

BitCanna v1.4.5 - Update patch

Latest
Compare
Choose a tag to compare
@RaulBernal RaulBernal released this 28 Oct 07:20
62d3159

New features

SDK v0.45.10
Tendermint v0.34.22
IAVL v0.19.4 - fix AppHASHes (forks)
IBC v.3.3.1

Instructions - very important

1_Previously to replace the binary or build from source you need to edit the file app.toml

you should to declare and put in false this var: iavl-disable-fastnode = false

Put this content in the main section, just before the [telemetry] section:

# IavlCacheSize set the size of the iavl tree cache. 
# Default cache size is 50mb.
iavl-cache-size = 781250

# IAVLDisableFastNode enables or disables the fast node feature of IAVL. 
# Default is true.
iavl-disable-fastnode = false  
###############################################################################
###                         Telemetry Configuration                         ###
###############################################################################

[telemetry]

2_Build from source or download it

Option 1. Download

rm  -rf ./bcna_linux_amd64.tar.gz  # delete old versions, check also bcnad in this folder
wget https://github.com/BitCannaGlobal/bcna-patch/releases/download/v1.4.5/bcna_linux_amd64.tar.gz
tar zxvf bcna_linux_amd64.tar.gz
./bcnad version
 >> result should be `1.4.5`

Option 2. Compile from source

git clone https://github.com/BitCannaGlobal/bcna-patch.git
cd bcna-patch
git checkout v1.4.5
make build  ## move  build/bcnad manually to service path
make install ## it install in $GOBIN

3_Replace any previous version with this v1.4.5

For Cosmovisor:

mv ./bcnad  ~/.bcna/cosmovisor/current/bin/
sudo service cosmovisor restart
sudo journalctl -fu cosmovisor #check the logs

For BCNAD daemon:

sudo mv ./bcnad $(which bcnad)
sudo service bcnad restart
sudo journalctl -fu bcnad #check the logs

SHA256SUM

41913b6ed3e65f7d8ef3b7984291d3173d9babf587551d5c5867386ea4308b1d bcna_darwin_arm64.tar.gz
9e51a32799b42897be785fde680a9d938988cae1ddbce1c7e65bac5cc5352e0f bcna_linux_amd64.tar.gz