hyperledger / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
338 stars 278 forks source link

Support to merge two views according to a privacy policy #3107

Open RafaelAPB opened 6 months ago

RafaelAPB commented 6 months ago

BUNGEE can now create a view and receive options to do different things with the view. Given a privacy policy and two different views, allow bungee to merge them.

Requirements:

  1. Utility functions for a SATP gateway to encode a privacy policy
  2. Add functionality to merge two views
  3. Add respective endpoints that receive a pair of serialized views and a privacy policy and merge it according to the policy
  4. Update prometheus metrics (number of merged views, counter for each privacy policy applied)
eduv09 commented 6 months ago

@RafaelAPB please assign me this one