Skip to content

v1.0.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@larry0x larry0x released this 19 Sep 01:59
· 16 commits to master since this release
42dc991

Fixed two bugs

  • Previously if no fund is sent (i.e. info.funds is empty), stringify_funds will generate an empty string. However, using empty strings as values of event attributes is not allowed. Now "no fund" is stringified to this string: [].
  • When invoking set_nft on the Hub contract, the Hub should automatically set the NFT as "ready".