Releases: informalsystems/hermes
Releases · informalsystems/hermes
v0.14.0
v0.13.0
v0.13.0-rc.0
March 7th, 2022
⚠️ This is a release candidate and not the final release for v0.13.0.
FEATURES
- Relayer Library
- Added caching layer for hermes start command
(#1908)
- Added caching layer for hermes start command
IMPROVEMENTS
- IBC Modules
- Refactored ics04_channel events
(#718)
- Refactored ics04_channel events
- Relayer Library
- Fixed relayer behavior on ordered channels
(#1835)
- Fixed relayer behavior on ordered channels
v0.12.0
v0.12.0-rc.0
February 21st, 2022
⚠️ This is a release candidate and not the final release for v0.12.0.
BUG FIXES:
- IBC Modules
- Relayer Library
- Relayer CLI
- Disable reloading of configuration upon receiving a SIGHUP signal (#1885)
FEATURES:
- General
- Upgrade protos and compatibility to IBC v3.0.0-rc.0 and Cosmos SDK v0.45.1 (#1797)
- Relayer CLI
- Allow overriding the tracing filter with
RUST_LOG
environment variable (#1895)
- Allow overriding the tracing filter with
IMPROVEMENTS:
- IBC Modules
- Relayer Library
- Relayer CLI
- Added
clear packets
command, combining the effects oftx raw packet-recv
andtx raw packet-ack
(#1834)
- Added