v2.2.0
What's Changed
This release contains fixing changes that may be breaking in some cases. The impacted components are token management factory and controller. For both, the method _create_transction_for_adding_uris_ has been renamed to create_transaction_for_adding_uris.
For the create_transaction_for_setting_special_role_on_non_fungible_token method of the TokenManagementController some missing roles have been added:
- add_role_nft_update: bool = False
- add_role_esdt_modify_royalties: bool = False
- add_role_esdt_set_new_uri: bool = False
- add_role_esdt_modify_creator: bool = False
- add_role_nft_recreate: bool = False
This could be breaking as well, if named parameters we're not used. We strongly advise you to use named parameters.
What's Changed
Full Changelog: v2.1.0...v2.2.0