Skip to content
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

Add TokenId to redeemInstructionsHashIsAllowed for Redeem Contracts #197

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

IsabellaSmallcombe
Copy link
Contributor

@IsabellaSmallcombe IsabellaSmallcombe commented Sep 20, 2023

Adding tokenId to redeemInstructionsHashIsAllowed in order to set redeem permissions to be token specific rather than across the collection

Copy link
Collaborator

@oveddan oveddan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great.
in the future, it would be nice if uncommenting the tests was a separate PR so that just the diffs with the previous test were part of this PR. don't worry about that for now.

Please add a changeset with npx changeset

// address payable internal tokenAdmin = payable(address(0x999));
// address payable internal factoryAdmin = payable(address(0x888));
// address internal zora;
contract ZoraCreatorRedeemMinterFactoryTest is Test {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for bringing back these tests!

@oveddan
Copy link
Collaborator

oveddan commented Sep 22, 2023

looks good!

@IsabellaSmallcombe IsabellaSmallcombe merged commit a565639 into call-sale-patch Sep 22, 2023
@oveddan oveddan mentioned this pull request Sep 29, 2023
iainnash pushed a commit that referenced this pull request Jan 11, 2024
Add TokenId to redeemInstructionsHashIsAllowed for Redeem Contracts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants