v0.8.0
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
viaapi.enable
andapi.address
fields. This is disabled by default and binds tolocalhost:1317
. - gRPC: Configured in
halo.toml
viagrpc.enable
andgrpc.address
fields. This is enabled by default and binds tolocalhost:9090
.
- REST: Configured in
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