Upgrade proposal detected

Quicksilver Quicksilver

As a sovereign Cosmos-SDK zone, Quicksilver is not subject to the constraints associated with the existing approaches to Liquid Staking.

Through interchain accounts and the Liquid Staking Module, Quicksilver rapidly and seamlessly onboards any Cosmos-SDK based zone in a permissionless manner

Upgrade (Ubuntu/Debian)

Wen upgrade, ser?

Since you are using Cosmovisor, you can do this as soon as the upgrade has been announced. No need to wait for the upgrade block! Cosmovisor will monitor the chain and start the new version when it's time.

Compile and install latest quicksilverd

cd $HOME
rm -rf quicksilver
git clone https://github.com/ingenuity-build/quicksilver.git
cd quicksilver

# Compile version v1.0.4
git checkout v1.0.4
make build -B
mkdir -p $HOME/.quicksilverd/cosmovisor/upgrades/v1.2.4/bin
mv build/quicksilverd $HOME/.quicksilverd/cosmovisor/upgrades/v1.2.4/bin/

Sit back and relax

That's it! Now you can wait for the upgrade block. When it happens, Cosmovisor should detect in and launch the new version. You will be up and running in under a minute normally.

If you want to monitor things, keep an eye on the logs:

sudo journalctl -u quicksilverd -f --no-hostname -o cat