Skip to content

Latest commit

 

History

History
139 lines (82 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

139 lines (82 loc) · 4.06 KB

Changelog

[Unreleased]

[v1.1.3]

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]

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-beta]

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

Bug Fixes

  • #12 fix critical vulnerability allows attacker to take control of any NFT.

[v1.1.1-beta]

Dependencies

API Breaking

State Machine Breaking

Improvements

  • #7 modify JSON encoding rules

Features

Bug Fixes

[v1.1.0-beta]

Dependencies

API Breaking

State Machine Breaking

  • (proto) #6 add class_data & token_data field for NonFungibleTokenPacketData, add memo field for MsgTransfer

Improvements

Features

Bug Fixes

[v1.0.0-beta]

Dependencies

  • #1 Bump ibc-go to v5.0.1.

API Breaking

  • (types/codec) #2 NonFungibleTokenPacketData uses camel case json encoding.

State Machine Breaking

Improvements

Features

Bug Fixes

  • (types/packet) #3 It should not verify whether the address of the original chain is legal.