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

fix(comid): bring ValueTriple into alignment with rev05 #124

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Commits on Aug 14, 2024

  1. fix(comid): bring ValueTriple into alignment with rev05

    At rev00, for reference/endorsed value triples, the CoRIM spec
    associated an environment with one or more measurements, allowing for
    two layers of multiplicity.
    
    Since rev01, and up to (current) rev05, the spec removed the second
    layer, now associating an environment with exactly one measurement.
    
    This commit brings our implementation into alignment with the spec,
    replacing ValueTriple.Measurements collection with the single
    ValueTriple.Measurement.
    
    Signed-off-by: Sergei Trofimov <[email protected]>
    setrofim committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    05cfc1d View commit details
    Browse the repository at this point in the history