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

simple_op_store: hash view/operation data directly #734

Merged
merged 2 commits into from
Nov 13, 2022

Commits on Nov 13, 2022

  1. simple_op_store: hash view/operation data directly

    Decouples view/operation IDs from serialized forms, which are not
    necessarily stable. Not breaking as these IDs are persistent, never
    recomputed or used for integrity checking.
    Ralith committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    11a2129 View commit details
    Browse the repository at this point in the history
  2. local_backend: use ContentHash rather than hashing protos

    Insulates identifiers from the unstable serialized form.
    Ralith committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    134c946 View commit details
    Browse the repository at this point in the history