Releases: ElvenTools/elven-nft-minter-sc
Releases · ElvenTools/elven-nft-minter-sc
v1.15.1
- update multiversx-sc
Full Changelog: v1.15.0...v1.15.1
v1.15.0
- add the possibility of managing special roles
- update multiversx-sc dependencies
v1.14.0
- update multiversx-sc dependencies
- initial refactoring
- add a possibility to define collection properties
- changes in arguments for issue_token
v1.13.0
- update multiversx-sc dependencies
v1.12.0
- replace elrond (old) dependencies with new ones
- multiversx-sc-* dependencies in v0.39.2
v1.11.0
- elrond-wasm framework update to 0.38.0
v1.10.0
- The number of the edition in the NFT name is now optional. It will be used by default, but you can opt-out (example:
nft_name #12
when there is 12.png and 12.json. When disabled:nft_name
)
v1.9.0
- giveaway changes, now it works with multiple addresses, Elven Tools CLI is adjusted to support entering them by hand or using the input JSON file
v1.8.0
- elrond-wasm framework update to 0.34.1
- added
#[only_user_account]
for some of the endpoints. We want to allow only user interactions there
v1.7.0
- elrond-wasm framework update to 0.32.0
- switched to
UniqueIdMapper
, removedpopulateIndexed
(previous, less performant and more expensive solution) - added the initial shuffle to the
issue_token
callback, this way you don't need to call it initially - some code cleanup