Skip to content

Releases: hyperledger-labs/yui-ibc-solidity

v0.3.39

11 Oct 02:55
0e83dc7
Compare
Choose a tag to compare
v0.3.39 Pre-release
Pre-release

What's Changed

Breaking Changes

This release contains no updates to the core contracts but an update to the ICS-20 transfer.

  • ICS20Bank and ICS20Transfer contracts have been merged into a single ICS20Transfer contract
  • Fix sendTransfer function's parameter to specify only channelId as channel information.
  • Fix sendTransfer function to be able to get timeout struct(incl. timeout height) instead of timeout timestamp.

Full Changelog: v0.3.38...v0.3.39

v0.3.38

30 Sep 05:32
ca7a56c
Compare
Choose a tag to compare
v0.3.38 Pre-release
Pre-release

What's Changed

Breaking Changes

  • Changes to the return values of functions onChanInit and onChanTry of IIBCModule (#300)

Full Changelog: v0.3.37...v0.3.38

v0.3.37

10 Sep 01:17
5ea3c9e
Compare
Choose a tag to compare
v0.3.37 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.36...v0.3.37

v0.3.36

03 Sep 07:30
738ce6c
Compare
Choose a tag to compare
v0.3.36 Pre-release
Pre-release

What's Changed

  • update AppBase inheritance by @3100 in #297

Full Changelog: v0.3.35...v0.3.36

v0.3.35

23 Aug 14:11
cd49bc0
Compare
Choose a tag to compare
v0.3.35 Pre-release
Pre-release

What's Changed

  • Utilize EIP-7201 as storage layout by @bluele in #295

Full Changelog: v0.3.34...v0.3.35

v0.3.34

09 Aug 07:50
32c3918
Compare
Choose a tag to compare
v0.3.34 Pre-release
Pre-release

What's Changed

  • Fix port identifier validation and add tests by @bluele in #288
  • Improve benchmark accuracy by @bluele in #289
  • Fix to emit a ChannelUpgradeOpen event if transit to OPEN state in channelUpgradeConfirm by @bluele in #290
  • Rename to IBCChannelUpgradeConfirmOpenTimeoutCancel by @bluele in #291
  • Fix cosmos/ibc#1127 by @bluele in #292
  • Move IBCChannelUpgradableModule into apps/commons by @bluele in #293
  • Enable build and tests utilizing IR pipeline in CI by @bluele in #294

Full Changelog: v0.3.33...v0.3.34

v0.3.33

22 Jul 01:19
49d88ae
Compare
Choose a tag to compare
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

v0.3.32

13 Jul 04:18
64ca8f4
Compare
Choose a tag to compare
v0.3.32 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.31...v0.3.32