Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 15:20
· 507 commits to main since this release
5e01737

We are pleased to announce the release of version 0.8.0 of the Omni Network CLI and Halo. It is a non-urgent release, and will be the last release before the upcoming uluwatu network upgrade (hard fork) planned for release v0.9.0. It focusses on improving the experience of operators running omni nodes on Omega testnet. See details of the upcoming Uluwatu network update here.

Key halo enhancements:

  • Improved validator performance prometheus metrics. #1872,
  • Added support for Cosmos gRPC and RESP APIs. #1907
    • REST: Configured in halo.toml via api.enable and api.address fields. This is disabled by default and binds to localhost:1317.
    • gRPC: Configured in halo.toml via grpc.enable and grpc.address fields. This is enabled by default and binds to localhost:9090.

Key omni CLI enhancements:

  • Geth discovery issue solved by enabling 30303/UDP port in docker compose. #1943

Key halovisor docker image enhancements :

  • Switched to using a fork of cosmovisor #1977
  • Only a single mount is required: ~/.omni/<network>/halo:/halo #1977
  • Selected binaries are persisted between restarts at: /halo/halovisor-current. #1977
  • Switching binaries supported when state-syncing to post-upgrade height #1976

Note this version of halo is compatible with geth v1.14.8.

Full Changelog: v0.7.0...v0.8.0