github CosmosContracts/juno v14.1.0

latest releases: v24.0.0, v23.1.0, v23.0.0...
17 months ago

This should be non consensus-breaking, but you will need to blow away the wasm cache.

# stop your node
systemctl stop juno

# Remove your wasm data cache - (per https://github.com/CosmWasm/wasmvm/issues/426)
rm -rf $HOME/.juno/data/wasm/cache/

# Download the latest version
cd juno
git fetch --tags && git checkout v14.1.0
make build && make install

junod version --long
# this will return commit e57bc002ac3d27457e304985a4cd8445a2580172

# if using visor
cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v14/bin

# start the node back up
systemctl start juno

What's Changed

Full Changelog: v14.0.0...v14.1.0

Don't miss a new juno release

NewReleases is sending notifications on new releases.