communities-contracts/CHANGELOG.md

2.5 KiB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.0.0 (2024-02-28)

⚠ BREAKING CHANGES

  • OwnerToken: OwnerToken.setMaxSupply(uint256) now emits OwnerToken.OwnerToken_MaxSupplyLocked.selector instead of `"max supply
  • Any references to CollectibleV1 must be replaced with CommunityERC721
  • OwnerToken: use custom error in setMaxSupply (fcf30cd)
  • rename CollectibleV1to CommunityERC721 (a84c46b), closes #46 #46

Features

  • Add base url to community ERC20 (#21) (1085ee8)
  • add certora CI integration (#24) (8773220)
  • add token specific deploy events in deployer contract (#14) (16121a4)
  • CollectibleV1: add safeBatchTransferFrom capabilities (a8e509b), closes #41 #41 #42 #43 #44
  • implement CommunityTokenDeployer contract (#2) (4be8613)
  • introduce custom StatusMint() events (#18) (ea7ef0e)