-
Notifications
You must be signed in to change notification settings - Fork 266
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
chore(1074): remove read request data from final private kernel circuit public inputs #1840
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jeanmon
changed the title
Jm/1074 remove rr final kernel input
chore(1074): remove read request data from final private kernel circuit public inputs
Aug 28, 2023
jeanmon
force-pushed
the
jm/1074-remove-rr-final-kernel-input
branch
10 times, most recently
from
August 29, 2023 18:38
8b9358f
to
a7ebe5d
Compare
jeanmon
force-pushed
the
jm/1074-remove-rr-final-kernel-input
branch
from
August 30, 2023 08:30
a7ebe5d
to
e1489d1
Compare
jeanmon
commented
Aug 30, 2023
@@ -423,31 +421,4 @@ void common_contract_logic(DummyBuilder& builder, | |||
} | |||
} | |||
|
|||
void common_initialise_end_values(PreviousKernelData<NT> const& previous_kernel, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to make this one templated and moved to header file.
benesjan
approved these changes
Aug 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
circuits/cpp/src/aztec3/circuits/abis/kernel_circuit_public_inputs_final.hpp
Outdated
Show resolved
Hide resolved
circuits/cpp/src/aztec3/circuits/abis/final_accumulated_data.hpp
Outdated
Show resolved
Hide resolved
jeanmon
force-pushed
the
jm/1074-remove-rr-final-kernel-input
branch
2 times, most recently
from
August 30, 2023 12:37
57bed33
to
2835543
Compare
suyash67
approved these changes
Aug 30, 2023
jeanmon
force-pushed
the
jm/1074-remove-rr-final-kernel-input
branch
from
August 30, 2023 13:37
fcc75e9
to
fd58d34
Compare
kernel_circuit_public_inputs_final
final ordering private kernel circuit
jeanmon
force-pushed
the
jm/1074-remove-rr-final-kernel-input
branch
from
August 30, 2023 13:38
fd58d34
to
26cefe1
Compare
PhilWindle
pushed a commit
that referenced
this pull request
Aug 30, 2023
🤖 I have created a new Aztec Packages release --- ## [0.1.0-alpha49](v0.1.0-alpha48...v0.1.0-alpha49) (2023-08-30) ### Features * Generate public context contract interfaces ([#1860](#1860)) ([2f4045e](2f4045e)), closes [#1782](#1782) ### Bug Fixes * Do not warn on mismatched cli/sandbox version ([#1894](#1894)) ([a44a0f6](a44a0f6)) * remove extra transfer arg in CLI Guide ([#1887](#1887)) ([55728b8](55728b8)) * Reset keccak var inputs to 0 ([#1881](#1881)) ([382f07e](382f07e)) ### Miscellaneous * **1074:** remove read request data from final private kernel circuit public inputs ([#1840](#1840)) ([c61557a](c61557a)) * Reenable and refactor nested calls e2e tests ([#1868](#1868)) ([570de80](570de80)), closes [#1587](#1587) * Update formatting ([#1874](#1874)) ([fb973ca](fb973ca)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #1074
Refactor task consisting in defining a specific struct for the public inputs of final ordering private kernel circuit. This new struct is named: KernelCircuitPublicInputsFinal
This struct is identical to KernelCircuitPublicInputs except that we trimmed the 4 following members from CombinedAccumulatedData (a struct named FinalAccumulatedData was introduced for this purpose):
In addition, one commit which resolves #1865 was added.
Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge.