-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider renaming CollectibleV1
#46
Comments
0x-r4bbit
added a commit
that referenced
this issue
Feb 23, 2024
As discussed in #46, `CollectibleV1` is not a good name for this contract as we don't want versioning in the naming. To align with other contracts in this repository, we're renaming this contract to `CommunityERC721`. BREAKING CHANGE: Any references to `CollectibleV1` must be replaced with `CommunityERC721` Closes #46
5 tasks
0x-r4bbit
added a commit
that referenced
this issue
Feb 26, 2024
As discussed in #46, `CollectibleV1` is not a good name for this contract as we don't want versioning in the naming. To align with other contracts in this repository, we're renaming this contract to `CommunityERC721`. BREAKING CHANGE: Any references to `CollectibleV1` must be replaced with `CommunityERC721` Closes #46
0x-r4bbit
added a commit
that referenced
this issue
Feb 26, 2024
As discussed in #46, `CollectibleV1` is not a good name for this contract as we don't want versioning in the naming. To align with other contracts in this repository, we're renaming this contract to `CommunityERC721`. BREAKING CHANGE: Any references to `CollectibleV1` must be replaced with `CommunityERC721` Closes #46
0x-r4bbit
added a commit
that referenced
this issue
Feb 27, 2024
As discussed in #46, `CollectibleV1` is not a good name for this contract as we don't want versioning in the naming. To align with other contracts in this repository, we're renaming this contract to `CommunityERC721`. BREAKING CHANGE: Any references to `CollectibleV1` must be replaced with `CommunityERC721` Closes #46
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the contract name has had its purpose, but we should probably give it something a bit more "version agnostic".
We have a
CommunityERC20
in this repository, which is anERC20
plusCommunityOwnable
capabilities.CollectibleV1
is anERC721
withCommunityOwnable
capabilities.How about renaming
CollectibleV1
toCommunityERC721
?Thoughts @gravityblast ?
The text was updated successfully, but these errors were encountered: