Verify release versions
Releases on Github
If you would like to verifyinjectived 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:
Releases on Docker
These are more straightforward, as each binary needs a single command. Forinjectived, use the following command:
peggo, use the following command:
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))
