-
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
Implement batch transfer extension in BaseToken
#41
Comments
After further research, I've noticed some thing I'd like to bring up here:
Considering these two points, I wonder if it makes more sense to, instead of introducing a new If for whatever reason this is not feasible, then maybe we can also consider going with @gravityblast curious what you think about this |
After more digging, I realized that open-zeppelin's Given that this is the case, we can probably get away with simply adding the batch transfer to |
CommunityERC1155
tokenBaseToken
As discussed offline with the team, we agreed that it's more feasible to extend |
Ran into another tiny challenge. We're adding The problem however is, that the property is I'm exploring ways to go about this. Right now the following things come to mind:
@gravityblast any thoughts on this? |
As discussed offline, and suggested by @gravityblast , we could use |
UPDATE: The description below is outdated. This issue has been update according to #41 (comment)
Status communities want to be able to batch transact tokens. Hence there's a request to move away from
CollectibleV1
and instead have an ERC1155 implementation. Essentially it should be a drop-in replacement, meaning that, in addition to being an ERC1155 implementation, it should also have the custom function related to things likemaxSupply
that are currently implemented byCollectibleV1
and inherentlyBaseToken
.There is a chance we can't use
BaseToken
for this anymore, but this needs to analyzed.To close this issue we need:
The text was updated successfully, but these errors were encountered: