This upgrade will improve EIP712 transaction parser, improve GRPC error handling, upgrade InterChain Accounts and set minimum protocol fee.
This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.
The upgrade is scheduled for Block
24204000
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd injective
git pull
git checkout v1.9
make install
# should be 3c87354f5
injectived version
# Should be commit NA
injectived version --long | grep commit
mkdir -p $HOME/.injectived/cosmovisor/upgrades/v1.9/bin
cp $HOME/go/bin/injectived $HOME/.injectived/cosmovisor/upgrades/v1.9/bin
# should be 3c87354f5
$HOME/.injectived/cosmovisor/upgrades/v1.9/bin/injectived version