Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@0x-r4bbit 0x-r4bbit released this 28 Feb 11:02
· 7 commits to main since this release
v1.0.0

⚠ 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)