diff --git a/.changelog/unreleased/improvements/1044-introduce-host-trait.md b/.changelog/unreleased/improvements/1044-introduce-host-trait.md index d2d1b2bfa..d8b95983e 100644 --- a/.changelog/unreleased/improvements/1044-introduce-host-trait.md +++ b/.changelog/unreleased/improvements/1044-introduce-host-trait.md @@ -1,2 +1,3 @@ -- [ibc-testkit] Refactor `HostBlock` enum to `Host` trait +- [ibc-testkit] Replace `HostBlock` and `HostType` enums with a `Host` trait to + eliminate manual delegations by utilizing monomorphization. ([\#1044](https://github.com/cosmos/ibc-rs/issues/1044))