Skip to content

Releases: ElvenTools/elven-nft-minter-sc

v1.15.1

18 Apr 16:51
96653b3
Compare
Choose a tag to compare
  • update multiversx-sc

Full Changelog: v1.15.0...v1.15.1

v1.15.0

06 Jan 16:10
2baf254
Compare
Choose a tag to compare
  • add the possibility of managing special roles
  • update multiversx-sc dependencies

v1.14.0

11 Dec 20:11
928dc49
Compare
Choose a tag to compare
  • update multiversx-sc dependencies
  • initial refactoring
  • add a possibility to define collection properties
  • changes in arguments for issue_token

v1.13.0

09 Aug 20:57
00391d1
Compare
Choose a tag to compare
  • update multiversx-sc dependencies

v1.12.0

22 Jan 17:19
dde958a
Compare
Choose a tag to compare
  • replace elrond (old) dependencies with new ones
  • multiversx-sc-* dependencies in v0.39.2

v1.11.0

06 Jan 18:30
Compare
Choose a tag to compare
  • elrond-wasm framework update to 0.38.0

v1.10.0

17 Sep 23:25
Compare
Choose a tag to compare
  • 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

27 Aug 14:55
c8a1569
Compare
Choose a tag to compare
  • 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

30 Jul 14:04
Compare
Choose a tag to compare
  • 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

17 Jun 22:01
a12480f
Compare
Choose a tag to compare
  • elrond-wasm framework update to 0.32.0
  • switched to UniqueIdMapper, removed populateIndexed (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