v1.0.0-rc3
Pre-release
Pre-release
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".