Canonical Chain Upgrades

Verify release versions

Releases on Github

If you would like to verify injectived or peggo version numbers via Docker, follow the instructions in the verify-injective-release code snippet.

This is useful if you are on an operating system other than Linux, and would like to independently verify the binaries in each release.

For example, for v1.16.1, it should produce the following output:

injectived version
Version v1.16.1 (8be67e82d)
Compiled at 20250802-1910 using Go go1.23.9 (amd64)
peggo version
Version v1.16.1 (8be67e82d)
Compiled at 20250802-1913 using Go go1.23.9 (amd64)

Releases on Docker

These are more straightforward, as each binary needs a single command.

For injectived, use the following command:

docker run -it --rm injectivelabs/injective-core:v1.16.1 injectived version

This should produce output similar to:

Version v1.16.1 (8be67e8)
Compiled at 20250802-1909 using Go go1.23.9 (arm64)

For peggo, use the following command:

docker run -it --rm injectivelabs/injective-core:v1.16.1 peggo version

This should produce output similar to:

Version v1.16.1 (8be67e8)
Compiled at 20250802-1911 using Go go1.23.9 (arm64)

Note that you should replace v1.16.1 in the commands above with your intended Injective release version number.

Checking for matches

Note that the output from the above commmands contain the following in addition to the version numbers (e.g. v1.16.1):

  • The binary release hashes (e.g. 8be67e82d)

  • The compiled time stamp (e.g. 20250802-1910)

  • The compiler (e.g. Go go1.23.9 (amd64))

You can verify that these match the values stated in the Injective chain releases page on Github.

History of Canonical Chain Upgrades


Version 10002-rc1

November 8th, 2021, 14:00 UTC

Block number: 4,352,000

Released Artifacts: Injective Chain 10002-rc1 release

Following proposal #65


Version 10002-rc2

November 15th, 2021

Block number: 4,594,100

Released Artifacts: Injective Chain 10002-rc2 release

Following proposal #70


Version 10003-rc1

Thursday, December 30th, 2021

Block number: 6,159,200

Released Artifacts: Mainnet-10003-rc1-1640627705

Following proposal #93


Version 10004-rc1

Tuesday, January 25th, 2022

Block number: 7067700

Released Artifacts: Mainnet-10004-rc1-v1.4.0-1642928125

Following proposal #106


Version 10004-rc1-patch

Sunday, February 20th, 2022

Block number: 7941974

Released Artifacts: Mainnet-10004-rc1-v1.4.0-1645352045


Version 10005-rc1

Monday, April 11th, 2022

Block number: 9614200

Released Artifacts: Mainnet-v1.5.0-1649280277


Version 10006-rc1

Tuesday, July 5th, 2022

Block number: 12569420

Released Artifacts: Mainnet-v1.6.0-1656650662


Version 10007-rc1

Thursday, September 1st, 2022

Block number: 14731000

Released Artifacts: Mainnet-v1.7.0-1661881062


Version 10008 - Camelot

Monday, November 21st, 2022

Block number: 19761600

Released Artifacts: Mainnet-10008-1668679102


Version 10009

Tuesday, January 18th, 2022

Block number: 24204000

Released Artifacts: Mainnet-10009-1673970775


v1.10

Friday, March 17th, 2023

Block number: 28864000

Released Artifacts: Mainnet-v1.10-1678709842


v1.11

Thursday, June 1st, 2023

Block number: 34775000

Released Artifacts: v1.11-1685225746


v1.12.0 - Volan

Thursday, January 11th, 2024

Block number: 57076000

Released Artifacts: Mainnet-v1.12.0-1704530206


v1.12.1

Monday, January 22nd, 2024

Block number: n/a

Released Artifacts: Mainnet-v1.12.1-1705909076


v1.13.0 - Altaris

Thursday, August 1st, 2024

Block number: 80319200

Released Artifacts: Mainnet-v1.13.0-1722157491


v1.13.2

Tuesday, August 20th, 2024

Block number: 82830000

Released Artifacts: Mainnet-v1.13.2-1723753267

Last updated