From d0117db1cfdc4080135e6d5277fe166a7f45f133 Mon Sep 17 00:00:00 2001 From: Adi Seredinschi Date: Wed, 7 Apr 2021 17:21:38 +0200 Subject: [PATCH] Fix ibc-proto recompilation bug (#802) * Fixed overwritten cosmos files * changelog * Fix typo in proto-compiler README * Fix bug where proto-compiler didn't find SDK repo if already cloned Co-authored-by: Romain Ruetschi --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7ee92a5d..386961d0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,9 @@ - Hermes guide: improved installation guideline ([#672]) - Make fee denom and amount configurable ([#754]) +- [ibc-proto] + - Fix for proto files re-compilation bug ([#801]) + ### BREAKING CHANGES - [ibc] @@ -92,6 +95,7 @@ [#772]: https://github.com/informalsystems/ibc-rs/issues/772 [#770]: https://github.com/informalsystems/ibc-rs/issues/770 [#798]: https://github.com/informalsystems/ibc-rs/issues/798 +[#801]: https://github.com/informalsystems/ibc-rs/issues/801 ## v0.1.1