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

feat: Sync from aztec-packages #4482

Closed
wants to merge 3 commits into from
Closed

feat: Sync from aztec-packages #4482

wants to merge 3 commits into from

Conversation

AztecBot
Copy link
Collaborator

@AztecBot AztecBot commented Mar 5, 2024

BEGIN_COMMIT_OVERRIDE
feat: Add init check by default to public fns (AztecProtocol/aztec-packages#4897)
feat: Enable public constructor functions (AztecProtocol/aztec-packages#4896)
END_COMMIT_OVERRIDE

AztecBot added 3 commits March 5, 2024 17:23
Allow decorating a public function as `initializer`
Adds the init check by default to all public functions, unless they are
flagged as `noinitcheck`.

This should break all contracts that call a public function from their
constructor. Let's see...
Adds the init check by default to all public functions, unless they are
flagged as `noinitcheck`.

This should break all contracts that call a public function from their
constructor. Let's see...
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