Injective v1.14.0 Upgrade 🥷
Upgrade Guide
This is a software upgrade proposal for Injective. If passed, Proposal 494 would commit the Injective Chain to halt at block 106315000 (approximately 14:00 UTC on Monday February 17th 2025) and resume with the v1.14.0 version of the application binary.
Validators can find a step-by-step guide on the upgrade procedure in the long-form proposal.
Validators should also upgrade the peggo version.
Versions
Binary | Version | Commit Hash | sha256 |
---|---|---|---|
injectived | v1.14.0 | 4139d7dcd | 538e680f26c472600f4b8d09218731d06d16043ee237a71b22a33e842f3f794a |
peggo | v1.14.1 | 5317d5c | a085d219b7a069e00ca2dfcd0c08976869bf0c883cde5e639f58fa2035274b4f |
Go version 1.22
Verify you're using the correct version by running the below commands:
injectived version
peggo version
sha256sum injectived
538e680f26c472600f4b8d09218731d06d16043ee237a71b22a33e842f3f794a injectived
sha256sum peggo
a085d219b7a069e00ca2dfcd0c08976869bf0c883cde5e639f58fa2035274b4f peggo
docker run public.ecr.aws/l9h3g6c6/injective-core:v1.14.0 injectived version
docker run public.ecr.aws/l9h3g6c6/peggo:v1.14.1 peggo version
🐳 Docker
Docker images have support for both amd64
and arm64
architectures.
Image | Description |
---|---|
public.ecr.aws/l9h3g6c6/injective-core:v1.14.0 | Debian image |
public.ecr.aws/l9h3g6c6/peggo:v1.14.1 | Alpine image |
🕊️ Download Binaries
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.14.0-1739303348/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib