github InjectiveFoundation/injective-core v1.19.0-dummy

pre-release9 hours ago

Injective v1.19.0-dummy Mainnet Upgrade 🥷

Rollback commit:
Full Changelog: v1.18.3...v1.19.0-dummy

This is the same as v1.18.3 but using new release name so upgrade handler succeeds. No changes on top of v1.18.3

Source Code

Upgrade Guide

Validators can find a step-by-step guide on the upgrade procedure in the long-form documentation: https://docs.injective.network/infra/validator-mainnet/canonical-chain-upgrade-v1.19.0-dummy

Versions

Binary Version Code Commit
injectived v1.19.0-dummy 0744954
peggo v1.19.0-dummy 0744954

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

Results:

[A] injectived
Version v1.19.0-dummy (0744954)
Compiled at 20260428-1516 using Go go1.23.9 (amd64)

[B] peggo
Version v1.19.0-dummy (0744954)
Compiled at 20260428-1522 using Go go1.23.9 (amd64)

🐳 Docker

Docker image have support for both amd64 and arm64 architectures.

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

🕊️ Download Binaries

wget https://github.com/InjectiveFoundation/injective-core/releases/download/v1.19.0-dummy-1777389292/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-core release

NewReleases is sending notifications on new releases.