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

[3] Apply exclude for hash annotation to filter #7152

Commits on Jun 8, 2024

  1. Apply ExcludeForHash annotation to Filter.

    By that the newly added fields will not alter the byte array used for the hash and the signature, thus it will not cause issues with removing an old filter which did not inculde those new fields.
    
    Signed-off-by: HenrikJannsen <[email protected]>
    HenrikJannsen committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c70cc4a View commit details
    Browse the repository at this point in the history
  2. Improve logs

    Signed-off-by: HenrikJannsen <[email protected]>
    HenrikJannsen committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b3288e3 View commit details
    Browse the repository at this point in the history
  3. Add ExcludeForHashAwareProto interface to DataAndSeqNrPair

    Signed-off-by: HenrikJannsen <[email protected]>
    HenrikJannsen committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cb565bd View commit details
    Browse the repository at this point in the history
  4. Add uid to Filter

    Signed-off-by: HenrikJannsen <[email protected]>
    HenrikJannsen committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    73a1281 View commit details
    Browse the repository at this point in the history