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

signature minting with auth registry #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jgeary
Copy link

@jgeary jgeary commented Aug 8, 2023

No description provided.

@jgeary jgeary requested a review from oveddan August 8, 2023 16:59
keccak256(
"Mint(address target,address signer,address to,uint256 quantity,uint256 totalPrice,uint256 nonce,uint256 deadline)"
"Mint(address target,bytes32 nonce,uint256 quantity,uint256 totalPrice,uint256 expiration,address mintTo)"
Copy link

Choose a reason for hiding this comment

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

this name of Mint differs from that on the erc1155SignatureMinter: https://github.com/ourzora/zora-drops-extensions/pull/10/files#diff-eb732028f44eaa01072f29653b17a96d03c39f0fc4f46bd7f060ea7debbce037R68

Ideally they'd have the same name, either requestMint or Mint

Copy link
Author

Choose a reason for hiding this comment

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

@oveddan requestMint is an IMinter1155 convention that we dont use anywhere in drops / this repo. id rather keep it Mint but if you prefer i'll change it

Copy link

Choose a reason for hiding this comment

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

fine to keep as is if you think thats best, just wanted to flag it

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