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

Premint #149

Closed
wants to merge 25 commits into from
Closed

Premint #149

wants to merge 25 commits into from

Conversation

oveddan
Copy link
Collaborator

@oveddan oveddan commented Aug 16, 2023

No description provided.

@oveddan
Copy link
Collaborator Author

oveddan commented Aug 16, 2023

@oveddan oveddan changed the base branch from fix-creator-attribution-tests to contract-size-ci August 16, 2023 19:16
@iainnash
Copy link
Collaborator

There is a merge conflict here.

oveddan and others added 9 commits August 22, 2023 10:37
…#144)

* reduce optimizer runs to get contracts to build

* Premint V2 - Creator Attribution (#128)

* wip on move premint to creator attribution style

* updated readme to reflect new contracts

* Revert "undo changes to js sdk"

This reverts commit 4deabf5.

* better comments

* Added methods to get status of creator attribution, and validate signatures, useful for the backend

* better comments

* fixed back fork test

* slightly more comments
@kulkarohan kulkarohan marked this pull request as ready for review August 28, 2023 19:45
@kulkarohan kulkarohan mentioned this pull request Aug 29, 2023
@@ -732,6 +732,12 @@ contract ZoraCreator1155Impl is
error PremintAlreadyExecuted();

function delegateSetupNewToken(PremintConfig calldata premintConfig, bytes calldata signature) public nonReentrant returns (uint256 newTokenId) {
// if a token has already been created for a premint config with this uid:
if (delegatedTokenId[premintConfig.uid] != 0) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

nice way to do this

@oveddan oveddan changed the title upgrade viem Premint Sep 7, 2023
@oveddan oveddan closed this Sep 7, 2023
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.

3 participants