v0.3.33
Pre-release
Pre-release
What's Changed
- Fix to ensure
proposedConnectionHops
of MsgChannelUpgradeTry matches existing upgrade's one by @bluele in #286 - Add ERC-165 to IIBCModule by @bluele in #284
For IBC Module Developers
After #284, the module developers must either inherit IBCAppBase
or implement ERC-165 to support IIBCModule
interface explicitly in their modules.
Full Changelog: v0.3.32...v0.3.33