dcr
dcr copied to clipboard
A PoC framework to orchestrate interoperable Differentially Private Data Clean Room Services using Intel SGX hardware as root of trust.
## Description The use case only does a simple count query without any partitions. I want to add an example of partitions that properly demonstrates the use case of the...
## Description For now, if a user wants to use dcr, they have to mention the full reference of the address to refer to a certain address on the address...
**Is your feature request related to a problem? Please describe.** The repository contains code in `go` language, it does not have workflow for code scanning. **Describe the solution you'd like**...
## Description While writing the config parser. I had to give in to some level of redundancy for the sake of other high priorities. I want that to be fixed....
## Description *We need to add dependabot.yml file as it helps us to keep our dependencies up to date. Every day, it checks your dependency files for outdated requirements and...
## Description This project strictly adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/), but we haven't added any mechanism that tracks changes on a Changelog using a Version. I will give a version no...
## Description There is a code in the `ParseSpec()` function that outputs a better error message if there is an error in input yaml but for some reason, the proper...
## Description For now, if a user wants to use dcr, they have to mention the full reference of the address to refer to a certain address on the address...
## Description Currently all the `address.Graph` struct inside the package graph is being populated using `NewGraph()` func. This function is being tested using TestGraph function, I want to make sure...
## Description This codebase was built by just two guys, also due to certain priorities at hand, we ignored proper comments. But now as we transition to make this framework...