-
Notifications
You must be signed in to change notification settings - Fork 304
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
[contract-deploy] Implement instance deployer contract with private deploy function #4071
Closed
Tracked by
#4052
Comments
spalladino
added a commit
that referenced
this issue
Feb 7, 2024
TomAFrench
pushed a commit
that referenced
this issue
Feb 7, 2024
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
Implementation for the initial contract instance deployer contract. Tracks instance deployed events in nodes and stores them locally. Skips validations for class id and eth address for now. Fixes AztecProtocol#4071 Fixes AztecProtocol#4072
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement the contract instance deployer contract. For the scope of this issue, only implement the private
deploy
function, which should follow the steps outlined here.The text was updated successfully, but these errors were encountered: