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

Apache License 2.0
34 stars 11 forks source link

Update panel match client to use internal proto definitions. #1670

Closed robinsons closed 6 days ago

robinsons commented 2 weeks ago

Updates most of the panel match code to remove dependencies on classes in the org.wfanet.measurement.api.v2alpha package.

Most of the interesting changes are in the src/main/kotlin/org/wfanet/panelmatch/client/launcher directory, where some of the core interfaces for claiming and launching exchange tasks have been changed slightly.

A small number of dependencies on the v2alpha API still remain:

wfa-reviewable commented 2 weeks ago

This change is Reviewable