From 42f2c21dbcf5fc493335336b260411beeca9d154 Mon Sep 17 00:00:00 2001 From: Yuji Ito Date: Thu, 29 Jul 2021 21:03:22 +0900 Subject: [PATCH] Add `Protobuf` impl for `ics03_connection::connection::Counterparty` (#1248) * fix: add Protobuf for Counterparty * Add .changelog entry Co-authored-by: Romain Ruetschi --- .../unreleased/bug-fixes/1247-add-missing-protobuf-impl.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/bug-fixes/1247-add-missing-protobuf-impl.md diff --git a/.changelog/unreleased/bug-fixes/1247-add-missing-protobuf-impl.md b/.changelog/unreleased/bug-fixes/1247-add-missing-protobuf-impl.md new file mode 100644 index 0000000000..b4722bd865 --- /dev/null +++ b/.changelog/unreleased/bug-fixes/1247-add-missing-protobuf-impl.md @@ -0,0 +1,3 @@ +- Add missing `Protobuf` impl for `ics03_connection::connection::Counterparty` ([#1247]) + +[#1247]: https://github.com/informalsystems/ibc-rs/issues/1247