Injective v1.16.4 Performance Upgrade 🥷
Upgrade Guide
This is a software upgrade proposal for Injective. If passed, Proposal XXX would commit the Injective Chain to halt at block 134805000 (approximately 14:00 UTC / 10:00 ET on September 25th, 2025) and resume with the v1.16.4 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.4 | 470633e
| f87bbcb
|
peggo | v1.16.4 | 470633e
| f87bbcb
|
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.4 injectived version
docker run -it --rm injectivelabs/injective-core:v1.16.4 peggo version
Results:
[A] injectived
Version v1.16.4 (470633e)
Compiled at 20250915-0554 using Go go1.23.9 (amd64)
[B] peggo
Version v1.16.4 (470633e)
Compiled at 20250915-0555 using Go go1.23.9 (amd64)
🐳 Docker
Docker image have support for both amd64
and arm64
architectures.
Image | Description |
---|---|
injectivelabs/injective-core:v1.16.4 | Debian image |
injectivelabs/injective-core:v1.16.4 | Debian image |
🕊️ Download Binaries
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.16.4-1758323548/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib