Skip to content

Releases: ElvenTools/elven-nft-minter-sc

v1.3.1

09 Feb 23:38
c1ab22b
Compare
Choose a tag to compare
  • Fixed the bug related to not optimal usage of storage clearing functions for managing the 'drops'.

v1.3.0

06 Feb 17:40
91556c7
Compare
Choose a tag to compare
  • the amount_of_tokens for the mint endpoint is now mandatory. It cleans up the code a little bit and makes it less prone to bugs. CLI requires the amount anyway, the same with the giveaway endpoint. So it is now unified.

v1.2.0

05 Feb 09:29
afb9444
Compare
Choose a tag to compare
  • Metadata JSON file can be now attached also in the Assets/Uris section (some marketplaces require that).
  • There will be no ipfs:// schema-based Uri from the Assets/Uris. It is because there are usually gateway Uris only. It is still possible to add the ipfs schema-based Uri to the metadata JSON file.
  • By default, the CLI tool will use the Smart Contract from a specific compatible version tag, not from the main branch. The version of the Smart Contract will be shown in the package.json file.

v1.1.1

03 Feb 23:00
947710e
Compare
Choose a tag to compare
  • Fixed the problematic bug related to how the public shuffle endpoint worked.
  • Fixed the bug related to the giveaway and initial shuffle

v1.1.0

01 Feb 00:14
Compare
Choose a tag to compare

v1.0.0

27 Jan 13:21
Compare
Choose a tag to compare
royalties workaround

v0.1.1

19 Dec 22:44
Compare
Choose a tag to compare
  • output (wasm and abi) files added to the repo

v0.1.0

10 Dec 17:14
Compare
Choose a tag to compare
readme update