Skip to content

Releases: rlxyz/rlxyz-creator

v1.0.6

20 Feb 10:04
a07cf00
Compare
Choose a tag to compare

What's Changed

  • Updated RhapsodyCreatorGenerator.sol with full functionality @jeevanpillay in #4

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

19 Feb 10:31
Compare
Choose a tag to compare

Added RhapsodyCreatorGenerative.sol contract.

Do not use in production. Untested.

v1.0.4

13 Feb 06:25
Compare
Choose a tag to compare

Features

  • Contracts now use pragma solidity ^0.8.0 to allow for any minor version
  • README.md has been updated to reflect the new repo structure

Full Changelog: v1.0.3...v1.0.4

v1.0.3

13 Feb 06:01
Compare
Choose a tag to compare

Fixed bug where openzeppelin & erc721a is not shipped during publish

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Feb 05:51
Compare
Choose a tag to compare

Restructured contract dependencies to import "@rlxyz/contracts/RhapsodyCreator.sol" from import "@rlxyz/contracts/contracts/RhapsodyCreator.sol";

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Feb 13:04
40aa16c
Compare
Choose a tag to compare

This release fixes the dependency issues in v1.0.0

v1.0.0

10 Feb 12:32
Compare
Choose a tag to compare

Initial implementation of creator contracts

Features

  • Implemented ERC721A
  • Public mint functionality
  • Pre-sale mint with merkle root
  • Deploy scripts