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

feat(bungee-hermes): process & merge views #3250

Merged

Conversation

eduv09
Copy link
Contributor

@eduv09 eduv09 commented May 8, 2024

BUNGEE-Hermes is supposed to be able to process and merge views, following 'privacy-policies' (which are basicaly functions that alter the data included in a View/IntegratedView).
The algorithm of Merging views is detailed in the paper BUNGEE.

Summary of Changes:

  • Added new types for view merging
  • Created some merge and process policies for demonstration
  • new endpoints and plugin logic to merge and process views
  • two new tests to test new functionality
  • utility function to fully deserialize a view
  • slightly changed View type, to keep record of its old versions metadata
  • updated README.md

@eduv09 eduv09 force-pushed the bungee-hermes-proccess-views branch from 8f63e72 to 930c855 Compare May 8, 2024 13:20
@eduv09 eduv09 marked this pull request as ready for review May 8, 2024 13:38
@eduv09 eduv09 force-pushed the bungee-hermes-proccess-views branch from 930c855 to 03d2e6e Compare May 8, 2024 13:50
@eduv09 eduv09 marked this pull request as draft May 8, 2024 14:13
@eduv09 eduv09 marked this pull request as ready for review May 8, 2024 14:25
@eduv09 eduv09 force-pushed the bungee-hermes-proccess-views branch from 03d2e6e to 7c18f38 Compare May 10, 2024 09:28
@eduv09 eduv09 force-pushed the bungee-hermes-proccess-views branch from 7c18f38 to 1c8fabf Compare May 10, 2024 12:53
@eduv09 eduv09 force-pushed the bungee-hermes-proccess-views branch 2 times, most recently from 9571782 to bfb2a5e Compare May 10, 2024 13:33
@eduv09 eduv09 requested review from petermetz and RafaelAPB May 10, 2024 13:41
Copy link
Contributor

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eduv09 LGTM - if you feel like the reasoning makes sense then please also apply this change if you have enough time: #3250 (comment)

@eduv09 eduv09 force-pushed the bungee-hermes-proccess-views branch from bfb2a5e to 8f35150 Compare May 14, 2024 11:33
@eduv09
Copy link
Contributor Author

eduv09 commented May 14, 2024

@petermetz I applied the changes. Both start as negative values now. Thank you! I think we can merge it now.

- Added new types for view merging
- Created some merge and process policies for demonstration
- new endpoints and plugin logic to merge and process views
- two new tests to test new functionality
- utility function to fully deserialize a view
- slightly changed View type, to keep reccord of its old versions metadata
- updated README.md

Signed-off-by: eduv09 <[email protected]>
@petermetz petermetz force-pushed the bungee-hermes-proccess-views branch from 8f35150 to e02c1d8 Compare May 16, 2024 01:52
@petermetz petermetz enabled auto-merge (rebase) May 16, 2024 01:52
@petermetz
Copy link
Contributor

@petermetz I applied the changes. Both start as negative values now. Thank you! I think we can merge it now.

@eduv09 Got it, thank you! I'll try to merge it today!

@petermetz petermetz merged commit 231a5e5 into hyperledger-cacti:main May 16, 2024
123 of 144 checks passed
@petermetz petermetz deleted the bungee-hermes-proccess-views branch May 16, 2024 02:46
@AndreAugusto11
Copy link
Contributor

AndreAugusto11 commented Jun 27, 2024

closes #3107 #3108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants