Injective v1.16.0 Upgrade 🥷
Upgrade Guide
This is a software upgrade proposal for Injective. If passed, Proposal X would commit the Injective Chain to halt at block X (approximately X) 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 | 9570603
| daf90f4
|
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.0 injectived version
docker run -it --rm injectivelabs/injective-core:v1.16.0 peggo version
🐳 Docker
Docker image have support for both amd64
and arm64
architectures.
Image | Description |
---|---|
injectivelabs/injective-core:v1.16.0 | 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