github Galxe/gravity-sdk v1.7.6
Gravity v1.7.6

latest releases: v1.10.1-testnet, v1.10.0-pre, v1.9.1...
one month ago

What's Changed

  • Added gravity_cli to the official gravity_node Docker image alongside gravity_node.
  • Installed both binaries in /usr/local/bin for source-built and prebuilt-binary images.
  • Added a release-pipeline smoke test to verify that gravity_cli is available and executable in the published image.
  • Node operators can now generate node identity during container startup without building a custom image or layering the CLI separately.

The Docker image is available at:

docker pull ghcr.io/galxe/gravity_node:v1.7.6

Run the CLI from the image with:

docker run --rm --entrypoint /usr/local/bin/gravity_cli \
  ghcr.io/galxe/gravity_node:v1.7.6 --version

Pull Request: #789

Full Changelog: v1.7.5...v1.7.6

Don't miss a new gravity-sdk release

NewReleases is sending notifications on new releases.