From 4040bd501e9ea645d1b6167f3bcb0cec8c53393b Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 10 Jul 2023 16:17:14 +0200 Subject: [PATCH] Add changelog entry --- .changelog/unreleased/bug-fixes/ibc-relayer/3465-3565.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/ibc-relayer/3465-3565.md diff --git a/.changelog/unreleased/bug-fixes/ibc-relayer/3465-3565.md b/.changelog/unreleased/bug-fixes/ibc-relayer/3465-3565.md new file mode 100644 index 0000000000..17192b321f --- /dev/null +++ b/.changelog/unreleased/bug-fixes/ibc-relayer/3465-3565.md @@ -0,0 +1,4 @@ +- Fix a bug where Hermes would discard the client updates + corresponding to the supporting headers returned by the light + client when assembling messages to relay from the operational data + ([\#3465](https://github.com/informalsystems/hermes/issues/3465)) \ No newline at end of file