All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
- OwnerToken:
OwnerToken.setMaxSupply(uint256)
now emitsOwnerToken.OwnerToken_MaxSupplyLocked.selector
instead of `"max supply
- Any references to
CollectibleV1
must be replaced withCommunityERC721
- OwnerToken: use custom error in
setMaxSupply
(fcf30cd)
- 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)