Skip to content

v1.1.2-ibc-v5.0.1

Compare
Choose a tag to compare
@aofengli aofengli released this 31 Aug 03:39
· 4 commits to release/v1.x-ibc-v5.x since this release
87cdf3b

Release Notes

This is the first official version of the Go implementation of ICS-721. The current release introduces new features, several improvements and bug fixes described in the changelog.

The current version supports IBC v5.0.1

ChangeLog

API Breaking

  • #16 return the sequence of packet in MsgTransferResponse.

Improvements

  • #11 adjust the verification order of nft.

Features

  • #13 add params to control whether the module is enabled
  • #18 add params query api

Bug Fixes

  • #12 fix critical vulnerability allows attacker to take control of any NFT.
  • #19 fix delete redundant parameters of the params command.
  • #27 fix allow value with slashes in URL template.