Releases: mathMakesArt/ArtContracts
ArtContracts v1.4.5
This release (v1.4.5) was finalized on 2021/10/05, with some small comment edits on 2021/10/06. It serves to mark the point at which the ArtContracts SmartPy contract was used as the basis for my MATH token airdrop.
The functionality of the code presented here is equal or better to that of the previous ArtContracts release (v1.4), mainly in that it is compatible with the protocol changes since the release of Granada.
Major changes in this release:
- The code can deploy and interact successfully on Granadanet (and the modern Mainnet, as of release). The previous v1.4 release could deploy and interact on Florencenet, but not on Granadanet.
- Lazy storage has been disabled for any default methods (those present in the original SmartPy FA2 contract)
- The mint() method has been updated to properly support multiple-minting of the same token ID, including proper incrementation of both admin and total balances.
- The default metadata link has been changed to reflect the MATH metadata.
Warnings associated with this release:
WARNING (from v1.4): Due to the potential for changes made over time on the HicEtNunc platform, the JavaScript "interpreter template" may not be optimally configured for live rendering and display. In future releases, this property will be tested for compatibility at the time of release.
WARNING (from v1.4): This version does not contain any documentation or instructions. Future releases will not only contain a README file, but will also be accompanied by a detailed step-by-step guide about using the ArtContracts software.
ArtContracts v1.4
This release (v1.4) was finalized on 2021/07/21 and serves to mark the point at which the ArtContracts project was first made open-source.
The functionality of the code presented here is equal or better to that of the first ArtContracts prototype release (OBJKT#112092).
WARNING: Due to the potential for changes made over time on the HicEtNunc platform, the JavaScript "interpreter template" may not be optimally configured for live rendering and display. In future releases, this property will be tested for compatibility at the time of release.
WARNING: This version does not contain any documentation or instructions. Future releases will not only contain a README file, but will also be accompanied by a detailed step-by-step guide about using the ArtContracts software.