Injective v1.16.5 Fix Upgrade 🥷
Upgrade Guide
This is a software upgrade proposal for Injective. If passed, Proposal XXX would commit the Injective Chain to halt at block XXX (approximately XXX) and resume with the v1.16.5 version of the application binary.
Validators can find a step-by-step guide on the upgrade procedure in the long-form proposal.
Versions
Binary | Version | Binary Release Hash | Open Source Release Hash |
---|---|---|---|
injectived | v1.16.5 | 4d5edfd
| f1e149e
|
peggo | v1.16.5 | 4d5edfd
| f1e149e
|
Go version 1.23.9
Verify you're using the correct version by running the below commands:
injectived version
peggo version
docker run -it --rm injectivelabs/injective-core:v1.16.5 injectived version
docker run -it --rm injectivelabs/injective-core:v1.16.5 peggo version
Results:
[A] injectived
Version v1.16.5 (4d5edfd)
Compiled at 20251012-2149 using Go go1.23.9 (amd64)
[B] peggo
Version v1.16.5 (4d5edfd)
Compiled at 20251012-2150 using Go go1.23.9 (amd64)
🐳 Docker
Docker image have support for both amd64
and arm64
architectures.
Image | Description |
---|---|
injectivelabs/injective-core:v1.16.5 | Debian image |
injectivelabs/injective-core:v1.16.5 | Debian image |
🕊️ Download Binaries
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.16.5-1760305748/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib