Skip to content

Releases: bianjieai/nft-transfer

v1.1.3-ibc-v7.3.0

13 Nov 01:44
986de3b
Compare
Choose a tag to compare

Release Notes

The current version supports IBC v7.3.0

ChangeLog

Improvements

  • #48 apply audit suggestion.
  • #17 replace param proposal with MsgUpdateParams.
  • #15 solve the problem of "/" parsing error in classID.
  • #55 rename variable name
  • #40 bump up IBC-Go.

v1.1.3-ibc-v6.2.1

13 Nov 01:43
5bfde4e
Compare
Choose a tag to compare

Release Notes

The current version supports IBC v6.2.1

ChangeLog

Improvements

  • #48 apply audit suggestion.
  • #17 replace param proposal with MsgUpdateParams.
  • #15 solve the problem of "/" parsing error in classID.
  • #55 rename variable name
  • #40 bump up IBC-Go.

v1.1.3-ibc-v5.3.2

13 Nov 01:42
b1c3856
Compare
Choose a tag to compare

Release Notes

The current version supports IBC v5.3.2

ChangeLog

Improvements

  • #48 apply audit suggestion.
  • #17 replace param proposal with MsgUpdateParams.
  • #15 solve the problem of "/" parsing error in classID.
  • #55 rename variable name
  • #40 bump up IBC-Go.

v1.1.2-ibc-v6.1.0

06 Sep 01:26
cfc0583
Compare
Choose a tag to compare

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 v6.1.0

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.

v1.1.2-ibc-v5.0.1

31 Aug 03:39
87cdf3b
Compare
Choose a tag to compare

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.

Release v1.1.2-beta

21 Apr 10:09
Compare
Choose a tag to compare

This release main addtions are:

12 : fix critical vulnerability allows attacker to take control of any NFT.
13 : added params to control whether the module is enabled

For details, please refer to v1.1.2-beta changelog

Release v1.1.1-beta

13 Feb 07:14
6b8596c
Compare
Choose a tag to compare
Release v1.1.1-beta Pre-release
Pre-release

This release introduces bug fixes and improvements.

Release v1.1.0-beta

06 Jan 09:04
ca42430
Compare
Choose a tag to compare
Release v1.1.0-beta Pre-release
Pre-release

This version mainly expands the ics721 protocol and supports the transfer of class_data and token_data. For detailed changes in the protocol, please refer to 899

Release v1.0.0-beta

22 Nov 03:03
775ed69
Compare
Choose a tag to compare

This release uses SDK v0.46.5 and IBC-GO v5.0.1, implement all the basic functions of ics721.
WARNING: This release may contain some unknown bugs. It should not be used in production.