Injective v1.16.0 Upgrade 🥷
Upgrade Guide
This is a software upgrade proposal for Injective. If passed, Proposal 541 would commit the Injective Chain to halt at block 127250000 (approximately Jul 31st 2025, 16:00 UTC) and resume with the v1.16.0 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.0 | 9570603
| daf90f4
|
| peggo | v1.16.0-peggofix | 3b346ec
| 2ae66e7
|
Go version 1.23.9
Verify you're using the correct version by running the below commands:
injectived version
peggo versiondocker run -it --rm injectivelabs/injective-core:v1.16.0 injectived version
docker run -it --rm injectivelabs/injective-core:v1.16.0-peggofix peggo versionResults:
[A] injectived
Version v1.16.0 (9570603)
Compiled at 20250725-0054 using Go go1.23.9 (amd64)
[B] peggo
Version v1.16.0-peggofix (3b346ec)
Compiled at 20250730-2025 using Go go1.23.9 (amd64)
🐳 Docker
Docker image have support for both amd64 and arm64 architectures.
| Image | Description |
|---|---|
| injectivelabs/injective-core:v1.16.0 | Debian image |
| injectivelabs/injective-core:v1.16.0-peggofix | Debian image |
🕊️ Download Binaries
wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.16.0-1753404855/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib⚠️ Troubleshooting
Note that the binary releases stopped working on Ubuntu 20.04 LTS releases. This is due to 20.04 LTS official end of support as of May 2025. Our releases are built using Ubuntu 22.04 LTS runners.
Ways to solve:
- Update to Ubuntu 22.04 LTS or 24.04 LTS
- Build manually from the source https://github.com/InjectiveFoundation/injective-core – see Getting Started With Source Code docs section