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 #4870

Closed
wants to merge 1 commit into from
Closed

feat: Sync from aztec-packages #4870

wants to merge 1 commit into from

Commits on Apr 22, 2024

  1. chore: Improve compute_note_hash_and_nullifier autogeneration and `…

    …NoteProcessor` warnings (AztecProtocol/aztec-packages#5838)
    
    Closes AztecProtocol/aztec-packages#5669,
    AztecProtocol/aztec-packages#5670,
    AztecProtocol/aztec-packages#4649
    
    Correctly determines the signature of the autogenerated
    `compute_note_hash_and_nullifier` by looking up the serialized content
    size of notes used in the contract. Furthermore, that langth is compared
    against MAX_NOTE_FIELDS_LEN and a compile time error is emited if the
    user attempts to use a note that is bigger than currently supported.
    Finally changed the `NoteProcessor` warns to be errors (even thought
    this particular one shouldn't get that far anymore!)
    AztecBot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4964bc4 View commit details
    Browse the repository at this point in the history