world-federation-of-advertisers / cross-media-measurement

A privacy centric system for cross publisher, cross media ads measurement through secure multiparty computations.
https://halo.wfanet.org/
Apache License 2.0
36 stars 11 forks source link

refactor: Extract Details message type definitions in Kingdom internal API #1798

Closed SanjayVas closed 2 months ago

SanjayVas commented 2 months ago

The Details messages are persisted in the underlying Spanner database. Extracting them simplifies the migration to native protobuf types in Cloud Spanner.

This change maintains binary compatibility for all existing serialized message types.

wfa-reviewable commented 2 months ago

This change is Reviewable