πŸ“¬Updates

After update you can check prevotes/precommits status

Updates are available for information. Boot via State sync or Snapshot to avoid installing all updates. In this case, you must use the actual version of the binary file and genesis

UPD story πŸ•Š on v0.12.1 (Update Height: 322000)

cd $HOME/story
git pull
git checkout v0.12.1
go build -o story ./client

$HOME/story/story version
# Version       v0.12.1-stable
# Git Commit    20fed5e

# AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!!!
systemctl stop story
mv $HOME/story/story $HOME/go/bin/
story version
# 

systemctl restart story && journalctl -u story -f -o cat

UPD story-gethπŸ•Š on v0.10.1-stable

cd
wget -O story-geth https://github.com/piplabs/story-geth/releases/download/v0.10.1/geth-linux-amd64
chmod +x story-geth
$HOME/story-geth version
# Version: 0.10.1-stable
# Git Commit: b60a3ba8d47e60a6c78ca0570f7dac66e8976d93
# Git Commit Date: 20241119

mv story-geth $(which story-geth)

systemctl restart story-geth && journalctl -u story-geth -f -o cat

UPD story πŸ•Š on v0.13.0 (Update Height: 858000)

cd $HOME/story
git pull
git checkout v0.13.0
go build -o story ./client

$HOME/story/story version
# Version       v0.13.0-stable
# Git Commit    daaa395

# AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!!!
systemctl stop story
mv $HOME/story/story $(which story)
story version
# 

systemctl restart story && journalctl -u story -f -o cat

Last updated