github InjectiveLabs/injective-chain-releases v1.16.1-1754161770
v1.16.1

pre-releaseone month ago

Injective v1.16.1 Fix Upgrade 🥷

Upgrade Guide

This is a software upgrade proposal for Injective. If passed, Proposal 544 would commit the Injective Chain to halt at block 127714000 (approximately Aug 4th 2025, 12:00 UTC) and resume with the v1.16.1 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.1 8be67e8 309f6a4
peggo v1.16.1 8be67e8 309f6a4

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.1 injectived version
docker run -it --rm injectivelabs/injective-core:v1.16.1 peggo version

Results:

[A] injectived
Version v1.16.1 (8be67e82d)
Compiled at 20250802-1910 using Go go1.23.9

[B] peggo
Version v1.16.1 (8be67e82d)
Compiled at 20250802-1913 using Go go1.23.9

🐳 Docker

Docker image have support for both amd64 and arm64 architectures.

Image Description
injectivelabs/injective-core:v1.16.1 Debian image
injectivelabs/injective-core:v1.16.1 Debian image

🕊️ Download Binaries

wget https://github.com/InjectiveLabs/injective-chain-releases/releases/download/v1.16.1-1754161770/linux-amd64.zip
unzip linux-amd64.zip
sudo mv injectived peggo /usr/bin
sudo mv libwasmvm.x86_64.so /usr/lib

Don't miss a new injective-chain-releases release

NewReleases is sending notifications on new releases.