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

docs(yellow-paper): Update kernel with changes from contract deployment #4432

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

spalladino
Copy link
Collaborator

Updates private kernel inputs with changes from contract deployment.

These changes were implemented in #4337

Updates private kernel inputs with changes from contract deployment.
@spalladino spalladino changed the title doc(yellow-paper): Update kernel with changes from contract deployment docs(yellow-paper): Update kernel with changes from contract deployment Feb 5, 2024
@@ -22,8 +22,6 @@ For the _[function_data](#functiondata)_ in _[private_call](#privatecall).[call_

- It must be a private function:
- _`function_data.function_type == private`_
- It must not be an internal function:
- _`function_data.is_internal == false`_
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why removing this check?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The plan is to replace it with an app-level check inside a macro: #4449

Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh nice! The is_internal flag in function_data struct and a reference to it still exist in the yp. Maybe they can be removed in this PR altogether? 😃

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch! Just removed them in 910f0fe

@spalladino spalladino merged commit 201a80e into master Feb 6, 2024
85 checks passed
@spalladino spalladino deleted the palla/yp-contract-deploy-3 branch February 6, 2024 14:09
TomAFrench pushed a commit that referenced this pull request Feb 7, 2024
…nt (#4432)

Updates private kernel inputs with changes from contract deployment.

These changes were implemented in #4337
michaelelliot pushed a commit to Swoir/noir_rs that referenced this pull request Feb 28, 2024
…nt (AztecProtocol#4432)

Updates private kernel inputs with changes from contract deployment.

These changes were implemented in AztecProtocol#4337
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants