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 deployer pubkey to contract deployment data in Noir #1136

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

spalladino
Copy link
Collaborator

The deployer public key in the ContractDeploymentData struct was not being included in Noir due to compiler errors. Latest Noir can handle the additional fields, so we can now stop manually populating it in the private executor and properly set it from Noir.

@spalladino spalladino force-pushed the palla/deployer-pub-key-in-noir branch from e7e446d to 6078691 Compare July 21, 2023 14:48
@spalladino spalladino requested a review from benesjan July 21, 2023 14:48
Copy link
Contributor

@benesjan benesjan left a comment

Choose a reason for hiding this comment

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

Looks good. Good job!

@spalladino spalladino merged commit b1ede85 into master Jul 21, 2023
@spalladino spalladino deleted the palla/deployer-pub-key-in-noir branch July 21, 2023 15:38
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