Chain ID | Execution Client | Consensus Client |
---|---|---|
odyssey | story-geth v0.10.0 | story v0.12.1 |
Since we are using Cosmovisor, it makes it very easy to prepare for upcomming upgrade. You just have to build new binaries and move it into cosmovisor upgrades directory.
Upgrade Story node (version: v0.12.1, block-height: 322000)
# Clone project repository
cd $HOME
rm -rf story
git clone https://github.com/piplabs/story.git
cd story
git checkout v0.12.1
# Build binaries
go build -o story ./client
# Prepare Cosmovisor upgrade
DAEMON_NAME=story
DAEMON_HOME=$HOME/.story/story
cosmovisor add-upgrade v0.12.1 story --upgrade-height 322000 --force