communities-contracts/test
r4bbit fcf30cde8f refactor(OwnerToken)!: use custom error in `setMaxSupply`
This changes the usage of a string error message to a custom error for
slight gas improvements.

BREAKING CHANGE:

`OwnerToken.setMaxSupply(uint256)` now emits
`OwnerToken.OwnerToken_MaxSupplyLocked.selector` instead of `"max supply
locked"`
2024-02-28 11:44:39 +01:00
..
CommunityERC20.t.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
CommunityERC721.t.sol refactor!: rename `CollectibleV1`to `CommunityERC721` 2024-02-27 11:44:06 +01:00
CommunityMasterTokenFactory.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityOwnerTokenFactory.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityOwnerTokenRegistry.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityTokenDeployer.t.sol feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
CommunityVault.t.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
OwnerToken.t.sol refactor(OwnerToken)!: use custom error in `setMaxSupply` 2024-02-28 11:44:39 +01:00