June 5th, 2023
This is a patch release for Hermes, which includes a single bugfix and enables overflow checks in production builds.
BUG FIXES
- Fix a panic which can occur when querying connections filtered
by counterparty chain usinghermes query connections
(#3381)
IMPROVEMENTS
- Overflow checks are now enabled when Hermes is built in release mode, in
order to better catch and address potential logic errors leading to overflows
(#3390)
What's Changed
- Fix Docker release job by installing QEMU on the worker by @romac in #3367
- Remove a couple tools from the workspace, to cut down on dependencies needing to be built for releases by @romac in #3369
- Bump cachix/install-nix-action from 20 to 21 by @dependabot in #3368
- Fix guide checker by @romac in #3371
- Remove debug log noise from event_monitor by @ancazamfir in #3373
- Update dependencies by @romac in #3379
- Small cleanups by @romac in #3384
- Work around Clippy false positives on 1.70 by @romac in #3389
- Fix panic when querying connections filtered by counterparty chain by @romac in #3381
- Clean code by @DaviRain-Su in #3383
- Panic on overflow in release mode by @romac in #3390
- Release Hermes v1.5.1 by @romac in #3393
Full Changelog: v1.5.0...v1.5.1