-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: zip and propagate private logs (#10210)
- Merge `note_encrypted_logs` and `encrypted_logs` into `private_logs`. - Propagate the fixed-size data of private logs instead of their hashes. - We don't have to re-hash the logs everywhere to check that they match the hashes in the public inputs anymore. - Change to L2 gas for private logs to be 0 because of the above. - Private reset kernel circuit silos contract address to the first field of private logs. - Which allows us to remove `randomness` and masked address for non-note logs. --------- Co-authored-by: Nicolás Venturo <[email protected]>
- Loading branch information
Showing
201 changed files
with
2,959 additions
and
5,370 deletions.
There are no files selected for viewing
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
Oops, something went wrong.